@import url("./avocs_site.css");

/*global*/

body {
background-color: white;
}

a:link {color: #0e4273; text-decoration:none}
a:visited {color: #0e4273; text-decoration:none}
a:hover {color: #0099CC; text-decoration:underline}
a:active {color: #0e4273; text-decoration:none}

	
p { 
text-align: justify;
}


#wrap {

}

/*header : Hintergrund, Ersetzen der Ueberschriften durch Bilder*/

#header{
background: url('../images/header_repeat.png')  repeat-x scroll top left;
}


#header h2 { 
background: url("../images/avocs10.png") no-repeat scroll top left;
margin:45px 45px 0px 45px;
width: 355px;
height: 70px;
float:left;	
}


#header h2 span {  display: none }

#header h3 { 

font: italic normal normal x-large georgia, sans-serif;
color: #e5e5e5;
margin: 140px 45px 45px 45px;
text-align: left;
}


/*body: inhalt und navi*/
#mainbody {

text-align:left;
margin: 0 0 30px 0;
}

#navi {
font: normal normal normal medium georgia, sans-serif;
text-align:left;
padding: 0 5px 50px 5px;
}

li {
list-style-type: circle;
}

#linklist {

font: normal normal normal medium georgia, sans-serif;
line-height: 200%;
text-align:left;
}

/*inhaltsblock*/
#content {
padding: 10px 10px 10px 10px;
font: normal normal normal medium georgia, sans-serif;
}


#content h1 {
	font: italic normal bolder x-large georgia, sans-serif;
	letter-spacing: 1px; 
	margin: 0 0 20px 0; 
	color: #0e4273;
	
}

#content h3 {
	font: normal normal 1em georgia, sans-serif;
	color: #0e4273;
}


#news { text-align:left; }

#block { 
	text-align:left; 
	font: normal normal normal medium georgia, sans-serif;
	letter-spacing: 1px; 
	line-height: 200%;
}

#listing {
	list-style-type: circle;
}


/*Footer-Zeile... Impressum*/
#footer {
	font: normal normal normal medium georgia, sans-serif;
	letter-spacing: 3px; 
	color: #295681;
}


#footer h3{
   float:right;
	background: url("../images/footer_line.png") no-repeat scroll top right;
	width: 700px;
   height: 138px;
   margin-left:10%;
   margin-right:5%;

}

#footer h3 span {  display: none }



