/* Farben */
.green { color: #497C0F; }
.blue { color: #9FDAF7; }
.darkblue { color: #00A6EB; }	
.grey { color: #434344; }
.clear { clear: both; }

#standard {
	font-family: Verdana,Arial;
	font-weight: normal;
	}
	
.ref_pic_top {
	margin-top: 14px;
	margin-bottom: 14px;
	border-color: #434344;
	border-width: 1px;
	border-style: solid;
	}

.ref_pic_rig {
	margin-right: 6px;
	border-color: #434344;
	border-width: 1px;
	border-style: solid;
	}

.ref_pic {
	border-color: #434344;
	border-width: 1px;
	border-style: solid;
	}

#main_content {
	width: 962px;
	display: block;
	float: bottom;
	overflow: visible;
	background-color: #FFFCE4;
	}
	
#content {
	font-family: Verdana,Arial;
	font-weight: normal;
	text-align: left;
	width: 720px;
	display: inline;
	float: left;
	overflow: visible;
	margin-left: 15px;
	}
	
#content_text {
	font-family: Verdana,Arial;
	font-weight: normal;
	text-align: left;
	width: 511px;
	display: inline;
	float: left;
	overflow: visible;
	margin-left: 15px;
	margin-right: 10px;
	}
	
#content_pic {
	width: 213px;
	display: inline;
	float: left;
	overflow: visible;
	}

#spacer_white {
	width: 962px;
	height: 1px;
	background-color: #FFFFFF;
}

#spacer_green {
	display: block;
	width: 962px;
	height: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #497C0F;
	overflow: visible;
	float: bottom;
	}
	
#footer {
	width: 962px;
	height: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #497C0F;
	display: block;
	float: center;
	}
	
#footer_item {
	width: 320px;
	height: 15px;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	display: inline;
	float: left;
	overflow: visible;
	}

#footer_item_o {
	width: 320px;
	height: 15px;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	display: inline;
	float: left;
	overflow: visible;
	}

/*=========== topmenu ===========*/
#topback {
  	width: 962px;
	height: 150px;
	background-image:url(../pics/balken.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	}
	
#topback_night {
  	width: 963px;
	height: 150px;
	background-image:url(../pics/balken_night.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	}

#topmenu {
	width: 106px;
	height: 25px;
	margin-top: 125px;
	font-size: 9pt;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	display: inline;
	float: left;
	overflow: visible;
	}
	
#topmenu_o {
	width: 106px;
	height: 25px;
	margin-top: 125px;
	font-size: 9pt;
	text-align: center;
	display: inline;
	float: left;
	overflow: visible;
	}
	
/* Textbausteine */
p {
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}

.title {
	font-weight: bold;
	color: #497C0F;
	}

h2 {
	font-family: Verdana,Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	margin-top: 20px;
}

td {
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}


