/* 
	Website Basislayout
	(www.ev-jugend.de/dreieich)

	Autor: Martin Use (mu@metalab.de)
	Datum: 10/2005
	letzte Änderung: 20.10.2005 (mu)

*/

/* ###### Allgemeines ###### */ 
body {
	margin:10px;
	background: white url(bg_top.png) top left repeat-x;
}
#container {
	width: 750px;
	margin: 0 auto;
}
#logo_evj {
	position: absolute;
	margin-top: 3px;
}
#logo_evjdd {
	margin: 10px 0px 9px 65px;
}
#main {
	clear: both;
	background: white url(sidebar_bg.png) top right repeat-y;
}
#main_overlay {
	background: url(sidebar_overlay.png) bottom right no-repeat;
}
#main #content {
	width: 550px;
	float: left;
}

#main #sidebar {
	width: 200px;
	float: right;
}

/* ###### Content ###### */ 
#content .column {
	padding: 0px 30px 10px 10px;
}
#content img {
	margin-right: 10px;
	border: 1px solid #FE911B;
}
#content img.inline {
	margin: 3px 0px 10px 0px;
	border: 1px solid #FE911B;
}

/* ###### Sidebar ###### */ 

#sidebar .column {
	margin-left: 20px;
	margin-right: 1px;

}
#sidebar .itemN {
	margin-top: 12px;
	border-top: 1px solid #ddd;
}
#sidebar img {
	float:right;
	padding:0;
	margin: 8px 0px 2px 2px;
}

/* ###### Footer ###### */ 
#footer {
	color: white;
	background: #0F238C url(footer_bg.png) repeat-x bottom left;
}
#footer .links {
	padding: 6px 10px;
	background: url(footer_leftedge.png) no-repeat bottom left;
}
#footer .copyright {
	float: right;
	padding: 6px 10px;
	background: url(footer_rightedge.png) no-repeat bottom right;
}
.cleaner {
	clear: both;
}  
