/* GLOBAL STYLEZ */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	color: #333;
	background: #FFF;
}

a {
	color: #883220;
	text-decoration: none;
}

a.small {
	font-size: 10px;
	color: #883220;
	text-decoration: none;
}

.tbl {
	width: 100%;
	border: 1px #426770 solid;
	border-right: 0px none;
	border-bottom: 0px none;
}

.tbl_td {
	border-bottom: 1px #426770 solid;
	border-right: 1px #426770 solid;
	font-size: 11px;
	padding:3px;
	margin:0px;
	vertical-align: top;
}

.date {
	font-size: 10px;
	color: #600;
}

.littleone {
	font-size: 11px;
	margin-top: 10px;
	border-bottom: 1px #CCC solid;
	padding-bottom: 8px;
}

	.littleone a {
		font-size: 11px;
	}

.pageheader {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}

/* HEADER LAY STYLEZ */

div.headerlay {
	z-index: +1;
	width: 100%;
	position: relative;
}

div.logolay_outline {
	z-index: +1;
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
}

.logolay {
	text-align: left;
	z-index: +2;
	width:900px;
	height: 100;
}

.marquee {
	position:absolute;
	top: 15px;
	width: 725px;
	height:20px;
	text-align: center;
}

div.address {
	font-size: 10px;
	padding-left: 17px;
	color: #515556;
}
	div.address a {
		color: #515556;
		text-decoration: none;
	}

/* MAIN LAY STYLEZ */

div.underlay {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 100%;
	text-align: center;
}

table.pagetank {
	width: 1000px;
	height: 100%;
	border-right: 1px #000 solid;
	background: #FFF;
}

td.menutank {
	width: 174px;
	background-image: url('/images/layout/menubg.jpg');
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}

td.maintank {
	vertical-align: top;
	padding: 0px;
	width: 726px;
	text-align:center;
}

table.mainframe {
	width: 100%;
	height: 100%;
	font-size: 12px;
	padding-right: 10px;
}

td.mainframe {
	vertical-align: top;
	padding-top: 40px;
	padding-left: 15px;
	font-size: 12px;
}

table.frontpage_tank {
	width:685px;
	min-height: 450px;
	margin-bottom: 10px;
	empty-cells: show;
	border-collapse: collapse;
}
	.frontpage_tank td {

	}

td.newstank {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 12px;
}

.kalender_box {
	width: 96%;
	height: 250;
	padding: 10px;
	font-size: 11px;
	border: 3px #999 dashed;
}

.kalender_scrollbox {
	height: 170;
	overflow: auto;
}

	.kalender_headline {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}	

.rightmenu {
	border-left: 1px #CCC solid;
	padding-left: 5px;
	width: 200px;
	height: 100%;
	float:right;
	font-size: 11px;
}

.printbox {
	position: absolute;
	top: 40px;
	text-align: right;
	width: 690px;
}

/* MENU STYLEZ */

.menubox {
	border-top: 1px #AFB1B1 solid;
	height: 25px;
	text-indent: 16px;
}

a.menulink {
	display: block;
	width: 100%;
	height:100%;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	color: #FFF;
	text-decoration: none;
}

a.menulink:hover {
	display: block;
	width: 100%;
	height:100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top:5px;
}

.submenu {
	position: absolute;
	width: 180px;
	visibility: hidden;
	margin-left: 174px;
	margin-top: -25px;
	background-color: #000;
	border: 1px #515556 solid;
	border-left: 1px #666 solid;
	background-image: url('/images/layout/menubg.jpg');

}

.submenubox {
	width: 178px;
	height: 25px;
	text-indent: 10px;
	border-bottom: 1px #AFB1B1 solid;
}

a.submenulink {
	display: block;
	width: 100%;
	height:100%;
	font-size: 11px;
	color: #FFF;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}

a.submenulink:hover {
	display: block;
	width: 100%;
	height:100%;
	font-size: 11px;
	color: #F00;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}

/* TILMELD NYHEDSBREV */
div.submitmail {
	margin-left: 15px;
	font-size: 9px;
	margin-bottom: 20px;
}

input.submitmail  {
	border: 0px none;
	margin-right: 7px;
	width: 69px;
	height: 12px;
	background-color:#CCC;
	font-size: 8px;
	color: #000;
	font-weight: bold;
}

/*
div.submitmail {
	margin-left: 15px;
	font-size: 9px;
}

input.submitmail  {
	border-inner: 1px #FFF solid;
	margin-right: 7px;
	width: 134px;
	height: 14px;
	background: transparent;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: bold;
}
*/

/* FORMS */

input {
	border: 1px #305E6D solid;
	background-color: #FFFFFF;
	font-size: 11px;
}

textarea {
	border: 1px #305E6D solid;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 193px;
}

.form_element {
	width: 98%;
	padding: 5px;
	border-top: 1px #999 dotted;
	font-size: 11px
}

.chkbx_field {
	width:200px;
	float:left;
	font-size: 10px;
}

legend {
	font-weight: bold;
	color: #000;
}

.formlabel {
	float: left;
	width: 110px;
}

.formfield {
	text-align: right;
	float: right;
	width: 300px;
}

select {
	border: 1px #305E6D solid;
	background-color: #FFFFFF;
	font-size: 11px;

}

input.radio {
	border: 1px #fff solid;
}

