@charset "utf-8";
@import url(reset.css);

/* ----------------------------------------------------- */

html {
	height: 100.5%;
}

body {
	background: #007fb5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #007fb5;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #ea5901;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px 0 6px 0;
	color: #007fb5;
	font-weight: bold;
	line-height: 1.4em;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ea5901;
}

body#start h2, div#lower-left h2 {
	color: #007fb5 !important;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
}

p {
	color: #2e363a;
	font-size: 12px;
	line-height: 1.5em;
	padding: 6px 0 2px 0;
}

small {
	font-size: 75%;
}

big {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #007fb5;
	margin-top: 10px;
}

em {
	font-style: italic;
}

em.blue {
	color: #007fb5;
	font-weight: bold;
}

em.orange {
	color: #ea5901;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

dd {
	font-size: 11px;
	color: #2e363a;
	line-height: 1.4em;
	padding: 6px 0;
}

div#header-wrap {
	position: relative;
	height: 200px;
	background: #fff;
}

div#header {
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0 auto;
}

div#header-image {
	position: absolute;
	z-index: 1;
}

img#header-logo {
	position: absolute;
	top: 100px;
	left: 9px;
	z-index: 2;
}

div#navigation-wrap {
	position: relative;
	z-index: 2;
	height: 40px;
	background: url('../images/navigation.gif') repeat-x;
}

div#navigation {
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0 auto;
}



div#navigation a {
	text-decoration: none;
	color: #fff;
}

div#navigation ul li a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	font-size: 14px;
	padding: 5px 15px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#navigation ul li.hover a, div#navigation ul li:hover a, div#navigation ul li:focus a {
	color: #ea5901;
	background: url('../images/navigation-ro-right.gif') no-repeat top right;
	text-shadow: none !important;
}

div#navigation ul li.hover, div#navigation ul li:hover, div#navigation ul li:focus {
	background: #fff url('../images/navigation-ro-left.gif') no-repeat top left;
}

div#navigation ul li a:hover, div#navigation ul li a:focus {

}
/*
div#navigation ul li.active a {
	color: #ea5901;
	background: url('../images/navigation-ro-right.gif') no-repeat top right;
	text-shadow: none !important;
}

div#navigation ul li.active {
	background: #fff url('../images/navigation-ro-left.gif') no-repeat top left;
}
*/

div#navigation ul li ul li a {
	color: #007fb5 !important;
	text-shadow: none !important;
	font-weight: normal !important;
	background: none !important;
}

div#navigation ul li ul li a:hover, div#navigation ul li ul li a:focus {
	color: #ea5901 !important;
	text-decoration: underline;
	background: none !important;
}

div#navigation ul {
	position: absolute;
	z-index: 10;
	top: 6px;
}

div#navigation ul li, div#navigation ul li a {
	position: relative;
	float: left;
}

div#navigation ul li {
	margin-right: 5px;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;	
}

div#navigation ul li ul {
	position: absolute;
	z-index: 10;
	top: 25px;
	left: -4px;
	display: none;
	background: transparent url('../images/navigation-shadow.png') bottom left;
	padding: 10px 14px 18px 14px;
	width: 242px;
}

div#navigation ul li:hover ul, div#navigation ul li.hover ul {
	clear: both;
	display: block;	
}

div#navigation ul li ul li, div#navigation ul li ul li a {
	float: none;
	padding: 0;
	text-transform: none;
	font-size: 12px;
	line-height: 1.1em;
	padding: 5px 0;
	background: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#navigation img.corner {
	position: absolute;
	top: 0;
	right: 0;
}

div#navigation li.corner {
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: -5px;
}


div#main-wrap {
	position: relative;
	z-index: 1;
	background: #fff url('../images/main.gif') repeat-x bottom center;
}

div#main {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#main ul {
	font-size: 12px;
	line-height: 1.5em;
	list-style-image: url('../images/list.gif');
	padding-left: 25px;
	margin: 5px 0 10px 0;
	color: #2e363a;
}

#main li {
	padding: 3px 0 3px 3px;
}

div#lower-wrap {
	position: relative;
	z-index: 1;
	height: 120px;
	background: #e6eff4 url('../images/lower.gif') repeat-x bottom center;
}

div#lower {
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0 auto;
}

div#lower-left {
	position: absolute;
	background: transparent url('../images/lower-left.png') no-repeat top left;
	width: 280px;
	height: 100px;
	padding: 10px 15px;
	z-index: 15;
	top: 10px;
	left: 0;
}

div#lower-left h2 {
	padding-top: 0;
}

div#lower-left p {
	font-size: 11px;
	color: #007fb5;
	padding: 0 !important;
}

div#lower-left a {
	text-decoration: underline;
}

div#lower-right {
	position: relative;
	top: 0;
	margin-top: 0;
	margin-left: 340px;
	width: 610px;
}

div#lower-news {
	color: #007fb5;
	font-size: 13px;
}

div#footer-wrap {
	position: relative;
	height: 70px;
	background: url('../images/footer.gif') repeat-x top center;
}

div#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

div#footer-meta {
	position: absolute;
	width: 400px;
	top: 5px;
	right: 10px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding: 10px 0;
	line-height: 1.5em;
}

div#footer ul li {
	list-style-image: url('../images/list-blue.gif') !important; 
	float: right;
	padding-left: 0px;
	margin-left: 25px;
}

div#footer ul li.first {
	list-style: none !important;
}

div#footer ul li a {
	color: #fff !important;
	text-decoration: none;
}

div#footer ul li.first a {
	background: none !important;
}

div#footer ul li a:hover, div#footer ul li a:focus {
	text-decoration: underline;
}

div#footer-search {
	position: absolute;
	top: 20px;
	left: 0;
}

