body {
	background: #DDCBAC;
	margin: 16px 8px 8px 8px;
}


/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 12px;
}

/* General content -> Header 1 */
H1 {
	font-size:15px;
}

/* General content -> Header 2 */
h2 {
	font-size:13px;
}

p, h1, h2 {margin: 0px 0px 5px 0px;}

/* General content -> Text -> Page content */
.bodytext {
	font-family:verdana, arial;
	font-size:12px;
}

/* General content -> Text -> Caption */
.csc-caption {
	font-size:9px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

/* Links */
a {
	color:#CC0033;
	text-decoration:none;
}

/* Links -> Mouseover links */
a:hover {
	color:#990000;
	text-decoration:underline;
}

/*  TOP NAVIGATION: */
TD#topnav { 
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

/*  HEADER ROW: */
TR#headerrow { 
	height: 52px;
}

/* Styles for the PATH-menu: */
#path {
	white-space: nowrap;
	font-family: verdana, arial;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
	background-image: url(../images/pathback.gif);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#path a {
	color: #9F9999;
	text-decoration: none; 
}
#path a:hover {
	color: #696969;
	text-decoration: underline; 
}
 
/* leftframe */
#leftframe {	
	vertical-align: top; 
	width: 190px;
	padding-left: 5px;	
	padding-top: 10px;
	padding-bottom: 20px;
}

#leftframe img {
	border: 0;
}

/* LEFT COLUMN */
#colLeft {
	vertical-align: top;
	text-align: center; 
}

/* searchcell */
TD#searchcell {
	white-space: nowrap;
	padding: 1px 1px 5px 5px;
	background-image: url(../images/pathback.gif);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

/* menu_1 */
TD#menu_1 {
	width: 180px;	
	text-align: center;
	text-decoration: none;  
}

/* CONTENT COLUMN */
TD#colNormal {
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 10px;
	vertical-align: top;
	background-image: url(../images/textback.gif);
}

/* Links i content kolonnen */
#colNormal P.bodytext A  {
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

#colNormal P.bodytext A:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline; 
}

/* RIGHT COLUMN */

TD#right {
	vertical-align: top;
	background-image: url(../images/textback.gif);

}

/* News tabellen... */
TD#colRight {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	background-color: #F5F5F5;
	border: dotted 1px #999999;
}

/* Tekst i Aktuelt boksen til h�jre p� forsiden */
#colRight P.tx-mininews-pi1-fp_listrowField-datetime {
	font-size: 9px;
	color: #9F9999;
}
#colRight P.tx-mininews-pi1-fp_listrowField-title {
	font-size: 11px;
	color: #696969;
}
#colRight P.tx-mininews-pi1-fp_listrowField-title A {
	color: #696969;
	text-decoration: none; 
}
#colRight P.tx-mininews-pi1-fp_listrowField-title A:hover {
	color: #9F9999;
	text-decoration: underline;
}
#colRight P.tx-mininews-pi1-fp_listrowField-teaser {
	font-size: 11px;
	color: #666666;
}
#colRight P.tx-mininews-pi1-fp_listrowField-teaser A {
	color: #696969;
	text-decoration: none; 
	border-bottom: dotted 1px; 
}
#colRight P.tx-mininews-pi1-fp_listrowField-teaser A:hover {
	color: #9F9999;
	text-decoration: none;
	border-bottom: solid 1px;
}

/* FOOTER */
TD#footer {
	border-top: dotted 1px #999999;
	padding-left: 5px;
}
TD#footer P {
	font-size: 10px;
}


/* FEEDBACK FORM */
.feedback { margin-left: auto; margin-right: auto; padding: 4px; }
.feedback-t, .feedback-t td { text-align: right; font-weight: bold; }
.feedback-c, .feedback-c td { text-align: left; }
.feedback-s, .feedback-s td { text-align: center; }

#mainmenu ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#mainmenu li {
	display: inline;
	margin: 0 14px 0 0;
	padding: 0;
	text-transform: lowercase;
	font-family: arial, sans-serif;
	font-size: 13px;
}

#mainmenu a {
	color: white;
}

#searchbox form {
	margin: 19px auto 14px;
	width: 156px;
	overflow: hidden;
}

#searchbox input {
	display: block;
	float: left;
}

#searchword {
	width: 110px;
	height: 18px;
	font-size: 11px;
	margin: 0 3px 0 0;
	border: 1px solid #a5acb2;
}

#searchsubmit {
	border: 1px solid #a5acb2;
}