/*reset: vordefinierte Browserstyles - nicht bearbeiten !!! */ 
					body{color:#000;background:#FFF;}
					body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
					table{border-collapse:collapse;border-spacing:0;}
					fieldset,img{border:0;}
					address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
					li{list-style:none;}
					caption,th{text-align:left;}
					h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
					q:before,q:after{content:'';}
					abbr,acronym{border:0;font-variant:normal;}
					sup,sub{vertical-align:text-top;}
					sub{vertical-align:text-bottom;}
					input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*reset: Ende !!! */ 

html, body { height: 100%; }

body { font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; color: #545453; height: 100%; background: #fff; } 
/* eigene Styles: */

a {color: 	color:#D5EDB3;
}

#header {
	width: 100%;
	height: 101px;
	background: #d5edb3 url(../img/header.jpg) no-repeat left top; 
	border-bottom: 14px solid #99cc66;
	}
	
#left {
	padding: 28px 0;
	width: 220px;
	background-color: #807734;
	float: left;
	}
	
#left li a {
	display:block;

	font-family:Arial,Helvetica,sans-serif;
	color:#D5EDB3;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;

	padding:8px 6px 10px 20px;
	margin-right: 40px;
	border-top: 1px solid #D5EDB3;
	}
	
#left li.last a {
	border-bottom: 1px solid #D5EDB3;
	}

#left li a:hover {
	background:#99CC66 none repeat scroll 0 0;
	color:#993300;
	}
	
#left li.act a  {
	background:#99CC66 none repeat scroll 0 0;
	color:#993300;
	}

#main {
	float: left;
	width: 420px;
	padding: 0 0 0 50px;
	}

#main h1, #main_1col h1 {
	display: none;
	}

#main h2, #main_1col h2 {
	color:#C31817;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.21em;
	padding: 30px 0;
	}

#main p.bodytext, #main_1col p.bodytext {
	color:#666666;
	line-height:18px;
	width: 440px;
	}

#main_1col {
	width: 660px;
	float: left;
	padding: 0 0 0 50px;}
	
#right {
	width: 220px;
	margin-left: 660px;
	background-color: #EEF6E8;
	padding: 28px 20px 50px 40px;
	}

#right li {
	padding: 10px 0;
	}
		
#right li a {
	color:#C31817;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	text-decoration:none;

	padding: 2px 5px 2px 9px;
	background: transparent url(../img/listIcon_standard.gif) no-repeat scroll left 7px !important
	}

#right li a:hover {
	color:#5C743D;
	background: transparent url(../img/listIcon_standard_on.gif) no-repeat scroll left 7px !important
}

.clearer {
	clear: both;
	}
	
#footer {
	background: #d5edb3; 
	width: 100%;
	clear: both;
	padding: 4px 0;
	}
#footer p {
	font-size:9px;
	margin-left: 20px;
	}

hr, .invisible {
	display: none;
	}
	
#main strong {
	font-weight: bold;
	}
	
#main em {
	font-style:italic;
	}
#main p {
	margin: 1em 0;
	}
