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


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

#clear {
	clear:both;
	}

#wrapper {
	margin: auto;
	text-align:left;
	width: 1100px;
	border:none;
	padding-top:10px;
}

body {
	background-image:url(images/baggrund.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818181;
	line-height:16px;;
}


#logo {
	width:250px;
	float:left;
	padding: 15px 35px 0px 15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#131313;
	font-size:24px;
	font-weight:100;
	line-height:20px;
	padding-bottom:5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#131313;
	font-size:18px;
	font-weight:100;
	line-height:20px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

a {
	color:#636363;
	text-decoration:none;
}

a:hover {
	color:#131313;
	text-decoration:underline;
}

a:active {
	color:#818181;
	text-decoration:none;
}

input {
	height:17px;
	letter-spacing:1px;
	background-color:#f4f4f4;
	color:#333;
	border:solid;
	border-width:1px;
	border-color:#d2d2d2;
}

textarea {
	letter-spacing:1px;
	background-color:#f4f4f4;
	color:#818181;
	border:solid;
	border-width:1px;
	border-color:#d2d2d2;
}

#vert_deler {
	width:115px;
	height:100%;
	background-image:url(images/vert_deler.gif);
	background-repeat:repeat-y;
}

#tekst_felt {
	line-height:20px;
	letter-spacing:1px;
}

ul {
	padding-left:25px;
}

li {
	line-height:20px;
}

/*---------TOPMENU------*/
#menu {
	width:1100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:70px;
}

#menu ul {
	list-style:none;
}

#menu ul li{
	 float:left;
	 }

#menu ul a {
	height:26px;
	padding:3em 1em  0em 1em;
	color:#5e5e5e;	
	text-decoration:none;
	float:left;
	display:block;
	}

#menu ul a:hover{
	color:#000000;
	background-color:#d2d2d2;
}

#menu ul a.selected{
	color:#000000;
	background-color:#d2d2d2;
	}
	

	
	/*---------MAIN------*/

#main {
	width:100%;
	padding:25px 0px 20px 15px;
	border-color:#d2d2d2;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.txt {
	line-height:20px;
	letter-spacing:1px;
}

/*------Bund---------*/
#bund {
	padding: 10px 0px 10px 0px;
	font-size:10px;
	line-height:25px;
	float:left;
}

#gazelle_bund {
	padding-top:15px;
	float:right;
}

#bund a{
	color:#818181;
	text-decoration:none;
}

#bund a:hover{
	color:#000000;
	text-decoration:underline;
}

#bund a:selected{
	color:#818181;
	text-decoration:none;
}

/*------aktuelt / artikler menu---------*/
#aktuelt {
	padding:7px;
}

#aktuelt h1 {
	color:#5e5e5e;
	font-size:18px;
	background-color:#d2d2d2;
	padding:13px 0px 2px 6px;

}

	
#aktuelt ul{
	list-style:none;
}

#aktuelt ul a{
	padding:5px;
}

#aktuelt ul a:hover{
	color:#333;
	text-decoration:none;
	padding:5px;
	background-color:#f4f4f4;
}
#aktuelt ul a.valgt{
	color:#333;
	text-decoration:none;
	padding:5px;
	background-color:#f4f4f4;
}

#aktuelt li{
	height:30px;
	padding-top:20px;
	padding-left:10px;
}



/*------aktuelt / artikler menu LARGE!!!!!!---------*/
#aktuelt_menu_large {
	padding:7px;
}

#aktuelt_menu_large h1 {
	color:#5e5e5e;
	font-size:18px;
	background-color:#d2d2d2;
	padding:13px 0px 2px 6px;
}

#aktuelt_menu_large ul{
	list-style:none;
	height:40px;
}

#aktuelt_menu_large ul a:hover{
	color:#333;
	text-decoration:none;
	background-color:#f4f4f4;
}
#aktuelt_menu_large ul a.valgt{
	color:#333;
	text-decoration:none;
	background-color:#f4f4f4;
}

#aktuelt_menu_large li{
	padding-top:20px;
	padding-left:5px;
}


hr {
	border:0;
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
}

#box {
	width:200px;
	padding:10px;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	float:right;

}


	
