BODY {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
 	text-align:center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;

	margin: 0px;
}

td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

a, a:active, a:visited {

font-size: 12px;
text-decoration: underline;
color: #666666;

}

a:hover {

color: #333333;
text-decoration: underline;

}


a.main-menu, a.main-menu:visited, a.main-menu:active {

font-size: 14px;
line-height: 18px;
text-decoration: none;
font-weight: bolder;
padding-left: 9px;
padding-right: 9px;
color: #333333;

}

a.main-menu:hover {

color: #FF6600;
text-decoration: none;

}


a.head-menu, a.head-menu:visited, a.head-menu:active {

font-size: 11px;
line-height: 13px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
text-decoration: none;
color: #CCEFE4;

}

a.head-menu:hover {

color: #FFFFFF;
text-decoration: none;

}




h1 {
	font-size:21px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size:17px;
	font-weight: bold;
	color: #05B27D;
}

.trenner {
	font-size:12px;
	color: #CCEFE4;
}





#container {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: #FFFFFF 1px solid;
}

#header {

	height: 291px;
	width: 900px;
	text-align: left;
	background-image: url(../images/header2.jpg);
}


#head_menu {

	width: 850px;
	height: 36px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 40px;
	text-align: right;
	float: right;
}




#main_content {

	width: 900px;
	background-image: url(../images/main-background.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#main_content_left {

	float: left;
	width: 235px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: left;

}

#main_content_right {

	float: left;
	margin-left: 80px;
	width: 520px;
	margin-top: 20px;
	text-align: left;

}

#footer {

  	width: 880px;
	height: 50px;
	text-align: left;
	padding: 20px;
}


.clear {

	clear: both;
}
