html,body{
	margin: 0px;
	padding:0px;
	height:100%;
}

body, td, p, div {
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

h1{
	margin:3px 0 8px 0;
	font-size:16px;
}
h2{
	margin:3px 0 5px 0;
	font-size:15px;
}
h3{
	margin:2px 0 4px 0;
	font-size:14px;
}
h4{
	margin:2px 0 2px 0;
	font-size:13px;
}
h5{
	margin:1px 0 2px 0;
	font-size:12px;
}
h6{
	margin:1px 0 1px 0;
	font-size:11px;
}

/* MENU CLASSES */


a.menulinks:link, a.menulinks:active, a.menulinks:visited, a.menulinks:hover{
	color:#333333;
	font-size:15px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:4px 6px 4px 6px;
}

a.menulinks:hover{
	color:#666666;
}

/* // MENU CLASSES */

.bg_left{
	background:url('/Grafik/side.jpg') top right repeat-x #0E2943;
	height:100%;
}
.bg_right{
	background:url('/Grafik/side.jpg') top left repeat-x #0E2943;
	height:100%;
}
.bg_center{
	vertical-align: top;
	width: 922px;
	min-height:762px;
	background: url('/Grafik/repeat.jpg') top left repeat-y;
}

div#center_container {
	position: relative;
	margin: 0px;
	width: 922px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url('/Grafik/top.jpg');
	background-repeat: no-repeat;
}

div#top_div {
	position: relative;
	min-height:762px;
}
div#bottom_div {
	height: 37px;
	width: 922px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('/Grafik/bottom.jpg') bottom left no-repeat;
}
.content{
	text-align:left;
	padding:520px 20px 38px 20px;
}

.menu_container{
	position:absolute;
	top:84px;
	left:20px;
	width: 900px;
	height: 32px;
	text-align: left;
}

.flash_banner{
	position:absolute; 
	top:124px; 
	left:17px;
}