
body {
	margin: 0;
	padding: 0;
	text-align: center;

	background-image: url(../image/layout/bg.jpg);
	background-repeat: repeat;
	background-color: black;


	
	line-height: normal;
}


#site {
	width:996px; 
 	text-align:left; 
 	margin:0 auto; 
 	
 	padding-left: 5px;
 	padding-right: 5px;
 	padding-bottom: 5px;
 	
	background-image: url(../image/layout/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #eedf93; 	
}

#header{
 	position:relative; 
 	height:140px; 
 	background-color:transparent; 
 	width:100%;
 	display:block;
 	overflow:hidden;
 	text-align:center;
} 
#nav {
 	width:180px; 
 	float:left; 
 	position:relative; 
 	background-color:transparent;
 
}
#con_bar {
 	width:816px; 
 	float:right; 
 	position:relative;    	
}
#main {
 	background-color: transparent;  
 	float: left; 
 	position: relative; 
 	width:655px; 	
 	margin-top: 12px;
 	margin-left: 3px;
 	margin-right: 3px;
}

#footer {
	width: 100%;
  	background-color: #ffffe0; 
 	clear:both;
 	display:block;
 	overflow:auto;
}


/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 




/* ******************************************************************** */ 
/* WIDGETS als Child von MAIN mit CONTENT inside						      */
/* ******************************************************************** */


.widget {	
	padding: 0; /* need to be 0, in order to have complete width*/
	margin: 0;	
	margin-bottom: 1px;	
	
	padding-bottom: 10px;	
	background-color: white;	
}

.widget .content {
	padding-left: 1px;
	padding-right: 1px;
}



.widget_header {
	margin: 0;
	padding: 0;
	background-image: url(../image/layout/spacer_headline.jpg);
	background-repeat: repeat-x;
		
	font-size: 1.1em;
	line-height: 22px;
	font-weight: 100;
	color: White;
	text-transform: uppercase;	
	text-indent: 10px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	
	border: 1px solid White;
}

#sidebar .sites {
	width: 100%;
	background-color: white;
	margin: 0;
	margin-bottom: 1px;
	padding: 0; /* need to be set to 0 */
	padding-bottom: 5px;	
	height: auto;
	text-align: center;	
}
#sidebar p.sidebar_links {
	text-align: center;	
}
#sidebar .sidebar_links a {
	margin: 0 4px 0 4px;	
}

#nav #enddiv {
	background-color: #ffffe7;
	border-radius: 0px 0px 99px 0px;
	height: 26px;
}
