*
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 11px;
}


/*
Color codes:
Grey	#b3b5b8
Red		#ee3b33
Sand	#d3cec8
*/


body, html, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body
{
	background: #a1a0a3 url(Images/baggrund_forloeb.png) repeat-x top left;
}

a:link, a:visited, a:active
{
	color: #000088;
}

a:hover
{
	color: #0000aa;
}

#main
{
	margin: 0px auto;
	width: 900px;
	text-align: left;
	background-color: #faf7e7;
	background-color: white;
}

#banner
{
	height: 122px;
	background: url(Images/topbanner2012.png);

}

#horz_menu
{
	height: 20px;
	padding-left: 55px;
	background-color: #ee3b33;
	background: url(Images/topmenu2012.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #a29585;
	color: #fff;
}

#horz_menu a:link, #horz_menu a:visited, #horz_menu a:active
{
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#horz_menu a:hover
{
	color: #000000;
}

#vert
{
	width: 160px;
	background-color: #fff;
	vertical-align: top;
	color: #000;
	padding: 5px;
}

#vert div
{
	width: 155px;
	padding: 5px;
	margin: 0px auto;
	margin-bottom: 5px;
	background-color: #d3cec8;
	color: #000;
}

#vert img.random
{
	width: 155px;
	padding: 5px;
	margin: 0px auto;
	margin-bottom: 5px;
	background-color: #d3cec8;
	color: #000;
}

#content
{
	width: 570px;
	background-color: #fff;
	vertical-align: top;
	padding: 5px;
}
#vert2
{
	width: 180px;
	background-color: #fff;
	vertical-align: top;
	color: #000;
	padding: 5px;
}


#bottom
{
	color: #bbb;
	background-color: #fff;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: center;
}


ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
ul li
{
	list-style-type: square;	
	list-style-image: url(Images/list.png);
}
ul.menu li
{
	font-weight: bold;
}


#content h1 span
{
	color: #ee3b33;
	font-size: 13px;
	font-weight: bold;
}

#vert h1 a:link, #vert h1 a:active, #vert h1 a:visited
{
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#vert h1
{
	padding: 0px;
	margin: 0px;
}

#vert li a:link, #vert li a:active, #vert li a:visited
{
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

hr
{
	color: gray;
	height: 1px;
		
}
table.list thead tr th
{
	background-color: #EE3B33;
	color: white;
	font-size: 11px;
	border: solid 2px white;
}



table.list tbody tr td
{
	background-color: #B3B5B8;
	font-size: 11px;
	border: solid 2px white;
	border-bottom: 0px;
}
