/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
}

ul,ol {
list-style: none;
}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}


/*-------------------SCHRIFT / GRÖSSE ---------------
---------------------------------------------------*/

p{font-size:100%}
h1{font-size:150%}
h2{font-size:120%}
h3{font-size:100%}
h4{font-size:100%}
h5{font-size:100%}
h6{font-size:100%}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #484A4d;
text-align:center;
}

p {
line-height: 1.5em;
padding-bottom: 0.5em;
}

h1 {
font-size: 1.5em;
text-transform: none;
font-weight: bold;
color: #334B98;
padding-bottom: 0px;
padding-top: 14px;
letter-spacing: 0.01em;
}

.csc-header-n2 h1 {
	padding-top: 14px;
}

#maincolcontent .csc-header-n1{
	height:40px;
	line-height: 2.0em;
}

h2 {
font-size: 1.1em;
text-transform: none;
font-weight: bold;
color: #334B98;
padding-bottom: 1.0em;
}

h3, h4, h5, h6 {
font-size: 1.0em;
text-transform: uppercase;
font-weight: bold;
color:#334B98;
padding-bottom: 2px;
}

h6 {
	text-transform:none;
}

a, p a:link {
	color: #334B98;
	text-decoration:none;
}

a:hover, p a:hover {
	text-decoration:underline;
}

/*---h6 beeinflusst die Titelzeile MooFlow-Referenz---
Hintergrundfarbe wird im CSS Mooflow definiert - ebenso der Abstand zwischen Titelzeile und Bild (5px)*/


/*-------------------Boxmodell --------------------
---------------------------------------------------*/

html {
	background-color: #FFFFFF;
}

#outerwrapper {
	width: 100%;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
}

#contentwrapper {
	margin:  0 auto;
	width: 1020px;
	text-align:left;
}

#headerwrapper {
	position: relative;
	height: 388px;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	background-image: url(images/logo-suche.jpg);
	right: 20px;
	top:  25px;
}


/*------------Searchbox----------------------------------------------*/

#searchbox {
	position:absolute;
	width: 249px;
	height: 53px;
	top: 0px;
	right: 35px;
	background-image: url(images/bg-suche.jpg);
	background-repeat:no-repeat;
	width:249px;
}


#searchform {
	position:absolute;
	top: 9px;
	right:95px;
	width:120px;
	height:22px;
	text-align:center;
	vertical-align:middle;
}

.lupe {
	position: absolute;
	top:  8px;
	right:  -40px;
}


.tx-indexedsearch-searchbox table {
	border:none;
}

#searchform input, #searchform form input, #searchform form textarea, #searchform form select {
	border: none;
	color:#262625;
	font-size:100%;
	margin: 0;
	padding-left: 5px;
	
}


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


#navwrapper {
	position: absolute;
	top: 288px;
	height: 50px;
	width: 1020px;
}

#mainnav {
	position: absolute;
	top: 13px;
	height: 48px;
	width: 1020px;
}

#mainnavliste {
	position: relative;
	left: 0px;
}

#subnav {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 48px;
	width: 320px;
}

#subnavliste {
	float: right;
	position: relative;
	top: 0px;
	left: 20px;
}


#leftcol {
	float:left;
	width: 200px;
}

#leftcolcontent {
	margin: 0px 0px 5px 0px;
	width:170px;
	margin-right:30px;

}

#leftcolcontent p{
	line-height: 1.15em;
	margin-top: 3px;
	width: 170px;
}
.csc-header-n3 {
	margin-top:20px;
}

.csc-header-n3 h2 {
	display:inline;
}



#maincolrightcolwrapper {
	float: left;
	width: 815px;
}

#maincol {
	float: left;
	width: 460px;
	margin-bottom: 20px;
}

#maincolcontent {
	margin: 0px 10px 5px 10px;
}

#rightcol {
	float: right;
	width: 330px;
}

#rightcolcontent {
	width: 320px;
	margin-left: 10px;
	
}
/*---p beeinflusst die Überschrift (layout5) in der Werbebox*/
#rightcolcontent h5 {
	position:relative;
	font-size: 115%;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	margin: 0px 0px 15px 0px;
	background-image: url(images/bg-box-header.jpg);
	background-repeat: no-repeat;
	width: 320px;
}

/*---p beeinflusst den Fließtext in der Werbebox*/
#rightcolcontent p {
	margin-top: -45px;
	padding: 20px 25px 5px 25px;
	color: #334B98;
	background-image: url(images/bg-box-content.gif);
	background-repeat:repeat-y;
	line-height: 1.17em;
	
}
/*---p beeinflusst die Aufzählung in der Werbebox*/
#rightcolcontent ul {
	padding: 10px 0px 45px 0px;
	width: 320px;
	background-image: url(images/bg-box-content.gif);
	background-repeat:repeat-y;
	
}

/*---p beeinflusst die Aufzählung mit CheckBild in der Werbebox*/
#rightcolcontent ul li {
	background: url(images/check.gif) no-repeat 19px 4px;
	margin-left: 5px;
	padding: 5px 25px 5px 50px;
	line-height: 1.1em;
	color: #334B98;
	}

/*---p beeinflusst den "Fuss" (H4 mit internem Link) in der Werbebox*/
#rightcolcontent h4 {
	text-align: center;
	font-size: 100%;
	margin-bottom: 25px;
	margin-top: -20px;
	width:320px;
	height: 62px;
	background-image: url(images/bg-box-footer.jpg);
	background-repeat:no-repeat;
	
}

/*---p beeinflusst den "Fuss" (H4 mit internem Link) in der Werbebox*/
#rightcolcontent h4:hover {
	text-align: center;
	font-size: 100%;
	margin-bottom: 25px;
	margin-top: -20px;
	width:320px;
	height: 62px;
	background-image: url(images/bg-box-footer-hoover.jpg);
	background-repeat:no-repeat;
	
}
/*---p beeinflusst den "Fuss" (H4 mit internem Link) in der Werbebox*/
#rightcolcontent a.internal-link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 45px;
	padding-left: 190px;
			
}
/*---p beeinflusst den "Fuss" (H4 mit internem Link) in der Werbebox*/
#rightcolcontent a:hover.internal-link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 45px;
	padding-left: 190px;
	width: 100%;
		
}


#footer {
	position: relative;
	clear: both;
	margin:  0px auto;
	width: 1020px;
	color: #919191;
	font-size: 0.8em;
	background-image: url(images/bg-footer-2.gif);
	background-repeat:no-repeat;
	color: #919191;
}

#footer3 {
	position: relative;
	clear: both;
	margin:  0px auto;
	width: 1020px;
	color: #919191;
	font-size: 0.8em;
	background-image: url(images/bg-footer-3.gif);
	background-repeat:no-repeat;
	color: #919191;
}

#footercopyright {
	text-align:left;
	position:relative;
	left:0px;
	padding-top: 8px;
}

#footernav {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 6px;
}
