/*
Farben:

Logo:
Grün: #44a22a
Rot: #e3001b

Menüleiste: #e7f0dc
obere Leiste: #d3e3bf

schrift:
dunkelgrün: #214e14
rot: #e3001b

*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/back.png);
	/*color:#214e14;*/
	color:#000000;
	text-align:center;
	font-size:12px;
}

#main {
	position:absolute;
	top: 0%;
	left: 50%;
	margin: 60px  0px 0px -353px;
	padding:0px;
	text-align:left;
	width:710px;
	overflow:hidden;
}

#banner {
	width: 100%;
	float:left;
	height: 97px;
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#d3e3bf;
}


#logo {
	position:absolute;
	top: 0%;
	left: 50%;
	margin: 10px  0px 0px -440px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:200px;
}

#top {
	float:left;
	width:100%;
	height:20px;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	background-position:left top;

	text-align:right;
	line-height:20px;
	font-size:0.8em;
	/*color:#214e14;*/
	color:#000000;
}

#main_content {
	width:100%;
	float:left;
	margin: 0px;
	border: 0px solid #000000;
	background-image:url(../img/line.png);
	background-repeat:y-repeat;
}

#navi {
	width:180px;
	float:left;
	padding-left:15px;
	padding-top: 25px;	
	margin-top:0px;
	height:500px;
}

#search {
	margin-top: 20px;
}


#right {
	width:475px;
	float:right;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
}

#bottom {
	float:left;
	width:100%;
	height:8px;
	background-image:url(../img/bottom.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	margin-bottom:50px;
}



a {	
	text-decoration:none;
	color:#e3001b;
	
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#top a {
	color:#214e14;
	
}

.menu_0_item, .menu_1_item {
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.menu_0_item_act, .menu_1_item_act {
	background-image:url(../img/arrow_act.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.menu_1_item, .menu_1_item_act {
	margin-left:15px;
}


.menu_0_item a, .menu_1_item a, .menu_0_item_act a, .menu_1_item_act a {
	padding-left: 15px;
	color:#214e14;
	/*color:#FFFFFF;*/
	line-height:20px;
	display:block;
}

.menu_0_item a:hover, .menu_1_item a:hover {
 	text-decoration:underline;
}

.menu_0_item_act a, .menu_1_item_act a {
	/*color:#e3001b;*/
	color:#FFFFFF;
	font-weight:bold;
}


.menu_1_item a, .menu_1_item_act a {
	padding-left:15px;
	font-size:0.9em;
	line-height:15px;
}


img {
	border:0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}

p {
	text-align:justify;
}	


.align-center {
	text-align:center;
}


.contenttable {
	border: 1px solid #000000;
	border-collapse:collapse;
}
.contenttable td {
	border: 1px solid #000000;
	padding:4px;
}
.contenttable td p.bodytext {
	text-align:center;
}


.csc-mailform{
	background-color: #e7f0dc;
	border: 1px solid #44a22a;
        width: 400px;
        text-align:center;
        margin-left:30px;
}

.csc-mailform-field{
	display: block;
	margin: 5px;
	padding: 5px;
}

.csc-mailform label{
	display: block;
	width: 120px;
	float: left;
	text-align: right;
}

.csc-mailform input, .csc-mailform textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #44a22a;
	width: 200px;
	padding: 2px 6px;
	font-size: 11px;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor: white;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color: #e3ebfe;
	border: 1px solid #0c5ab8;
}

/*---------------------Images--------------------------------*/

.csc-textpic-imagewrap{
	margin:5px;

}
/*

#content img {
	background-color: #ffffff;
	padding: 5px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
*/

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #000000;
		padding: 3px;
		margin:10px;
	}