body {
	background-color: #161616;
	margin:0;
	font-family: Arial;
	font-size:12px;
	color: #353739;
	line-height:1.6;
}

/* LINK */
a {
	color: #002f2f;
	text-decoration: none;
	border-bottom: 1px dotted #002f2f;
}

.noBottom {
	border:0;
}

/* HEADERS */
h1 {
	font-size:18px;
	margin:0;
	padding:0;
}
h2 {
	font-size:16px;
	margin:0;
	padding:0;
}
h3 {
	font-size:14px;
	margin:0;
	padding:0;
}
h4 {
	font-size:12px;
	margin:0;
	padding:0;
}

/* IMG */
img {
	border:0;
	margin:0;
	padding:0;
}


/* FORM, INPUT m.m. */

form {
	padding:0;
	margin:0;
}

input {
	background-image: url('images/inputbox.png');
	width: 195px;
	height: 20px;
	border:0;
	font-family: Arial;
	font-size:11px;
	color: #353739;
	padding-left:6px;
	padding-top: 8px;
}

.inputRadio {
	width:15px;
	height: 7px;
	padding:0;
}


/* SITE OPBYGNING */
#site {
	width: 942px;
	margin: auto;
}

#toparea {
	width: 942px;
	height: 214px;
	background-image: url('images/toparea.png');
}

#toparea2 {
	width: 942px;
	height: 199px;
	padding-top: 15px;
	background-image: url('images/toparea2.png');
}

#picArea {
	width: 639px;
	height: 184px;
	margin-left: 297px;
}

#contentBox {
	width: 942px;
	background-color: #ffffff;
}

#contentBoxPad {
	padding: 6px;
}

#contentLeft {
	float:left;
	width: 262px;
}

#contentRight {
	float:right;
	width: 661px;
}

#navigation {
	background-image: url('images/navigationBg.png');
	width: 262px;
	height: 282px;
}

#innerNav {
	padding: 22px;
}

.navLink {
	background-image: url('images/navBg.png');
	background-repeat: no-repeat;
	width: 198px;
	height: 22px;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	color: #ffffff;
	border:0;
	font-size: 11px;
}

.navLink:hover {
	background-image: url('images/navBg2.png');
	background-repeat: no-repeat;
}


.leftBox {
	background-image: url('images/greySideBg.png');
	width: 256px;
	min-height: 60px;
	border: 3px solid #b2b8b8;
}

.innerLeftBox {
	padding: 22px;
	padding-top: 11px;
	padding-bottom:11px;
}


#contentRightTop {
	background-image: url('images/contentRightTop.png');
	height: 48px;
}

#contentRightTopTopic {
	float:left;
	width: 150px;
	padding-top: 16px;
	padding-left: 16px;
}

#contentRightTopSeek {
	float:right;
	width: 300px;
	padding-right: 16px;
	padding-top: 9px;
}

#seekLeft {
	float:right;
	width: 205px;
}
#seekRight {
	float:right;
	width: 52px;
}

#bottom {
	padding: 6px;
	text-align: center;
	color: #ffffff;
}

.statsRight {
	float:right;
	text-align:right;
	width: 50px;
}

/* STD. CLASSES */
.clear {
	clear:both;
	height: 0px;
}

.smallSpace {
	clear:both;
	height: 6px;
}

.space {
	clear:both;
	height: 8px;
}

.mediumSpace {
	clear:both;
	height: 12px;
}

.largeSpace {
	clear:both;
	height: 16px;
}

.contentPad {
	padding:16px;
}

.spanPad {
	padding:2px;
}

.contentLine {
	background-color: #c7c7c7;
	height: 1px;
}

.greyBox {
	background-color: #e5e9e9;
	padding: 6px;
}
.greyBoxx {
	padding: 6px;
}

.tableHeader {
	height: 30px;
	font-size: 13px;
	font-weight: bold;
}

.tableBg {
	background-color: #c7c7c7;
}

.tableBgx {
	background-color: #ffffff;
}

/* GRAPHIC TEXT & TOPICS */
.textNavigation {
	background-image: url('images/textNavigation.png');
	background-repeat: no-repeat;
	width: 86px;
	height: 20px;
}

.textWelcome {
	background-image: url('images/textVelkommen.png');
	width: 107px;
	height: 18px;
}

.textNews {
	background-image: url('images/textNyheder.png');
	width: 66px;
	height: 19px;
}

.textSenesteLoeb {
	background-image: url('images/textSenesteLoeb.png');
	width: 92px;
	height: 19px;
}

.textKommendeLoeb {
	background-image: url('images/textKommendeLoeb.png');
	width: 117px;
	height: 19px;
}

/* BUTTON CLASSES */

.button52x29 {
	width: 52px;
	height: 29px;
	padding:0;
	margin:0;
}

.button106x29 {
	width: 106px;
	height: 29px;
	padding:0;
	margin:0;
}

/* PAGE: GALLERI */

.picFrame {
	background-image: url('images/lafotoFrame.jpg');
	background-repeat: no-repeat;
	width: 102px;
	height: 102px;
	text-align: center;
	float:left;
	margin: 11px;
	margin-bottom: 40px;
}

.pictureInFrame {
	width: 88px;
	height: 88px;
	margin: 7px;
}

.pictureInFrame a {
	border:0;
}

.picFrameText {
	width: 122px;
	margin-left:-9px;
}

.picFrameDate {
	font-size: 9px;
	color: #999999;
}

.showPictureBar {
	height: 30px;
	background-image: url('images/contentRightTop.png');
	margin-top:1px;
	margin-bottom:1px;
}

.showPictureBarAreas {
	float:left;
	width: 90px;
	padding: 6px;
}

.showPicA {
	border:0;
	font-size:11px;
}


/* FORSIDE */

#forsideBg {
	background-color: #c7c7c7;
	width: 315px;
	float:left;
}

#forsideLeft {
	background-color: #ffffff;
	width: 314px;
	float:left;
}

#forsideRight {
	background-color: #ffffff;
	width: 314px;
	float:left;
}

.forsideColPad {
	padding:18px;
}

.forsideTopic {
	width: 165px;
	float:left;
	font-weight:bold;
}

.forsideDate {
	width: 100px;
	float:right;
	color: #939697;
	font-weight: bold;
	text-align: right;
	font-size:11px;
}

.forsideNews {
	font-size: 10px;
}
