body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(layout/body_bg.png);
	background-repeat: repeat-x;
	background-color: #232C3D;
}

body, div, p, td {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: bold; */
}

img {
	border: 0px;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 77px;
	position: absolute;
	top: 0px;
	text-align: center;
}

#flash_carussel {
	width: 100%;
	height: 78px;
	position: absolute;
	top: 77px;
	text-align: center;
}

#main_menu {
	width: 100%;
	height: 25px;
	position: absolute;
	top: 155px;
	text-align: center;
}

#inner_menu {
	width: 782px;
	margin: auto;
}

#sub_menu {
	width: 100%;
	position: absolute;
	top: 179px;
	text-align: center;
	z-index: 5;
}

#dropmenudiv {
	background-image: url(layout/sub_menu_bg.png);
	width: 778px;
	height: 16px;
	position: relative;
	margin: auto;
	text-align: left;
	vertical-align: middle;
	color: #FDFDFB;
	border: 2px solid #8B8E95;
	font-weight: bold;
}

#content_area {
	width: 100%;
	position: absolute;
	top: 180px;
	text-align: center;
}

#inner_content_area {
	width: 780px;
	position: relative;
	margin: auto;
	background-color: #191C22;
	text-align: center;
}

#footer {
	width: 780px;
	position: relative;
	margin: auto;
	border-top: 1px solid #A3A7AD;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #AAAAAA;
}

#inner_imprint_div {
	width: 250px;
	height: 375px;
	background-color: #111111;
	border: 2px solid #999999;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: auto;
}

.headline {
	font-size: 28px;
	font-weight: bold;
}

.main_content_area {
	font-size: 13px;
}

.no_bold_text {
	font-size: 13px;
	font-weight: normal;
}

.menu_button {
	width: 128px;
	height: 18px;
	position: relative;
	top: 4px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
}
