@CHARSET "UTF-8";

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#000000 url(/_images/common/bg_image.jpg) repeat-x fixed top center;
	font-family: 'Trebuchet MS',sans-serif;
	font-size:12px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.txtNormal {
	font-size:12px;
	color:#FFFFFF;
}

.txtHeader {
	font-size:16px;
	color:#D01717;
}

.txtHeaderSmall {
	font-size:14px;
	color:#D01717;
}

.txtLargeHeader {
	font-size:17px;
	color:#D01717;
}

.underline {
	text-decoration:underline;
}

.listtitle td {
	border-bottom:1px solid #FFFFFF;
}

#container {
	width:913px;
	margin:50px auto 0px auto;
	text-align:left;
	color:#FFFFFF;
	position:relative;
	height:100%;
}

#footer {
	margin:0px auto;
	width:900px;
	color:#FFFFFF;
}

#header {
	width:900px;
	position:absolute;
	top:0px;
	left:0px;
}

#logo {
	width:304px;
	height:42px;
	background:transparent url(/_images/common/mclogo.png) no-repeat top center;
}

#contour {
	width:120px;
	height:120px;
	position:absolute;
	left:820px;
	top:-38px;
	background:transparent url(/_images/common/kontur.png) no-repeat top left;
}

#navigation {
	background:#000000;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	padding:10px;
	font-size:14px;
	text-transform:uppercase;
}

#spotter {
	width:900px;
	height:152px;
	border-bottom:2px solid #FFFFFF;
}

#content {
	background:#000000;
	/*padding:15px;*/
	/*position:absolute;*/
	width:900px;
	/*top:238px;*/
	float:left;
	margin-top:238px;
}

#content-full {
	float:left;
	padding:15px;
	width:870px;
}

#content-left {
	float:left;
	padding:15px;
	width:419px;
	border-right:2px solid #FFFFFF;
}

#content-right {
	float:right;
	padding:15px;
	width:419px;
}

