@charset 'utf-8';
@import url("http://fonts.googleapis.com/css?family=Droid+Sans");
@import url("http://fonts.googleapis.com/css?family=Cardo");


/* Projektname: 
   Kunde: 
   Autor: 
*/
body {
	font-family: 'Droid Sans','Lucida Grande', 'Lucida Sans',Arial, sans-serif;
	margin:0;
	background: url(style/bg.png) repeat-x #FFF;
	}
/* ---------------------------------------------------------------------------------------------------------- Schriften */
h1 {font-size:30px; color:#FFF; margin:0; font-weight:normal; text-shadow: 0px 1px 0px #000; font-family: Cardo, Georgia, serif;}
h2 {font-size:30px; color:#000; margin:-15px 0 20px 0; font-weight:normal; text-shadow: 0px 1px 0px #FFF; font-family: Cardo, Georgia, serif;}
h3 {font-size:18px; color:#111; margin:30px 0 15px 0; font-weight:lighter;}
h4 {font-size:16px; color:#333; margin:30px 0 0px 0; font-weight:bold;}
h5 {font-size:14px; color:#AF9EB2; margin: 25px 0 10px 0; font-weight:lighter; text-shadow: 0px 1px 0px #000;}
h6 {font-size:18px; color:#FFF; margin: 0 0 20px 0; font-weight:lighter; text-shadow: 0px 1px 0px #000;}

#sidebar h3 {font-size:22px; color:#AF9EB2; margin:25px 0 15px 0; font-weight:lighter; text-shadow: 0px 1px 0px #000;}

a {font-size: ;color:#666; text-decoration:none;}
a:visited {color:#666;}
a:hover {color: #333; text-decoration:none;}
a:active {color: #333;}
a:focus {outline:none;}

p {
	font-size: 14px;
	font-family: 'Droid Sans','Lucida Grande', 'Lucida Sans',Arial, sans-serif;
	line-height: 20px;
	color: #555;
}


#site {
	width: 800px;
	height: auto;
	margin: auto;
}

#header {
	width: 800px;
	height: 165px;
	float: left;
	background: url(style/imgheader.png) no-repeat top center;
}
#header h1 {
	margin: 90px 0 0 360px;
}


#navigation {
	width: 800px;
	height: 35px;
	float: left;
	background: #333;
	background: url(style/imgheader.png) no-repeat bottom center;
}
#navigation li {
	color: #FFF;
	float: left;
	list-style: none;
	background: rgba(159,0,125,0.7);
	margin: -14px 10px 0 0;
	padding:8px 20px 10px 20px;
}

#navigation li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}


#sub-navigation {
	width: 800px;
	height: 25px;
	float: left;
	background: #82005E;
	border-top: 5px solid #9F007D;
}
#sub-navigation li {
	color: #FFF;
	float: left;
	list-style: none;
	margin: -14px 20px 0 0;
}

#sub-navigation li a {
	color: #FFF;
	font-size: 12px;
}

#content {
	width: 720px;
	height: auto;
	min-height: 400px;
	float: left;
	background: url(style/panel.png) no-repeat top center;
	padding: 40px;
}
#footer {
	width: 800px;
	height: 50px;
	float: left;
	text-align: center;
}

#footer a {
	font-size: 11px;
}

