body, td {	
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #475459;
	/*line-height:19px;*/
}

body {
	background-color: #000000;
	scrollbar-base-color: #000000;
	margin:0px;
}

a, .textcolor1 {
	color: #E20015;	
}

.smallfont, a.smallfont {
	font-size:9px;
	color: #CFCFCF;
	text-decoration: none;
}

.bigfont, a.bigfont {
	font-size:12px;
}

/*RAHMEN + BG-STYLES*/

.border1 {
	border-bottom:2px solid #475459;
}

.border2 {
	border-left:1px solid #475459;
}

.border3 {
	border-right:1px solid #475459;
}

.border4 {
	border-bottom:10px solid #FFE500;
}

.border5 {
	border-top:2px solid #475459;
}

.pborder {
	border:1px solid #475459;
}

.pborder1 {
	width: 315px;
	height:170px;
	background-image: url('../../images/box_drop.gif');
}

.pborder2 {
	border:1px solid #C0C0C0;
}

.bg1 {
	background-color: #ffffff;
}

.picdrop {
	width: 195px;
	height:135px;
	background-image: url('../../images/pic_drop.gif');
}

.picdrop1 {
	width: 195px;
	height:280px;
	background-image: url('../../images/pic_drop1.gif');
}

.teamdrop {
	width: 195px;
	height:195px;
	background-image: url('../../images/team_drop.gif');
}

.teamdrop1 {
	width: 195px;
	height:75px;
	background-image: url('../../images/team_drop1.gif');
}

.tname {
	margin-top: 158px;
	background-image: url('../../images/name_team.png');
	background-repeat: no-repeat;
	width: 185px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 5px;
	line-height:normal;
	z-index:10;
	position:absolute;
}

/*MENU-STYLES*/

.hmen, a.hmen, a.smenu {
	color: #475459;
	text-decoration: none;
	line-height:normal;
	font-weight: bold
}

.hmena, a.hmen:hover {
	color: #E20015;
	text-decoration: none;
	line-height:normal;
	font-weight: bold
}

/*HEADLINES*/

.phl {
	margin-top:12px;
	margin-left: 0px;
	background-image: url('../../images/hl_bg.png');
	background-repeat: no-repeat;
	width: 265px;
	height: 25px;
	z-index:10;
	position:absolute;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	line-height:normal;
}

.phl a {
	text-decoration:none;
	color:inherit;
}


.chl {
	margin-bottom: 20px;
	background-image: url('../../images/hl_bg.gif');
	background-repeat: no-repeat;
	width: 430px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	line-height:normal;
}

/*LAYER-STYLES*/

.submenulayer1,.submenulayer2,.submenulayer3,.submenulayer4,.submenulayer5,.submenulayer6,.submenulayer7,.submenulayer8 {
	margin-top: 20px;
	margin-left: 0px;
	position: absolute;
	display: none;
	z-index:20;
	width: 150px;
	background-color: #ffffff;
	filter: Alpha(opacity=87);
	-moz-opacity:0.87;
}
.submenulayer1 {
	margin-left: 5px;
}
.submenulayer3 {
	margin-left: 150px;
}
.submenulayer4 {
	margin-left: 240px;
}
.submenulayer5 {
	margin-left: 310px;
}
.submenulayer6 {
	margin-left: 453px;
}
.submenulayer7 {
	margin-left: 480px;
}
.submenulayer8 {
	margin-left: 500px;
}

.content {
	width: 450px;
	height: 290px;
	overflow: auto;
	padding-right:10px;
}

.content1 {
	height: 290px;
	width: 234px;
	overflow: auto;
	overflow-x:hidden;
}

form { position:relative;width:445px; } 
fieldset { border:1px solid #ccc;margin:0 0 10px 0; }
legend { font-weight:bold;text-transform:uppercase;letter-spacing:1px; }
form ul { margin:0; padding:0 0 0 10px; list-style-type:none; }
form li {margin:2px 0;}
label { display:block; width:70px; float:left; clear:left; }
form sup { font-weight:bold; padding:0 0 0 3px; }
input, textarea { font:inherit; line-height:1em; padding:0 3px; border:1px solid #eee; background:#eee; }
input { width:130px; height:18px; }
textarea { position:absolute; right:10px; top:23px; width:200px; height:60px; }
.error { color:red; }