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

body{
	margin:0px;
	padding:0px;
	background:url(images/singlelogostransparne5.png) repeat;
	
	
	}

#header {
	margin:0px auto;
	width:900px;
	height:415px;
	background:url(images/logoonlywcut_01.png) no-repeat;
}

#headertext {
	margin:0px auto;	
	width:900px;
	height:200px;
	
	
}


#center {
	margin:0px auto;	
	width:900px;
	height:59px;
	
	
}


#leftopbar {
	float:left;
	width:273px;
	height:59px;
	background:url(images/logoonly_02.png) no-repeat;
}

#menubar {
	float:right;
	width:627px;
	height:59px;
	background:url(images/logoonly_03.png) no-repeat;
}
	
	
.navigation{
	font-size: 20px;
}

/**
 * Reset margins and padding on navigation elements
 */
ul.navigation, .navigation li, .navigation li a{
	margin: 0px;
	padding: 4px;
}

/**
 * Disable bullet icons on navigation elements
 */
ul.navigation{
	list-style: none;	
}

/**
 * Display elements horizontal
 */
ul.navigation li{
	float: left;
}

/**
 * Style of the main text
 * Style (padding, border) of the button
 */
ul.navigation li a:link, ul.navigation li a:visited{
	padding: 5px 10px;	
	border: solid 1px #000;
	text-decoration: none;
	color:#900;			/** Main text color **/
	margin-right: 2px;		/** Spacing between navigation items **/
	font-weight: bold;
	display: block;
}

/**
 * Style of the description text
 */
ul.navigation li a:link span, ul.navigation li a:visited span{
	display: block;
	font-weight: normal;
	font-size: 0.7em;
	color:#900;
}

/**
 * Style of the navigation item when hovered
 */
ul.navigation li a:hover{
	color:#FFF;	
	background-color:#000;
}
#center2 {
	margin:0px auto;	
	width:900px;
	height:526px;
	
	
}
#leftcontent {
	float:left;
	width:460px;
	height:526px;
	
}
#rightcontent {
	float:right;
	width:440px;
	height:526px;
	
}
#form{
	margin:0px auto;	
	width:900px;
	height:600px;
	
	
}
	
	}