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

* {
	border:						0;
	padding:                    0;
	margin:						0;
}

body {
	background-image:			url(../images/vert_bg_spacer.png);
	background-repeat:			repeat-x;
	background-color:			#930202;
	font-family:				Verdana, Geneva, sans-serif;
	font-size:					10px;
	color:						#CCC;
	margin:						auto;
	width:						800px;

	
}

p {
	
}

h1 {
	font-size:					12px;
	color:						#fff;
}

a {
	color:						#666;
}

/* ---- DIV ID ---- */

#main {
	width:						800px;
	min-height:                 650px;
	float:						left;
}

#banner {
	background-image:			url(../images/banner.png);
	background-repeat:			no-repeat;
	width:						800px;
	height:						112px;
	margin-bottom:				-9px;
}

#menu {
	width:						800px;
	height:						36px;
	text-align:					center;
}

#top {
	margin-top:					25px;
	height:		                320px;
	border:						1px solid #000;
	border-width:				1px 1px 1px 1px;
	background-color:			#6B0000;
}

#left_top {
	width:						168px;
	height:						320px;
	background-image:			url(../images/logo_stor.png);
	background-repeat:			no-repeat;
	float:						left;
	border:						1px solid #000;
	border-width:				0px 1px 0px 0px;
}

#center_top {
	width:						599px;
	height:						290px;
	float:						left;
	padding:                    15px;
}

#arrangementer {
	width:						479px;
	min-height:					290px;
	float:						left;
	padding:                    15px;
}

#content {
	border:						1px solid #000;
	border-width:				0px 1px 1px 1px;
	padding:                    25px;
	background-color:			#4b0000;
	height:                		autopx;
	width:						748px;
	float:						left;
}

#footer {
	width:						798px;
	min-height:					40px;
	text-align:					center;
	border:						1px solid #000;
	border-width:				0px 1px 1px 1px;
	background-color:			#6B0000;
	margin-top:                 5px;
	padding-bottom:             5px;
}

/* content bokse */

.video {
	width:						445px;
	height:						364px;
	float:						left;
}

.text {
	width:						285px;
	height:						auto;
	float:						left;
	padding-left:               10px;
}
