body {
	background: #fff url(images/bg.gif) repeat-x;
	color: #666;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

td p {
	margin: 0px;
}




#wrapper {
	width: 791px;
	margin: 0px auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 791px;
	height: 206px;
}



#menu {
	background: url(images/menu.gif) no-repeat;
	width: 774px;
	height: 39px;
	padding-left: 17px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu > ul > li {
	position: relative;
	float: left;
}
#menu ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 10px;
}
#menu > ul > li > a:hover, #menu > ul > li.current > a, #menu > ul > li:hover > a {
	color: #fff;
	background: #647E2E;
}
#menu ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -5px;
	width: 200px;
	background: #647E2E;
	z-index: 999;
	border: 5px solid #96bc4a;
	border-top: none;
}
#menu ul li ul li {
	position: relative;
	border-bottom: 1px solid #96bc4a;
}
#menu ul li ul li a {
	padding: 7px 10px;
}
#menu > ul > li > ul > li.current > a, #menu > ul > li > ul > li > a:hover {
	background: #DE7300;
}
#menu > ul > li > ul > li > ul {
	top: 0px;
	left: 200px;
}
#menu > ul > li > ul > li > ul > li.current > a, #menu > ul > li > ul > li > ul > li > a:hover {
	background: #DE7300;
}





#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#submenu ul li {
	border-bottom: 1px solid #516528;
}
#submenu ul li a {
	padding: 5px;
	background: #647E2E;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#submenu ul li a:hover, #submenu ul li.current a {
	background: #DE7300;
}
#container {
	background: url(images/container.gif) center top no-repeat;
	width: 767px;
	padding: 0 12px;
}

#welcome {
	background: #f4f4f4;
	float: right;
	border-bottom: 1px dotted #ccc;
	padding: 6px;
	width: 240px;
}
#welcome h1 {
	font-size: 14px;
	margin-bottom: 5px;
}


#main {
	width: 477px;
	float: left;
	padding: 0 5px;
	font-size: 12px;
}
#main h1 {
	font-size: 18px;
	color: #2450A9;
}

div.each-entry {
	background: #ffc;
	border-top: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	padding: 10px 5px;
	margin: 5px 0;
	color: #444;
}
div.entry-notes {
	border-top: 1px dotted #ccc;
	padding: 3px;
}
div.entry-notes img, div.each-entry img {
	vertical-align: middle;
	margin: 0 5px;
}
div.each-entry span {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar {
	width: 246px;
	float: right;
	padding: 5px;
	border-left: 1px dotted #ccc;
}
#sidebar .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .links ul li {
	background: url(images/icons/star.gif) center left no-repeat;
	border-bottom: 1px solid #ccc;
}
#sidebar .links ul li a {
	display: block;
	padding: 5px 20px;
}
#sidebar .links ul li a:hover {
	background: #e4f1f7 url(images/icons/star_hover.gif) center left no-repeat;
	color: #369;
}
div#sms input {
	border: 1px solid #ccc;
	padding: 4px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	width: 60px;
}
div#sms input.field {
	width: 105px;
	padding: 5px;
}
#content-annoncer {
	margin: 10px 0;
}
#content-annoncer .colum {
	width: 238px;
	float: left;
}
#content-annoncer .colum .title {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
}
#content-annoncer .colum ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content-annoncer .colum ul li {
	padding: 0;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
}
#content-annoncer .colum ul li h4 {
	color: #DE7300;
	font-size: 12px;
	margin: 0;
	padding: 0 5px;
}
#content-annoncer .colum ul li h5 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
#content-annoncer .colum ul li h6 {
	font-size: 11px;
	font-weight: normal;
	background: #e4f1f7;
	margin: 0;
	padding: 3px;
	clear: left;
}
#content-annoncer .colum ul li.image {
	margin: 5px 0;
	border: 2px solid #ddd;
}
#contactbook select {
	width: 100%;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
}

#contactbook option {
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
}

#contactbook h2 {
	background: #e4f1f7;
	border-bottom: 1px solid #c7e3f0;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
#contactbook h2.highlight {
	background: #ff9;
	border-bottom: 1px solid #cc9;
}
#contactbook .each-contact {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin: 5px 0;
}
.highlight {
	background: #ffc;
	color: #000;
}
#contactbook .each-contact ul.left, #contactbook .each-contact ul.right {
	margin: 5px 15px 5px 5px;
	padding: 0;
	list-style: none;
	float: left;
}
#contactbook .each-contact img {
	border: 2px solid #ccc;
	margin: 5px 0;
	float: right;
}
#contactbook ul.catlist {
	list-style: none;
	margin: 5px;
	padding: 0;
	float: left;
}
#contactbook ul.catlist li {
	border-bottom: 1px solid #ccc;
}
#contactbook ul.catlist li a {
	display: block;
	width: 220px;
	padding: 3px;
	text-decoration: none;
}
#contactbook ul.catlist li a:hover {
	background: #ffc;
}

