body {
	padding:0px;
	margin: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	background-color: black;
	text-align: left;

}
#main{
	text-align: left;
	vertical-align: middle;	
	margin-left: -450px;
	left: 50%;
	width: 900px;
	z-index:40;
	position:absolute;

}
#bg{
	position:absolute;
	z-index: 10;
	vertical-align: middle;	
	margin-left: -731px;
	left: 50%;
	top: 100px;

}

#header{
	float: left;
	width: 898px;
	height: 420px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#logo{
	position: absolute;
	left: 470px;
	top: 80px;
}
#meta{
	position: absolute;
	left: 800px;
	top: 15px;
	font-size: 11px;

}

#navi{
	float: left;
	width: 843px;
	height: 30px;
	background-color: black;
	border: 1px solid #fff;
	padding-left: 55px;
	font-size: 14px;
	text-transform: uppercase;
}
#content{
	width: 900px;
	min-height: 400px;
	float: left;

}
#content_left{
	width: 618px;
	min-height: 400px;
	float: left;
	padding: 15px;
	background-image: url(/fileadmin/templates/images/line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_right{
	width: 205px;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 25px;
	float: right;
	min-height: 400px;

	background-image: url(/fileadmin/templates/images/bg_right.png);
	background-repeat: no-repeat;
}


h1 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	//padding-top: 2px;
	padding-bottom: 7px;
	margin-bottom: 3px;
	color: #da027c;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #da027c;
	font-size: 15px;
}

h3 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	//padding-top: 2px;
	padding-bottom: 7px;
	margin-bottom: 3px;
	color: #ffed00;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
img {
	color: #ffed00;
	text-decoration: none;
}

a {
	color: #ffed00;
	text-decoration: none;
}

a img {
	border: 0;
}
a:hover {
	color: #ffed00;
	text-decoration: none;
}

