*
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 10px;
	line-height: 15px;
	color: black;
}


/*
Color codes:
Grey	#b3b5b8
Red		#ee3b33
Sand	#d3cec8
*/


body, html, form
{
	padding: 0px;
	height: 550PX;
}

body
{
	background: #888888 url(Images/baggrund_forloeb.png) repeat-x top left;
}

a:link, a:visited, a:active
{
	color: black;
}

a:hover
{
	color: #d0020c;
}

#main
{
	margin: 0px auto;
	width: 800px;
	text-align: left;
	background-color: #cccccc;
	border: solid 2px white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner
{
	height: 103px;
	
	background: url(Images/tlbyg.png);
}

#horz_menu
{
	height: 20px;
	padding-left: 10px;
	background-color: #d0020c;
	color: #fff;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
}

#horz_menu a:link, #horz_menu a:visited, #horz_menu a:active
{
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#horz_menu a:hover
{
	color: yellow;
}

#vert
{
	width: 160px;
	background-color: white;
	vertical-align: top;
	
	color: #000;
	padding: 15px;
}

#vert div
{
	width: 157px;
	padding: 15px;
	border: solid 1px black;
	margin: 0px auto;
	margin-bottom: 15px;
	background-color: #555555;

	color: #000;
}

#vert img
{
	width: 155px;
	padding: 15px;
	margin: 0px auto;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: solid 0px black;
	color: #000;
}

#content
{
	width: 670px;
	vertical-align: top;
	padding: 15px;
	background-color: white;
}

#bottom
{
	color: white;
	height: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	text-align: center;
	padding: 5px;
	background-color: #d0020c;
}


ul
{
	position: relative;
	top: -3px;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
ul li
{
	list-style-type: square;	
	list-style-image: url(Images/list2.png);
	
}
ul.menu li
{
	font-weight: bold;
}


#content h1 span
{
	color: #d0020c;
	font-size: 13px;
	font-weight: bold;
}

#vert h1 a:link, #vert h1 a:active, #vert h1 a:visited
{
	color: white;
	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: white;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#vert li a:hover
{
	color: yellow;
}
