/* CSS Document */

/* body */
body {
	font:11px verdana;
	background:#d2d2d2;
}
/* overskrifter */
h1, h2,h3,h4,h5,h6 {
	color:#a0100f;	
	margin-top:0;
}
/* fjern border på billeder i links */
a img {
	border:0;	
}

/* struktur */
#websiteContainer {
	width:950px;
	margin:0 auto;
}
#topBanner {
	width:950px;
	height:150px;
	background:url(gfx/top.gif) no-repeat;
	margin:0;
}
#contentContainer {
	background:#FFF;	
}
#content {
	height:370px;
	height:auto !important; 
	min-height:370px;
	padding:10px;
	background:#FFF;
	margin:0;
	width:720px;
	margin-left:200px;
}
#left {
	float:left;
	width:190px;
	}

#ann1 {
position:absolute;
top:200px;
left:50%;
margin-left:-580px;
width:100px;
}

#ann2 {
position:absolute;
top:350px;
left:50%;
margin-left:-580px;
width:100px;
}


/* navigation */
#navigation {
	background:url(gfx/navbg.gif) repeat-x top #fff;
	width:940px;

	margin:0;
	padding:0;
	padding-right:10px;
	padding-top:8px;
	height:30px;
}
#navigation li {
	display:inline;
	list-style:none;
	vertical-align:middle;
}
#navigation li a {
	height:20px;
	padding:5px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
/* bund */
#bund {
	background:#d2d2d2;
	color:#000;
	font-weight:bold;
	padding:5px 0;
}
/* design af reprohuset */
#repro {
	position:relative;
	left:950px;
	top:-150px;
	width:15px;
}
