body {
	margin: 0px;
	background:#FFFFFF url(pics/background.gif) no-repeat;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main {
	width: 950px;
	margin:auto;
}
#logo {
	width: 475px;
	vertical-align:bottom;
	height:150px;
	float:left;
}
#email_head {
	width: 465px;
	vertical-align: middle;
	height:45px;
	float:right;
	text-align:right;
	padding: 105px 10px 0px 0px;
}
#email_head a {
	text-decoration: none;
	color: #F0925E;
	font-weight: bold;
	font-size:12px;
}
#top_over_left_right {
	width:100%;
	/*height:662px;*/
	background:#fff url(pics/content_bg.gif) no-repeat;
}
/*	container für navigation, greenfield, content-left	*/
#left_container {
	width: 508px;
	padding:0px;
	float:left;	
	
}
#nav {
	width: 245px;
	padding: 2px 0px 0px 0px;
	float:left;	
	height:180px;
	
}
/* auszeichnung nav links*/
#nav a.nav {
	color: #333333;
	font-weight:bold;
	font-size: 10px;	
	text-decoration:none;
}
#nav a.nav_active {
	color: #53993A;						/*	83C56B	*/
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;
}
/* bg navigation */
.div_nav {
	width: 239px;
	height: 18px;
	padding-left: 3px;
	background:url(pics/nav_bg.gif) no-repeat;
}
#greenfield {
	width: 263px;
	padding:0px;
	float:left;
	height:180px;
	background:#83C56B;
}
#content-left {
	width: 493px;
	padding: 30px 15px 20px 0px;
	font-size: 11px;
	line-height:14px;
	text-align:justify;
}

/*	container für photo, content-right	*/
#right_container {
	width: 442px;
	padding:0px;
	float:right;
}
#flash {
	width:442px;
	height:292px;
	float:none;
	background:url(pics/swf_loading.gif) no-repeat;
}
#content-right {
	width: 427px;
	padding: 30px 0px 0px 15px;
	font-size: 11px;
	line-height:14px;
	text-align:justify;
}
#footer {
	width: 100%;
	border-top:#ccc solid 1px;
	padding: 10px 0px 10px 0px;
	font-weight:bold;
	font-size: 13px;
}
/*--------- SCHRIFTEN --------------*/
h3, h4 {
	font-size:11px;
}
#content-left a {
	text-decoration: underline;
	color: #333;
}
#content-right a {
	text-decoration: underline;
	color: #333;
}
textarea, input {
	border: #999 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.noborder {
	border: 0px;
}
input.submit {
	background:#83C56B;
	border: 0px;
	border-right:#397324 1px solid;
	border-bottom:#397324 1px solid;
}