body {
	margin:0;
	padding-top:0px;
	background-image:url(images/backgroundrepeat.jpg);
	background-repeat:repeat-x; 
	background-color:#ff5050;
}

#float_top {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}

#top {
	width:1049px;
	margin-left:auto;
	margin-right:auto;
	height:288px;
	margin-top:0px;
	padding-top:0px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat; 
}

#newsbody {
	height:170px;
	width:800px;
  margin:115px 0px 0px 29px;
  float:left;
	padding:0;
}

#newsbody .newsheader, #newsbody .newstext { 
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color: white;
}

#newsbody .newsheader { 
	font-weight:bold;
	padding-bottom:10px;
}
		
#newsbody .newsheader:hover, #newsbody .newstext:hover { 
	text-decoration:underline;
}

.newsblok {
	width:180px;
	float:left;
	height:170px;
	margin-left:20px;
}

#float_content {
	width:1049px;
	margin-left:auto;
	margin-right:auto; 
	min-height:498px;
}	

#content {
	background-image: url(images/contentrepeat.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	float:left;
	margin:0; 
	width:1049px;  
	min-height:498px;
	padding-top:10px;
}

#tekst {
	width:640px;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 30px;
	padding-top:0px;
	margin-left:24px; 
	margin-top:0px;
	color:black;
	min-height:498px;
	float:left;
	line-height:145%;
}

#content #tekst .bb-url {
	font-family: Verdana;
	font-size: 11px;
	color: #FE0000;
	font-weight: bold;
	text-decoration:none;
}

#content #tekst a {
	font-family: Verdana;
	font-size: 11px;
	color: #FE0000;
	font-weight: bold;
	text-decoration:none;
}

#content #tekst .linkwit {
	color:white;
}

#content #tekst .bb-url:hover, #content #tekst a:hover {
	text-decoration: underline;
}

#menu {
	float:left;
	min-height:498px;
	width:230px;
}

#menu ul {
	  width:185px;
		margin-top:80px;
		margin-left:0px;
		padding-left:50px;
		list-style-type: none;
	  z-index:10;
}

#menu ul li a {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration:none;
	letter-spacing:0.05em;
	line-height:225%;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li {
	width:185px;	
	list-style-type: none;
	margin:0px 0px 3px 8px;
	padding:0;
  z-index: 10;
	position:relative;
	height: 28px; 
	float: left; 
}

#menu li ul {
  border:solid 1px black;
  background-color:white;
  display:none;
	padding-bottom:7px;
	padding-top:0px;
	padding-left:0px;
	margin:0;
  position: absolute;
  left: 185px;
  top: 0;
  display: none;
 	z-index: 10;
	width:150px;
}

#menu a:hover {
	color:#ff0000;
}

#menu li:hover ul { 
	display: block; 
}

#menu li:hover ul, #menu li.over ul {
    display: block; 
}


#menu li ul li {
height: 20px; 
}

.input {
	border: white 1px solid;
	color: white;
	background-color:#b00232;
	font-size:10px;
	padding-top:1px;
	padding-bottom:1px;
	font-family:Arial;
	width:150px;
	padding:2px 0px 2px 2px;
	margin-bottom:2px;
	margin-top:7px;
}

.submit {
	border:white 1px solid;
	background-color:#b00232;
	color: white;
	font-size:10px;
	font-family:Arial;
	padding:1px 0px 0px 0px;
	width:90px;
	margin-top:7px;
	margin-bottom:2px;
}

.textarea {
	font-size:12px;
	font-family:Arial;
	overflow-y:auto;
	color:black;
	border: white 0px solid;
	background-color:#fbe8ed;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	color: #0c1257;
	padding-top:25px;
	margin:0;
	padding-bottom:15px;
	font-weight: bold;
}

#h1gradient {
	background-image: url(images/h1gradient.jpg);
	background-repeat: no-repeat;
	margin-bottom:24px;
	height:3px;
	width:269px;
}

div>div#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}




