@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
}
.col #header {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logotype {
	top: 65px;
	width: 150px;
	position: relative;
}

.col #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 20px;
	width: 768px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.col #menu-strip {
	height: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
.logo {
	position: relative;
	height: 45px;
	width: 45px;
	float: right;
	top: 15px;
	right: 30px;
}

.col #mainContent {
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.col #footer {
	height: 20px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.footer-content {
	position: relative;
	float: left;
	margin-right: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #757572;

}

#footer-strip {
	height: 3px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}

a.mail-link:link, a.mail-link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #757572;
}

.menu-content {
	position: relative;
	float: left;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #EA582F; /*Styrer farven på det valgte menu punkt */
	text-decoration:none; 
	padding-top: 3px;
}

a.menu:link, a.menu:hover, a.menu:visited {
	position: relative;
	float: left;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFFFFF;
}

a.maintext:link, a.maintext:hover, a.maintext:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000000;

}


a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000000;

}
a:hover {
	text-decoration: underline;
}

a #current {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/*Content Styles*/

#content-wrap {
	position: relative;
	width: 768px;
}
.content-table {
	width: 100%;
}


.content-left {
	position: relative;
	padding-right: 20px;
	float: left;
}

.content-right {
	width: 360px;
	vertical-align: top;
	float: right;
	position: relative;
}

.content-news {
	width: 735px;
	padding: 20px 0 20px 0;
/*	border-top: dotted 2px #ccc;*/
	border-bottom: dotted 2px #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.content-news-text{
	min-height: 85px;
	_height: auto !important;
	height: 85px;
	vertical-align:top;
}

.news-date {
	text-align:right;
	color: #a9a9a9;
	margin-top: 5px;
	vertical-align:bottom;
}

.news-img {
	border: 1px solid #000000;
/*	height: 300px;
	width: 300px; */
}
a.news-page:link, a.news-page:hover, a.news-page:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


.profil-img {
	border: 1px solid #000000;
	height: 180px;
	width: 161px;
}


/*Color Styles */
.orange {
	background-color: #ee2801;
}
.curry {
	background-color: #CDBE05;
}
.olive {
	background-color: #333333;
}
.green {
	background-color:#bdca30;
}
.cyan {
	background-color:#1D95D9;
}

/*Text Styles */
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text-orange {
	color: #ee2801;
}
/* Only used for the special index menu */
.menu-selected {
	color: #f26842;
}
/*  */
.text-curry {
	color: #CDBE05;
}
.text-olive {
	color: #333333;
}
.text-cyan {
	color: #1D95D9;
}
.text-green {
	color:#7b8f81;
}
.overskrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.mynews-admin-text {
	color:#000000;
	font-size: 12px;
}

.news-controls {
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

/*REFERENCER STYLES */

#container-referencer {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-left: 62px;

}

.col #mainContent-referencer {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*margin-left: 31px;*/
}

#content-wrap-referencer {
	position: relative;
	width: 830px;
}

.content-left-referencer {
	position: relative;
	padding-right: 0px;
	float: left;
}

.content-right-referencer {
	width: 270px;
	vertical-align: top;
	float: right;
	position: relative;
}

/*Referencer Text Styles */
.referencer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #FF0000;

}

/*Referencer Link Styles */
a.referencer:link, a.referencer:hover, a.referencer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000000;

}

a.referencer-selected:link, a.referencer-selected:hover, a.referencer-selected:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #EA582F;

}
.billede-streg {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.ramme {
	border: 0px solid #FFFFFF;
}

.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;
	color: #E02F00;
}
