/*importiert normalisierung.css*/
@import url("css/norm.css");


body {
	position: relative;
	margin: 0 auto;
	text-align:center;
	width: 950px;
	background:#6e6a60;
	font-size: 100.1%;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#5a6267;
}

/*wrapper umschliesst alles*/div#wrapper {
	background: url(../images/Mitte1_new.PNG) repeat-y center;
	position:relative;
	width: 950px;
}

div#oben {background: url(../images/Oben_new.PNG) no-repeat center;width: 950px;height: 93px;}
div#content {padding:0 110px;background: url(../images/Mitte_new.PNG) no-repeat center top;
/*overflow:hidden; könnte man machen um das float der beiden inneren container zu löschen und dafür zu sorgen, dass container mit einer evt. höheren navi mitwächst.*/}


div#footer {
	background:url(../images/unten_new.PNG) no-repeat center bottom;
	height:93px;
	width:950px;
	text-align: center;

}
/*==========branding start ===============*/


h1.logo {background: url(../images/logo_1.png) no-repeat;text-indent:-9999px;width:280px;height:75px;position:relative;left:465px;}

blockquote.info {text-indent: -9999px;height:0;}

/*===========branding ende===============*/


/*============zwei spalten start ==============*/

#navi {
	background: url(../images/nav_1.png) repeat-y left top;
	float:left;
	width:231px;
	position: relative;
	left:-45px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	letter-spacing:0.2em;
	min-height:265px; 
}

#content_main {
	margin: 0 20px 0 240px; /*der linke rand verhindert, dass dasnavi float unterhalb umflossen wird*/
	text-align: justify;
}


#site_info {
	clear:both; /*vorbei mit floating, steht wieder unterhalb von allem und sorgt dafuer, dass die oberen beiden divs die seite mit erhoehen*/
	width: 200px;
	height: 150px;
}

/*============ zwei spalten ende ==========*/

#navi h2 {
text-indent: -99999px;
height:0;
}


/*==========navi start===========*/

#navi ul {
	padding: 40px 5px 20px 60px; /*abstand fuer das gesamte ULblockelement*/
	text-align: left;
}

#navi ul li a:link, #navi ul li a:visited, #navi ul li a:active {display:block;color:#5a6267;text-decoration:none;padding-bottom:15px;}


#navi ul li a:hover, #navi ul li a:focus, #navi ul li a#current {
	color:#000;
	text-align: left;
} 

/*==========navi ende============*/

/*=========content_main start===========*/

#content_main h3 {text-indent:-9999px;}

#content_main h4 {
	margin-left: 180px;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	font-size: 20px;
	color: #000000;
	text-align: left;
}

#content_main ul li {
overflow:hidden;
padding: 10px 0;
}

#content_main img {
float:left;
margin-right: 20px;
border: 1px solid #ccc; 
padding: 2px;
background-color: #fff;
}



#content_main p {
	font-size: 0.8em;
	margin-bottom: 15px;
	text-align: left;
/*margin-left: 205px; Nur aktivieren, falls Sie den Text nicht unter dem Bild weiterfließen lassen wollen*/}


#content_main p:first-letter {
font-family: “Helvetica Neue“, Helvetica, Tahoma, sans-serif;
font-size: 1.3em; /*2.5em bei hohem Initial, das sich über mehrere Zeilen erstrecken soll*/
font-weight:normal;
color:#c9a637;
line-height:1; /*.9 für Initital, das sich über mehrere Zeilen erstreckt. */
/*float:left; für Initial, das sich über mehrere Zeilen erstreckt*/
font-weight: bold;
}

/*==========content_main ende ==========*/


/*==========site_info start ============*/

#site_info h4 {text-indent:-9999px;}

div#site_info {
	text-align: left;
	font-size: 0.8em;
}

/*=========site_info ende ==============*/em;line-height: 1.3em;}

/*=========site_info ende ==============*/
