/* Allgemein Anfang */

html, body {
height: 100%;
}


body {
	text-align:center;
	margin:0px 0px 15px 0px;
	font:normal 11px/170% "Verdana";
	background:url(image/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	color:#000000;
}

i {
    color: #469dca;
    font-style: kursiv;
	font:"Verdana";
}
u {
    color: #469dca;
    border-bottom: 1px solid #469dca;
	font:"Verdana";
}
b {
    color: #469dca;
    font-size: 11px;
	font:"Verdana";
}


a:link,a:visited,a:active  {
	color: #6b1e47; 
	font-size: 11px;
	font:  "Verdana";
	letter-spacing: 0px; 
	text-decoration: none; }

a:hover {
	color: #6b1e47; 
	text-decoration: underline;
	font-size: 11px;
	font:  "Verdana";
	letter-spacing: 0px; 
	text-decoration: none; }

	 
/* Allgemein Ende */

.spacer {
	clear:both;
}


#container {
	width:804px;
	background:url(image/contentbg.jpg);
	margin: 0 auto;
	margin-top:20px;
	text-align:left;
	vertical-align:middle;


}

/* Header Anfang */
#inhalt {
	background:url(image/header.jpg) no-repeat;
}
#inhalt .rand {
	padding:270px 5px 0px 0px;
}
/* Header Ende */


/* Content Anfang */
#content {
	width:582px;
	padding:0px 20px 0px 0px;
	float:right;
	font:normal 11px/170% "Verdana";
	color:#000000;

}


#content h1 { 
margin:15px 0px 8px 0px;
color: #b55b64;
text-align: center;
font-size: 17px;
font-family: "Verdana" ;
	 }
	 
#content h1:first-letter {
	color:#f8a770;

} 


#content h2 { 
margin:15px 0px 8px 0px;
color: #b55b64;
text-align: center;
border-bottom:1px dotted #b55b64;
font-size: 17px;
font-family: "Verdana" ;
	 }
	 
#content h2:first-letter {
	color:#b55b64;

} 


#content h3 { 
background:url(image/head.jpg);
margin:0px 0px 18px 0px;
padding:15px 0px 7px 20px;
color: #7fc4dd;
border-bottom:1px dotted #469dca;
font-size: 17px;
font-family: "Times New Roman" ;
	 }
	 
#content h3:first-letter {
	color:#469dca;

} 

	 
#content a {
	color:#000000;
	font: "Verdana"
	font-size: 10px;
}
#content a:hover {
	text-decoration:underline;
	color:#000000;
}
#content .rand {
	padding:3px;
}

.icon
	{border: 2px solid #8ebee2;
     }

.icon:hover
	{border: 2px solid #6794c3;
     }
	 
	 
	
/* Content Ende */


/* Navigation Anfang*/
#sidebar {
	width:180px;
	float:left;
	font-size: 9px;
}

#sidebar .rand {
	padding:4px 0px 10px 10px;


}

#sidebar h3 { 
background:url(image/test.jpg);
margin:0px 0px 18px 0px;
padding:15px 0px 7px 20px;
color: #7fc4dd;
border-bottom:1px dotted #469dca;
font-size: 17px;
font-family: "Times New Roman" ;
	 }
	 
#sidebar h3:first-letter {
	color:#469dca;

} 



	
a.navi:link, a.navi:visited, a.navi:active {
display: block;
font-size: 9px;
margin-bottom: 2px;
margin-top: 1px;
color: #469dca;
background-color: #e6edf2;
border: 1px solid #cddbe6;
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
letter-spacing: 3px;
height: 20px;

}

a.navi:hover{
display: block;
font-size: 9px;
margin-bottom: 2px;
margin-top: 1px;
color: #ffffff;
background-color: #a7c7e0;
border: 1px solid #cddbe6;
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
letter-spacing: 3px;
height: 20px;

}

/* Navigation Ende*/



#footer {
	margin:0 auto;
	text-align:left;
	width:804px;
	background:url(image/footer.jpg) top no-repeat;
	padding:45px 0px 0px 0px;
	color:#266868;
}
#footer a {
	text-decoration:none;
	color:#363636;
}
#footer a:hover {
	background:#FFF;
}
#footer .rand {
	padding:0px 10px 0px 10px;	
}
