@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	outline: none;
	line-height: 120%;
}

a { text-decoration: none;}

body {
	background: #0E0E0E;
	font-size: 13px;
}

#backplate img {
    position:absolute;
    margin: 0 auto 0 auto;
	top:0;
    width: 100%;
	height: 100%;
    z-index:-999;
    overflow:hidden;
}

#container {
	margin: 0 auto 0 auto;
	width: 1000px;
}

#menu {
	float: left;
	width: 1000px;
	height: 50px;
	background: url(../images/menu/background_menu.jpg) no-repeat;
}

#header {
	width: 1000px;
	height: 260px;
	float: left;
}

#content {
	margin-top: 9px;
	float: left;
	width: 1000px;
	min-height: 300px;
}


/* KOLOMMEN */

#space {
	width: 327px;
	height: 200px;
	background: url(../images/column_back.png);
	float:left;
	margin-right: 9px;
}


#space_right {
	width: 327px;
	height: 200px;
	background: url(../images/column_back.png);
	float:right;
}




h1 {
	width: 100%;
	background: url(../images/menu/background_menu.jpg) center no-repeat;
	padding: 8px 0px;
	display: inline-table;
	font-size: 18px;
	font-weight: normal;
	text-indent: 10px;
}


