body { 	
	text-align: center;
	background: #FFF url('http://www.egon-juettner.de/img/bg.gif') repeat-x top;
		
}

/*  Typo
----------------------------------------------- */


a:link, a:visited { text-decoration: underline;	}
a:active { text-decoration: underline overline;	 }
a:hover { text-decoration: none;  }





/*div#content h1
{
	font-weight: bold;
	margin-bottom: 20px;
	line-height:140%;
}

div#content h2
{
	padding: 2px 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #788999;
}

div#contentright li h1,
div#contentright li h2,
div#contentright li h3
{
	font-weight: bold;
	font-size: 11px;
}*/

/* #container
*******************************************/
div#container {  
	width:930px;  
	margin:0 auto;  
	text-align:left;
	padding:0;
}

/* #top
*******************************************/
div#top {
	height: 62px;
	background-color:#FFF;
}

div#verband {
	float: left;
	/*width: 150px;*/
}
div#verband h1, 
div#verband h2 {
	line-height:100%;
	margin:0;
	color:#555555;
}



/* #header
*******************************************/

div#header {
	clear: both;
	width:930px;
	height:219px;
	background-color: #788999;
	margin: 0;	
	padding: 0;
}

div#foto {
	float: left;
	display:block;
	width: 180px;
	
	position:relative;
	z-index:10;
}

div#emotion {
	float:left;
	width:550px;

}

div#emotion .n {padding: 0px;}

div#logo_cdu {
	float: right;
	width:198px;
	height: 219px;
	background-color: #FF9900;
	margin:0;	
	padding: 0;
}

div#logo_cdu h2
{
	padding-top: 25px;
}

div#logo_cdu h2 a
{
	display: block;
	float: right;
	width: 163px;
	height: 40px;
	background: url('http://www.egon-juettner.de/img/logo_cdu.gif') no-repeat top right;
}
div#logo_cdu h2  span { display: none; }


/* #main
*******************************************/
div#main
{
	float:left;
	width:930px;
	background: #FFF url('http://www.egon-juettner.de/img/bg_main_neu.gif') repeat-y;
}

div#left {
	padding:0;
	margin:0;
	float: left;
	width:180px;
	border-top: 10px solid #FF9900;
}

/* #content
*******************************************/
div#content {
	float: left;
	width: 550px;
	border-top: 10px solid #323941;
}

div#content div.gutter {
	padding:10px;
}

/* #contentright
*******************************************/
div#contentright {
	float:right;
	width:190px;
	border-top: 10px solid #323941;
	padding:5px;
}



/* #footer
*******************************************/


div#footer {  
	clear: both;
	width:910px;  
	background-color: #FF9900;
	line-height:22px;
	padding:10px;
}

div#contentfooter {
	color:#FFF;
}

div#contentfooter a	{
	color:white;
}



/* .mainNav
*******************************************/



ul.mainNav1 {
	background-color: #FFE5C0;
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.mainNav1 li {
	border-bottom:2px solid #FFCC7F;
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.mainNav1 li a {
	display: block;
	padding: 8px 5px 8px 10px;
	font-weight: bold;
	text-decoration: none;
}

ul.mainNav2 {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.mainNav2 li {
	border-bottom: 1px solid #FFCC7F;
	/*border-bottom-width:0;*/
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.mainNav2 li a {
	display: block;
	padding: 6px 0 6px 18px;
	margin:0;
	font-weight: normal;
	text-decoration: none;
	color:#555555;
}



