h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-size: 18px;
	line-height: 20px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	/*text-transform:uppercase;*/
	font-weight:normal;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}

.top {
	height:120px;
}

.mainmenu {
	margin-top:60px;
	margin-left:60px;
}

.header {
	width:705px;
	height:170px;
	border:1px solid #b9bbbc;
	padding:0;
	margin:0;
	margin-left:65px;
	position:relative;
}

.topmenu {
	margin-left:65px;
	text-align:right;
	width:570px !important;
	width:570px;
}
.content {
	width:540px !important;
	width:570px;
	min-height:245px;
	border-bottom:1px solid #b9bbbc;
	border-left:1px solid #b9bbbc;
	border-right:1px solid #b9bbbc;
	border-collapse:collapse;
	padding-top:30px;
	padding-left:30px;
	margin:0;
	margin-left:65px;
	height:auto !important;  /* für moderne Browser */
	height:275px;  /*für den IE */
}

#switchlayer {
	position:absolute;
	bottom:0px;
}

img {
	margin:0;
	padding:0;
	border:none;
}
body,html {
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-3dlight-color: #D5D5D5;
	scrollbar-arrow-color:  #0;
	scrollbar-track-color: #F2F2F2;
	scrollbar-darkshadow-color: #C6C6C6;
	margin: 0px;
	height:100%;
	background-color:#272c30;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
}
.content a:link, .content a:visited {
	color: #ffea00;
	text-decoration: none;
	padding-left:7px;
	background-image:url(../images/dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.content a:hover {
	color: #ffea00;
	text-decoration: none;
}



.selectbox {
	border: 1px solid;
	border-color: #666666;
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputfield {
	border: 1px solid;
	border-color: #999999;
	color: #333333;
	font-size: 10px;
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.downloads {
border-collapse:collapse;
	border:1px solid #363e41;
	border-top:none;
}

/*.downloads:hover{
	background-color:#434b4e;
}*/
						