div.banner-box {
	padding: 2px 5px;
	width: 468px;
	float: left;
	font-size: 10px;
	overflow: hidden;
}

div.banner-box .sponsor {
	float: left;
	width: 234px;
}

div.banner-box img {
	background: #f3f3f3;
	border: 1px solid #ddd;
}

div.sponsor {
	width: 230px;
	height: 60px;
	float: left;
}
div.sponsor p {
	padding-top: 9px;
}
div.sponsor ul {
	background: #FFF;
	bottom: -35px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 10001;
}
div.sponsor ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	opacity: 0.5;
	width: 30px;
}
div.sponsor ul a.active, div.sponsor ul a:hover {
	opacity: 1;
}
div.sponsor ul li {
	float: left;
	list-style: none;
}

div.blue-bar {
	background: #e4f1f7;
	border: 1px solid #c7e3f0;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #369;
}
div.blue-bar a {
	display: block;
}
.form-box {
	background: #eee url(images/textareabg.gif) top left no-repeat;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 10px 0;
}

.form-box input.button {
	background: #369;
	color: #fff;
	border: 0;
	padding: 3px;
	margin: 5px 2px;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
}
.form-box input.button:hover, .form-box input.button:active {
	background: #DE7300;
	color: #fff;
	cursor: pointer;
}

#calendarform label {
	display: block;
	width: 60px;
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	font-weight: bold;
}
#calendarform br {
	clear: left;
}
#calendarform input.field, #calendarform input.long-field {
	border: 1px solid #ccc;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
	float: left;
	margin: 3px 0;
	width: 143px;
}
#calendarform input.long-field {
	width: 364px;
}
#calendarform textarea {
	width: 98%;
}

#footer {
	border-top: 1px solid #ccc;
	padding: 3px;
	margin: 10px 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
	color: #aaa;
}

span.readmore {
	font-weight: bold;
}

div.page-nav {
	float: right;
}
div.page-nav ul {
	list-style: none;
}
div.page-nav ul li.page-nav-title {
	margin-right: 10px;
}
div.page-nav ul li {
	display: inline;
	margin: 0 5px;
}
div.page-nav ul li a {
	font-weight: bold;
	padding: 3px 5px;
	border: 1px dotted #ccc;
}

h1.small-right {
	background: url(images/quote.gif) no-repeat;
	margin: 0 5px;
	padding: 0;
	float: right;
	width: 206px;
	height: 19px;
	text-indent: -9000px;
}

.clearfix {
	clear: both;
}

img {
	border: 0;
}
h1 {
	font: 16px bold "Georgia" , "Times New Roman" , Tahoma, Verdana;
	color: #DE7300;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0;
	padding: 3px 0;
}


a:link, a:visited, a:active {
	color: #2450A9;
}
a:hover {
	text-decoration: none;
	color: #DE7300;
}


.CalendarControl table {
	width: 246px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}


.CalendarControl fieldset {
	margin: 0;
	padding: 2px 0;
	width: 243px;
	background: #A2ADBC;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

.CalendarControl table th {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}




.CalendarControl table td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 40px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

.CalendarControl table td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.CalendarControl table a:link, .CalendarControl table td a:visited {
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}

.CalendarControl table td a:hover, .CalendarControl table a:active {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}

.CalendarControl table .CalendarMarkedDate {
	background: #777;
	color: #fff;
}


.CalendarControl table .CalendarToday, .CalendarControl table a.CalendarToday {
	color: #F6F4DA !important;
	font-weight: bold;
	background: #DF9496 !important;
}

div.sponsor {
}
div.sponsor-header {
	background: #f6eb14;
	padding: 5px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0;
}

div.sponsor-boxes {
	width: 150px;
	float: left;
}

ul.erhvervssponsor {
	font-size: 14px;
}

div.sponsorpagebox {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

#newspaper label {
	display: block;
	float: left;
	width: 50px;
}

#newspaper .field {
	border: 1px solid #ccc;
	padding: 4px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	width: 100px;
}

ul.imagelist {
	list-style: none;
}
ul.imagelist li {
	background: url(/images/ball.gif) center left no-repeat;
	padding: 10px 25px;
}