div#footer-search input {
	float: left;
	margin-right: 6px;
}

div#footer-search label {
	font-size: 13px;
	color: #fff;
	float: left;
	margin-right: 10px;
	line-height: 22px;
}

div#footer-copy {
	color: #fff;
	clear: both;
	font-size: 11px;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	top: 26px;
	right: 0;
}

div#lower-news span.date {
	display: block;
	float: left;
	width: 100px;
}

div#breadcrumb {
	font-size: 11px;
	color: #888;
	padding: 0 10px 10px 10px;
}

div#breadcrumb em {
	margin-right: 5px;
}



div#content-left {
	float: left;
	width: 610px;
	padding-left: 10px;
}

div#content-right {
	margin-left: 657px;
	padding-right: 10px;
	padding-top: 45px;
}

body#start div#content-left {
	float: left;
	width: 285px;
	padding-top: 10px;
}

body#start div#content-right {
	margin-left: 335px;
	padding-right: 10px;
	padding-top: 0 !important;
}





form#newsletter-form {
	margin-top: 15px;
}

form#quickselection-form {
	margin-top: 0px;
}

body#start form#quickselection-form {
	position: absolute;
	top: 60px;
}

form#quickselection-form select {
	width: 170px;
}

.lower-news-item {
	border-bottom: 1px solid #b0d3e3;
	padding: 4px 0;
}

.lower-news-functions {
	font-size: 11px;
	padding: 10px 0 14px 0;
}

.csc-frame {
	margin: 10px 0;
}

.csc-frame-frame2 {
	padding: 10px 14px 10px 14px;
}

.csc-frame-zielgruppen {
	padding: 0px 14px 10px 14px;
	background: transparent url('../images/frame-zielgruppen.png') no-repeat top left !important;
	height: 70px;
	margin-left: -10px;
}


body#start .csc-frame-frame2 {
	padding: 0;
	width: 610px !important;
	position: relative;
}

.csc-frame-frame2 {
	background: url('../images/frame2.gif') repeat-x top left;
}

.csc-frame-frame2 p {
	color: #007fb5;
}

.csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3, .csc-frame-frame2 h4 {
	padding-top: 0;
}

.csc-frame-frame2 ul {
	list-style: square;
	padding-left: 25px;
	color: #007fb5;
}

.csc-frame-frame2 ul li {
	font-size: 11px;
	line-height: 1.3em;
}



#content-right .csc-frame-frame2 {
	background: transparent url('../images/frame-boxright2.png') no-repeat top left;
	padding-top: 0 !important;
	height: 130px;
	width: 253px;
}

.csc-frame-boxright {
	background: transparent url('../images/frame-boxright.png') no-repeat top left !important;
	padding-top: 0 !important;
	height: 130px;
}


#content-right .csc-frame-frame2 h4 {
	padding-top: 10px;
}

#content-right .csc-frame-frame2 p, .csc-frame-frame2 li {
	padding: 0 !important;	
}

#content-right .csc-frame-frame2 ul {
	margin: 0 !important;
}

.csc-frame-left {
	width: 278px;
	padding: 10px 14px;
	float: left;
	border-right: 1px solid #fff;
	height: 110px;
}

.csc-frame-right {
	margin-left: 306px;
	padding: 0 14px;
}

.csc-frame-right ul li {
	padding: 0 !important;
}

.csc-frame-right h4 {
	padding-top: 11px;
	padding-bottom: 4px;
}

body#start .csc-frame {
	margin-top: 27px;
	height: 130px;
	background: transparent url('../images/start-frame.png') no-repeat top left !important;
}

body#start .csc-frame p {
	padding: 0 !important;
}

body#start .csc-frame ul {
	margin: 0 !important;
}


br.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}

.csc-textpic-imagewrap {
	margin: 10px 0;
}

div#lower-left form {
	position: relative;
	top: 10px;
}

div#lower-left-form-div {
	position: relative;
}

div#lower-left-form-div label {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	font-size: 11px;
}

input#tx-sremailsubscribe-pi1-email {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 17px;
}

input.tx-sremailsubscribe-pi1-submit {
	position: absolute;
	top: 0;
	left: 165px;
}

.tx-indexedsearch-whatis {
	font-size: 18px;
	font-weight: normal;
	color: #ea5901;
}

.tx-indexedsearch-sw {
	font-style: normal !important;
}

.tx-indexedsearch-redMarkup {
	color: #ea5901 !important;
}

.csc-textpic-imagewrap ul {
	padding: 0 !important;
	margin: 0 !important;
}

div#tagcloud {
	padding: 15px 0;
	font-size: 13px;
	text-align: center !important;
}

div#tagcloud a {
	display: block;
	height: 23px;
	float: left;
	margin-right: 10px;
}

div#tagcloud small {
	font-size: 9px;
}

div#tagcloud big {
	font-weight: normal;
	font-size: 19px;
}

.qtip-content {
	background: #007fb5 !important;
	color: #fff !important;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0 5px !important;
}

.csc-mailform {
	margin: 20px 0 10px 0;
}

.csc-mailform label {
	font-size: 11px;
	line-height: 1.4em;
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.csc-mailform input {
	width: 300px;
}

.csc-mailform select {
	width: 200px;
	height: 70px;

}

.csc-mailform-field {
	margin-bottom: 10px;
}

.csc-mailform-submit {
	margin-left: 210px;
	width: auto !important;
}

.lower-news-functions a {
	margin-right: 12px;
}

hr.clearer {
	border: none;
	height: 1px;
	color: #b0d3e3;
	background: #b0d3e3;
}

.news-list-item h2 {
	padding-bottom: 0;
}

.news-list-item h3 {
	padding-top: 0;
}
