/* ================================================== */
/* = COPYRIGHT 2007 by Knut Möller / knutmoeller.de = */
/* ================================================== */



/* ========== */
/* = GLOBAL = */
/* ========== */

body {
	min-height: 100.05%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url("site_bg.jpg");
	background-repeat: repeat-x;
	background-color: #79af95;
}

a {
	color: #000;		
}



/* ============= */
/* = MAIN DIVS = */
/* ============= */

div#outer {    
	margin-top:30px;  
	position: absolute;
	background-color: #fff;
	left:50%;
	width:744px;
	margin-left:-372px;  
	border: 1px solid grey;
	background: url("bg_grey.gif") top left repeat;
}
        

div#head {
	width: 744px;
	height: 102px;
	background: url("head_logo.jpg") top left no-repeat;
}

div#top {   
	text-align: center;
	width: 744px;
	height: 20px;
	background-color: #215e3c;
	padding-top: 5px;
	color: #EEE;
	font-weight:bold;
    text-transform: uppercase; 	
}

div#left {
	float: left; 
	width: 140px;      
	min-height:480px;
	padding: 20px 20px 50px 20px;
}

div#content {
	float: left;
	width: 524px;
	min-height:480px;
/*	overflow: auto;*/
	padding: 20px 20px 50px 20px;
}

div#footer {
	width: 744px;
	clear: both;
	height: 20px;      
	padding-top: 5px;
	color: #EEE;
	text-align: center;
	background-color: #215e3c;
}



/* ================ */
/* = NAVI + LINKS = */
/* ================ */

.cur {
	font-weight: bold;
}

.navilink {
	text-decoration: none;
}

.topnavi {
	line-height: 1.3em;
	margin-right: 2em;
	text-decoration: none;
}

.topnavi a {
	color: #FFFFFF;
	text-decoration: none; 
}


.leftnavi {
	margin-top: 10px;
	padding: 2px;
}

.leftnavi2 {
	margin-top: 2px;
	padding: 2px;
	margin-left: 15px;
}

/* ============ */
/* = sonstiges = */
/* ============ */


h1, h2, h3 { 
	margin-top:3em;
	font-size:1.2em;
	font-weight:bold;
}

.bodytext {
	margin-right: 20px;
	font-size: 1.1em;
/*	line-height: 1.6em;
*//*	text-align:justify;*/
}

.imagelink {
	text-decoration:none;
}

.lb {
	margin: 10px;
	padding: 5px;
	border: 1px solid grey;
}


a img {
	border: none;
}

