/* CSS Document */

body {
 background-repeat:repeat-y;

}

a:link {	color:#60A844;	}
a:visited {	color:#60A844;	}
a:hover {	color:#60A844;	text-decoration:none;  }
a:active {	color:#60A844;	}

td, p {
	font-family:arial,sans-serif;
	font-size:12px;
}

h1 {
	font-size:12px;
}
h2 {
	font-size:17px;
	font-weight:bold;
	color:#313131;
}

h2 a:link {	color:#313131;	text-decoration:none;}
h2 a:visited {	color:#313131;	text-decoration:none;}
h2 a:hover {	color:#60A844;	text-decoration:none;  }
h2 a:active {	color:#313131;	text-decoration:none;}


.tableheader {
/*	height:125px;*/
	width:100%;


}
.lan {
	width:190px;
}
.logo {
	width:90%;
}
.logo_img {
	width:88px;
}

.absatz {
/*	height:27px;*/
}
.fish {
	width:315px;
	vertical-align:top;
}
/*
		Content
*/

.address {
	font-size:11px;
}
.address a:link, .address a:visited, .address a:hover , .address a:active {
	font-size:12px;
	color:#000000;
}



.content {
	width:500px;
	height:100%;
	vertical-align:top;
}
.content_intro {
	width:500px;
	padding-left:22px;
	padding-top:22px;
	vertical-align:top;
	}
.content_2 {
	width:500px;
	padding-left:22px;
	padding-bottom:22px;
	padding-top:22px;
	vertical-align:top;
}
.content_left {
	width:250px;
	padding-left:22px;
	padding-bottom:22px;
	padding-top:22px;
	vertical-align:top;
}
.content_right {
	width:250px;
	padding-left:22px;
	padding-bottom:22px;
	padding-top:22px;
	vertical-align:top;
}


/*
		Navigation
*/
.navi {
	width:100%;
/*	vertical-align:top;*/
}

.subNavi a:link {
	font-size:10px;
	line-height:15px;
	color:#000000;
	text-decoration:none;
	}
.subNavi a:visited {
	font-size:10px;
	line-height:15px;
	color:#000000;
	text-decoration:none;
}
.subNavi a:hover {
	font-size:10px;
	line-height:15px;
	color:#3D891F;
	text-decoration:none;
}
.subNavi a:active {
	font-size:10px;
	line-height:15px;
	color:#000000;
	text-decoration:none;
}

.subNaviLayer {
/*	height:95px;*/
	border:1px solid #725523;
	padding:0 10px 0 10px;
	background-image:url(images/bg_layer.jpg);
	background-repeat:repeat-x;
}


/*
		Formular
*/
input, textarea {
	font-size:11px;
	border:1px solid #60A844;
	padding-left:3px;
}
.submit{ 
	background-color:#60A844;
	font-size:11px;
	color:#FFFF00;
	font-weight:bold;
}
.mailform, .mailformrequired {
	font-weight:bold;
}
.frmCheckbox {
	border:none;
}

