@charset "UTF-8";
/* CSS Document - af Synvision.dk */

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

body {
	background-color:#FFFFFF;
	text-align: center;
	color:#666666;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-size:14px;
}

#wrapper {
	position:relative;
	width: 1000px;
	height:100%;
	margin: 0 auto;
	text-align:left;
	background:url(images/bg.jpg);
	
}

#clear{
	clear:both;
	}
	
#main {
	height:auto;
	overflow: auto;
}

h1 {
	font-size:14px;
	font-weight:bold;
	}
	
h2 {
	font-weight:bold;
	}
	
a {
	color:#6093d4;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

	
/* ------- elementernes placering -----------*/

#header {
	position:relative;
	height:100px;
	width:1000px;
	background-color: #FFFFFF;
	background-image: url(images/top_grafik.jpg);
	margin-top: 10px;
	border-bottom:solid;
	border-bottom-color:#9baebd;
	border-bottom-width:5px;
}


#menu {
	float:left;
	width:180px;
	}



#bund {
	float:right;
	height:5px;
	width:1000px;
	background-color:#9baebd;
	}

#adresse_bund{
	font-size:10px;
	color:#6093d4;
	font-weight:bold;
	}

/*-- navigation --*/

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:20px;
	margin-top:40px;
	margin-bottom:40px;
	}

#menu ul a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.5em;
	text-decoration:none;
	display:block;
	}

#menu ul a.first{
	color:#ccc;
}

#menu ul a:hover{
	color:#CCC;
	}
	

/*-------- indhold ----------*/
#indhold{
	float:right;
	width:770px;
	margin-top:50px;
	margin-right:20px;
	margin-left:10px;
	margin-bottom:30px;
}
