@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

html 
	{ 
	margin: 0px; 
	padding: 0px; 
	}
	
body
	{
	margin: 0px;
	padding: 0px;
	background:url(images/main_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#7B0A0C;
	}
	
div { margin: 0px; padding: 0px; }

.clear { clear: both; } 
.clear { display: none; } 

.box-wrap
	{
	color : #000000;
	width: 900px;
	margin:auto;
	padding-bottom: 100px;
	background:url(images/main_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#fefde1;
	}
	
.box-header
	{
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	}

.box-footer
	{
	padding: 0px;
	clear: both;
	border: none;
	height:100px;
	text-align:center;
	position: absolute;
	bottom: 0;
	width:100%;
	background:url(images/footer_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#7B0A0C;
	}

#container {
				position: relative;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
			}



/* ====================================================================
KOLOMMEN
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 920px;
	}
	
.column-one
	{
	float: left;
	width: 640px;
	padding:0px;
	margin-left:45px;
	color:#565656;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}

.column-two 
	{ 
	margin-left: 743px;
	margin-top:-100px;
	height:500px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}

.box-header
	{ 
	margin-bottom: 0px;
	height:200px;
	}

.box-wrap, .columns-float, .column-one, .column-two, .column-three
	{ 
	position: relative; 
	}


.menu {
	margin:0px;
	padding:0px;
	width:430px;
	height:20px;
	position:absolute;
	left:230px;
	top:124px;
}
.menu A{
	margin:0px;
	padding:0px;
	width:500px;
	text-decoration:none;
	margin-right:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.menu A:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

h1 {
	font-size:18px;
	color:#990000;
}

