/*
m�rk:	00405a
lys:	058ac1
*/

.pics { height: 450px; width: 450px; padding:0; margin:0; overflow: hidden }




* {
	margin : 0;
	padding : 0;
	font-family: arial, verdana, sans-serif;
}

html {
	color : #333333;
}

.boks {
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 10px;
	border: 1px black solid;
}

#main {
	position:relative;
	margin : auto;
	max-width : 950px;
	min-width : 950px;
	width : auto !important;
	width : 950px;
	/*background : #eeeeee url('/userdata/gfx/bg.png') repeat-x top left;*/
}


#topmain {
	background : #ffffff url('/userdata/gfx/bg.png') repeat-x top left;
	height: 162px;
}

#overmenu {
	float: left;
	height: 94px;
	width: 761px;
}

#menumain {
	float: left;
}

#top {
	height: 162px;
	position:relative;
	margin : auto;
	max-width : 950px;
	min-width : 950px;
	width : auto !important;
	width : 950px;
	background : #ffffff url('/userdata/gfx/bg.png') repeat-x top left;
}

#top h1 {
	color : #ffffff;
	font-size: 200%;
	font-family: arial, verdana, sans-serif;
	visibility: hidden;
}

#logo {
	float: left;
	display: inline;	/* Workaround for IE double float margin Argh! */
	width: 189px;
	height: 162px;
	margin: 0px;
	font-size: 0;
	color: red;
	background : #ffffff;
}

img.logoet, a.logoet, h1.logoet {
	text-decoration: none;
	border: 0;
	font-size: 0;
}

table, tr, td {
	vertical-align: top;
}

table.form, tr.form, td.form {
	vertical-align: top;
}

td {
	/*font-size: 80%;
	font-family: arial, verdana, sans-serif;*/
}

#content ul, ol  {
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
	margin-left: 25px;
	margin-bottom: 10px;
}

p.nyhed {
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
}

p.nyhedcredit {
	font-size: 60%;
	font-family: arial, verdana, sans-serif;
}

h2.nyhed {
	font-size: 90%;
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-decoration: none;
}

a.nyhed {
	text-decoration: none;
}

a.frontnyhed {
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}


p {
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 125%;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 0px;
}

h2 {
	font : italic bold 125%;
	margin-bottom: 10px;
}

h3 {
	font-size: 105%;
	margin-bottom: 2px;
}

a {
	color: black;
}

img.top {
	padding: 0px;
	border: 0;
}

img {
	padding-left: 5px;
	padding-bottom: 5px;
}

a.overskrift {
	color: black;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	margin-bottom: -10px;
}

/*---------------------------------------*
  |            CSS til menuen            |
  *--------------------------------------*/

#menu {
	position:relative;
	margin : auto;
	max-width : 761px;
	min-width : 761px;
	width : auto !important;
	width : 761px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	
	width: 761px;
	height: 30px;
}
#menu ul {
	padding : 0 0 0 10px;
}
#menu li {
	float: left;
	display : inline;
	padding : 0 2px;
}
#menu li a {
	color : #ffffff;
	padding : 2px 10px;
	text-decoration: none;
	line-height: 26px;
	display: block;
}
#menu li a:hover {
	font-family: arial, verdana, sans-serif;
	background : url('/userdata/gfx/menu_bg_selected.png') repeat-x top left;
	color : #ffffff;
}
#menu li.selected a {
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	background : url('/userdata/gfx/menu_bg_selected.png') repeat-x top left;
	border-bottom : 0;
	color : #ffffff;
}
#menu li.selected a:hover {
	font-family: arial, verdana, sans-serif;
	background : url('/userdata/gfx/menu_bg_selected.png') repeat-x top left;
	color : #ffffff;
}
#menu li.selected a:hover {
	font-family: arial, verdana, sans-serif;
	background : url('/userdata/gfx/menu_bg_selected.png') repeat-x top left;
	color : #ffffff;
}


/*---------------------------------------*
  |            CSS til submenuen            |
  *--------------------------------------*/

#submenu {
	float: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #005c00;
	width: 145px;
}
#submenu ul {
	padding : 10px 0 0 0;
	color: #005c00;
}
#submenu li {
	float: left;
	display : inline;
	padding : 0 0px;
	color: #005c00;
	width: 145px;
	background : url('/userdata/gfx/submenu_bg_selected.png') no-repeat bottom left;
}
#submenu li a {
	color: #005c00;
	padding : 2px 2px;
	text-decoration: none;
	line-height: 15px;
	display: block;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 145px;
}
#submenu li a:hover {
	background : #d7ffd7 repeat-x bottom left;
	width: 145px;
	color: #005c00;
}
#submenu li.selected a {
	background : #ffffff;
	border : 1px solid #00405a;
	border-bottom : 0;
	color: #005c00;
}



#bund a {
	color: black;
}

#credit { font-size: 75%; color: #dddddd;}
#credit a{ font-size: 75%; color: #dddddd;}
#credit a:hover{ font-size: 75%; color: #dddddd;}

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

#bundmain {
	float:left;
	margin-top: 10px;
	border-top: green 1px solid;
	width: 100%;
}

#bund {	
	float: left;
	width: 100%;
	text-align:center;
	background: #ffffff;
	font-size: 75%;
	text-align: center;
	font-family: arial, verdana, sans-serif;
}






	

#space {
	float: left;
	display: inline;	/* Workaround for IE double float margin Argh! */
	width: 65px;
}

#content {
	float: left;
	display: inline;	/* Workaround for IE double float margin Argh! */
	width: 715px;
	margin-top: 10px;
}
