/* CSS Document */

* {
	font-family	: Verdana, sans-serif;
	font-size	: 11px;
	color		: #1A1A1A;
	line-height	: 1.4em;
	/*border:dotted 1px #FF0000;*/
}

p *, li * {
	line-height	: 1em;
}

body {
	margin		: 0px 0px 10px 0px;
	background	: url('../images/tile.jpg');
}

a {
	color	: #D9123F;
}

images {
	border	: 0px;
	margin	: 0px;
	padding	: 0px;
	display	: block;
}

table #maintable {
	
	
}
#maintable{
width:100%;
border-collapse:collapse;
min-height: 500px;
}

#left_td {
	background			: url('../images/side.gif');
	background-repeat	: repeat-x;
	background-color	: #FFFFFF;
	
}

#main_td {
	background			: url('../images/side.gif');
	background-repeat	: no-repeat;
	width				: 760px;
	background-color	: #FFFFFF;
	padding				: 0px 8px 40px 0px;
}

#website {
	width: 760px;
	min-height:400px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#header {
height	: 117px;
padding	: 0px 0px 0px 10px;
}

#hovedmenuen {
	height	: 34px;
	clear: both;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#enclose {
	float: right;
	width: 590px;
	clear: right;
	margin-top: 10px;
}

#indhold {
	min-height:400px;
	float: left;
	width:400px;
	position: relative;
	
}

#left {
	float: left;
	width: 180px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;

	min-height:400px;
	position: relative;
	margin-top: 10px;
}

#right {
	float: right;
	min-height:400px;
	position: relative;
	clear: right;
}

/******************************* Footer *******************************/
#footer_td {
	padding-left		: 10px;
	padding-right		: 2px;
	height				: 32px;
	vertical-align		: middle;
	background-color: #131313;
}
#footer_td #payoff {
	float	: left;
	color	: #898989;
}

#footer_td .link {
	float	: right;
	color	: #D9123F;
	margin	: 0px 8px 0px 12px;
}

#top_banner_text {
	background-color: #8f0026;
	height: 100px;
	position: relative;
	margin-bottom: 10px;


}
#breadcrumb{
}

.hvidtekst p, .hvidtekst{color:#FFFFFF;}