body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../tpl/back.gif);
	background-color:#ddd;
	background-repeat:repeat-y;
}

#main {
	width:940px;
}

#head {
	width:940px;
	height:240px;	
}

#navi {
	width:250px;
	min-height:550px;
	background-image:url(../tpl/navi.gif);
	background-repeat:no-repeat;
	float:left;
	padding-top:30px;
}

#navi ul {
	list-style: none;
	margin:0;
	padding:0;
	width:200px;
	text-align:right;
}	

#navi ul li{
	margin:0;
	padding:0;
	padding:7px 0px 7px 0px;
	border-top:1px solid #FFF;
}	

#navi ul li a{
	display:block;
	color:#777777;
	text-decoration:none;
	font-size:12px;	
	font-weight:bold;
	text-transform:uppercase;
	min-height:10px;
}

#navi ul li a:hover{	
	color:#33aa33;
}

#navi ul li a.active{	
	color:#33aa33;
}


#navi ul ul {
	list-style: none;
	margin:0;
	padding:0;
	width:200px;
	text-align:right;
	border:0px;
}	

#navi ul ul li{
	margin:0;
	padding:0;
	border-bottom:0px;
	background-image:none;
	border:0px;	
}	

#navi ul ul li a{
	display:block;
	color:#777777;
	text-decoration:none;
	font-size:12px;	
	font-weight:bold;
	text-transform:none;
	background-image:none;
	padding:5px 10px 7px 0px;
	border:0px;
}

#navi ul ul li a:hover{
	color:#33aa33;
	background-image:url(../tpl/bull.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#navi ul ul li a.active{
	color:#33aa33;
	background-image:url(../tpl/bull.gif);
	background-repeat:no-repeat;
	background-position:right;
}



#navi ul ul ul {
	list-style: none;
	margin:0;
	padding:0;
	width:200px;
	text-align:right;
	border:0px;
}	

#navi ul ul ul li{
	margin:0;
	padding:0;
	border-bottom:0px;
	background-image:none;
	border:0px;	
}	

#navi ul ul ul li a{
	display:block;
	color:#777777;
	text-decoration:none;
	font-size:12px;	
	font-weight:normal;
	text-transform:none;
	background-image:none;
	padding:5px 10px 7px 0px;
	border:0px;
	margin-right:15px;
}

#navi ul ul ul li a:hover{
	color:#33aa33;
	background-image:url(../tpl/bull.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#navi ul ul ul li a.active{
	color:#33aa33;
	background-image:url(../tpl/bull.gif);
	background-repeat:no-repeat;
	background-position:right;
}




#content {
	width:600px;
	float:left;
	padding-left:45px;
	padding-left:45px;
	padding-top:40px;
	color:#000000;
	font-size:12px;
	line-height:20px;
}

#foot {
	width:940px;
	clear:left;
}

#footer {
	width:250px;
	height:197px;
	position:fixed;
	bottom:0;
	background-image:url(../tpl/footer.gif);
	color:#555555;
	font-size:11px;
}

#footer a {
	color:#555555;
	text-decoration:none;
}

#footer a:hover {
	color:#777777;
	text-decoration:none;	
}


input.form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: uppercase;
	background-color: 		#EEEEEE;
	color: 			#333333;
	background-image:  	url("../images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid	#CCCCCC;
	border-bottom: 	1px solid	#FFFFFF;
	border-right: 	1px solid	#FFFFFF;
   	border-top: 	1px solid 	#CCCCCC; 
	width:250px;
	}
	
textarea.form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: uppercase;
	background-color: 		#EEEEEE;
	color: 			#333333;
	background-image:  	url("../images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid	#CCCCCC;
	border-bottom: 	1px solid	#FFFFFF;
	border-right: 	1px solid	#FFFFFF;
   	border-top: 	1px solid 	#CCCCCC; 
	scrollbar-face-color: 	#EEEEEE;
	scrollbar-track-color: 	#EEEEEE;
	scrollbar-arrow-color: 	#BBBBBB;
	scrollbar-shadow-color: 	#BBBBBB; 
	scrollbar-3dlight-color: 	#EEEEEE;
	scrollbar-highlight-color:	#BBBBBB;
	scrollbar-darkshadow-color:	#BBBBBB;
	buttonface: 		#BBBBBB; 
	width:250px;
	}
	
input.button {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 100px; height: 18px;
	background-color:		#EEEEEE;
	color:			#333333;
	border-left: 	1px solid 	#FFFFFF;
	border-bottom: 	1px solid	#AAAAAA;
	border-right: 	1px solid	#AAAAAA;
	border-top: 	1px solid	#FFFFFF; 
	}
	
a:link {
	color:#33aa33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#33aa33;
}
a:hover {
	text-decoration: none;
	color:#777777;
}
a:active {
	text-decoration: none;
	color:#33aa33;
}

h1 {
	padding:0;
	margin:0;
	font-size:20px;
	color:#999999;	
	margin-bottom:10px;
}

h2 {
	padding:0;
	margin:0;
	font-size:16px;
	color:#33aa33;	
	margin-bottom:10px;
}

h3 {
	padding:0;
	margin:0;
	font-size:14px;
	color:#33aa33;	
	margin-bottom:10px;
}


h4 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#33aa33;	
	margin-bottom:10px;
}

h5 {
	padding:0;
	margin:0;
	font-size:10px;
	color:#33aa33;	
	margin-bottom:10px;
}

h6 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#33aa33;	
	margin-bottom:10px;
}

/* Inhaltlayouts */

.template1 {
	float:left;
}

.template1 {
	float:left;
	margin-bottom:10px;
}
.template2 {
	float:left;
	margin-bottom:10px;
}
.template3 {
	float:left;
}
.template4 {
	float:left;
}
.template5 {
	float:left;
	padding-right:10px;
	margin-bottom:15px;
}
.template6 {
	float:left;
	margin-bottom:10px;
}
.template7 {
	float:left;
}
.template8 {
	float:left;
}
.template9 {
	float:left;
}
.template10 {
	float:left;
}

.template11 {
	float:left;
	margin-bottom:10px;
}

.template12 {
	float:left;
	margin-bottom:10px;
}

.template13 {
	float:left;
	margin-bottom:10px;
}

.template14 {
	float:left;
	margin-bottom:10px;
}

.abstrechts {
	margin-left:30px;
	margin-bottom:10px;
}

.abstlinks {
	margin-right:30px;
	margin-bottom:10px;
}

.gallery {
	margin-right:10px;
	margin-bottom:10px;
}

.temp11 {
	padding:5px;
	margin:5px;
	background-color:#D9BDA1;
}

.clear {
	clear:both;
}

.picture {
	border:0px;
}

.small {
	font-size:10px;
	color:#FFF;
}

.red {
	color:#990000;
}

.abstand {
	margin-bottom:20px;
}
     
	 
.red {
	color:#990000;
}

.kontaktform {
	border: 1px solid #333333;
	background-image:url(../images/form_bg.gif);
}	

.none {
	display:none;	
}
