/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body, th, td, ul, div, p, pre, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#707070;
	text-transform: none;
}
body {
	margin:0px;
}

A		{color: #777C7F;}
a:link {
	text-decoration: underline;
	color: #777C7F;
	text-transform: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
	text-transform: none;
}
a:visited {}
a:active {}

.h1 {
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	line-height: 18px;
}
.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #EC2227;
	text-decoration: none;
}
.h3 {}
.h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.h6 {}





#main {
	position:relative;
	width:1000px;	
	z-index:3;
}



/* braucht kein mensch.
#top {
	position:relative;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	height:166px;

	width:980px;
}
#leftside {
	position:relative;
	float:left;
	border-right:1px solid #FFFFFF;
	width:600px;
	height:534px;
	background-image:url(../img/left-bg.gif);
}
#rightside {
	position:relative;
	float:left;
	width:221px;
	height:534px;
	background-image:url(../img/right-bg.gif);
}
*/
#maincolumn {
	position:relative;
	float:left;	
}
#maincontent {
	position:relative;
	float:left;	
	width:541px;
	height:396px;
	padding:15px 15px 15px 25px;
	overflow:auto;
	scrollbar-face-color: #A4A4A4;	
   	scrollbar-3dlight-color: #3F3F3F;
   	scrollbar-darkshadow-color: #787878;
   	scrollbar-track-color: #34558E;
   	scrollbar-arrow-color: #34558E;
}
