/* Seiten Format
**************
Copyright 2008
Akneseite
**************
 */

/*------------------------------Head-------------------------*/
p {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#streifenoben {
	background-image: url(../images/streifenoben.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 1500px;
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: visible;
   	}
#logo {
	height: 100px;
	width: 150px;
	right: auto;
	left: auto;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/aknelogo2009.png);
	}
#logoindex {
	height: 100px;
	width: 150px;
	right: auto;
	left: auto;
	float:left;
	}
#headstyle {
	height: 100px;
	width: auto;
	right: auto;
	left: auto;
	margin-right: 160px;
	float:none;
}
/*-----------------------------Inhalt Streifen------------------------------*/
#textoben {
padding: 0px 0px 50px 0px;
text-align: center;
}
#leisteoben {
	background-image: url(../images/akneblau.png);
	height: 34px;
	text-align: center;
	border: 0.05em solid #000000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	}
.textorange {
	background-image: url(../images/leiste_orange.png);
	height: 23px;
	text-align: center;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	margin-top: 15px;

}
.textgelb{
	height: 20px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
	background-image: url(../images/textgelb.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	padding-top: 5px;
	}
	/*------------------------Überschriften--------------------*/
h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 13px;
	font-size: 35px;
	color: #000000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center
}	
	h2 {
	font-size: 19px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	}
	
	h3 {
	font-size: 19px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	}

	h4 {
	font-size: 18px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	font-weight: bold;
	padding-left: 5px;
	}

	ul {
	padding-left: 2em;
}
	iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
/*--------------------------Farbe Seiten-----------------------------*/
.fseiten {
	background-color: #FFFFFF;
}
.fseiten2 {
	background-color: #FFFFFF;
}	
/*--------------------------Index-----------------------------*/
#news {
	float: left;
	width: 592px;
	height: auto;
	text-align: left;
	margin-bottom: 17px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-left: 0px;
	background-color: #D1E7ED;
	margin-right: 0px;
}	
#box1 {
	float: left;
	width: 289px;
	height: auto;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 17px;
	padding-bottom: 10px;
	background-color: #D1E7ED;
	margin-left: 0px;
	display:inline;
	}		
#box2 {
	float: left;
	width: 288px;
	height: auto;
	text-align: left;
	margin-bottom: 16px;
	padding-bottom: 10px;
	background-color: #D1E7ED;
	margin-right: 0px;
	display:inline;
}	
#box3 {
	float: left;
	width: 289px;
	height: auto;
	text-align: left;
	solid #000000;
	margin-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	background-color: #D1E7ED;
	margin-left: 0px;
	display:inline;
	}			
#box4 {
	float: left;
	width: 288px;
	height: auto;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 16px;
	background-color: #D1E7ED;
	margin-right: 0px;
	display:inline;
	}
#box5 {
	float: left;
	width: 289px;
	height: auto;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	background-color: #D1E7ED;
	margin-left: 0px;
	display:inline;
	}		
#box6 {
	float: left;
	width: 288px;
	height: auto;
	text-align: left;
	margin-bottom: 16px;
	padding-bottom: 10px;
	background-color: #D1E7ED;
	margin-right: 0px;
	display:inline;
}
.textorangeindex {
	background-image: url(../images/leiste_orange.png);
	height: 23px;
	text-align: center;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
.textgelbindex{
	height: 23px;
	text-align: left;
	margin-bottom: 5px;
	padding-top: 3px;
	background-color: #F1F7F8;
	}	
/*--------------------------------Links--------------------------------*/
a {
	color:#046999;
}
a:link {								/*link=normaler Zustand*/
	color:#046999;
}
a:visited {								/*visited=besuchter Link*/
	color:#033B57;
}
a:focus {								/*focus=Wenn mit der Tastatur durchsteppt wird*/
	color:#FF7F00;
}
a:hover  {
color:#FF7F00;
}								/*hover=Wenn die Maus darüber befindet*/

/*------------------------Image zentriert------------------------*/	
 .imgzentriert {

text-align: center;
}


/*------------------------Runde Ecken------------------------*/	
.box2 {
	width: 400px; /*optional, jede erlaubte Einheit möglich*/
	background-color: #CCCCCC;
	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
}

.box2 h3 {
	background-image: url(rund/linke-ecke-oben.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box2  h3 span {
	background-image: url(rund/rechte-ecke-oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.box2  h3 span span {
	padding-right: 10px;
}


.box2  p {
	padding-left: 10px;
	background-image: url(rund/linke-ecke-unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box2  p span {
padding-right: 10px;
display: block;

}
.box2  p a {
	display: block;
	background-image: url(rund/rechte-ecke-unten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	}
/*---------------------ENDE------------------------------*/
/*------------------------Runde Ecken------------------------*/	
.box3 {
	width: 400px; /*optional, jede erlaubte Einheit möglich*/
	background-color: #CCCCCC;
}

.box3 h3 {
	background-image: url(rund/linke-ecke-oben.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box3  h3 span {
	background-image: url(rund/rechte-ecke-oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.box3  h3 span span {
	padding-right: 10px;
}

.box3  p {
	padding-left: 10px;
	background-image: url(rund/linke-ecke-unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box3  p span {
padding-right: 10px;
display: block;

}
.box3  p a {
	display: block;
	background-image: url(rund/rechte-ecke-unten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	}
/*---------------------ENDE------------------------------*/

/*-----------------------START----------------------------*/
 
 .ro {
	margin:0;
	padding:0;
	background-image: url(rund/roundedbox_ro.gif);
	background-repeat: no-repeat;
	background-position: right top;

 }
  
 .lo {
	margin:0;
	padding:0;
	background-image: url(rund/roundedbox_lo.gif);
	background-repeat: no-repeat;
	background-position: left top;

 }
  
 .ru {
	margin:0;
	padding:0;
	background-image: url(rund/roundedbox_ru.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

 }
  
 .lu {
	margin:0;
	padding:0;
	background-image: url(rund/roundedbox_lu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

 }
 .inhalt {
	margin:0;
	padding-top: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 3.5em;
	padding-left: 2.5em;
 }
  
 .inhalt p {
	margin:0;
	padding:0;

}
