/* CSS Document */

#indhold li{
	list-style-position:outside;
	list-style-image: url(../images/design_billeder/bullet.png);
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

body,td,th {
	color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 11px;
	list-style-type: none;	
	
}
body, html {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design_billeder/baggrund.jpg);
	background-repeat: repeat-y;
	background-position: center;
	list-style-type: none;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, seriff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	
}

h1 {
	font-size: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #CCCC00;
}
h4 {
	font-size: 14px;
	color: #99CC00;
}
h5 {
	font-size: 14px;
	color: #0099FF;
}
h6 {
	font-size: 13px;
	color: #66CC00;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CDD121;
}
a:active {
	color: #000000;
}

#hovedmenuen {
	height: 28px;
	background-color: #333333;
	background-image: url(../images/design_billeder/menu_bg.jpg);
	background-repeat: repeat;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	width: 828px;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
p span.initcap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
}

.billede_left{
	background:none;
	border: 5px solid #000000;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.billede_right{
	background:none;
	border: 5px solid #000000;
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
}
