/********* Generic definitions *****************/
BODY {
	margin:0;
	padding:0;
	font: 11px/1.5em Arial,Helvetica,sans-serif;
	background:#c1c8ce url(/images/body_background.jpg) repeat-x;
	margin-bottom:11px;
}
P {
	margin:0 0 1em 0;
}
H1 {
	font: 15px "Trebuchet MS";
	margin:.7em 0 .3em 0;
	font-weight:bold;
	clear:both;
}
H2 {
	font-size:110%;
	color:#E71803;
	margin:.7em 0 .2em 0;
}
H3 {
	font-size:100%;
	color:black;
	margin:.7em 0 .2em 0;
}
A {
	color:#E71803;
	/*text-decoration:underline;*/
}
A:hover {
	color:#E71803;
	text-decoration:underline;
}
H1 A, H2 A, H3 A  {
	text-decoration:none;
}
SMALL {
	line-height:1.2em;
}
UL {
	list-style-type:none;
	line-height:1.6em;
	padding-left: 0;
	margin-left: 2px;
}
UL UL {
	padding-left:0;
}
UL LI {
	background:url(/images/ul_list_bullet.gif) 0 7px no-repeat;
	padding-left:15px;
}
IMG {
	border:0;
	margin:0;
	padding:0;
}
INPUT {
	font-size:100%;
	border:1px solid #7E7E80;
	background-color:white;
}
TEXTAREA {
	font: 11px/1.5em Arial,Helvetica,sans-serif;
	border:1px solid #7E7E80;
	background-color:white;
}
TABLE {
	
	border:1px solid #E71803;
	border-collapse:collapse;
	margin-bottom:.75em;
}
TABLE font { /* override Word font definitions */
	font-size:11px !important;
}
TABLE[border="0"] {
	border:none;
}
TD[bgcolor="#E71803"], TD[bgcolor="#E71803"] p {
	font-weight:bold;
	background-color:#E71803;
	color:#fff;
}
TABLE TR {
	border:1px solid #E71803;
}
TABLE TD {
	border:1px solid #E71803;
/*	border-color:#E71803;
	border-width:1px;*/
	padding:4px !important;
	vertical-align:top;

}
/*TABLE TBODY TR:first-child {
	font-weight:bold;
	color:white;
	background:#E71803;
}*/
TABLE P {
	margin:0;
	padding:0;
}
#container {
	width:960px;
	margin:0 auto;
	background-color:white;
	margin-top:11px;
}
#container #containerInner {
	clear:both;
	margin: 0 9px 0 9px;
}
#top {
	width:100%;
	background-color:white;
}
#logo {
	clear:both;
	float:left;
	margin:4px 0;
	padding-bottom:4px;
}
#top #searchInput {
	width:185px;
}
#top #searchButton {
	width:35px;
}
/************ navigation ****************/
#primNavigation {
	background-color:#57585B;
	height:21px;
	margin: 0;
	padding:0;
}
#primNavigation UL {
	list-style-type: none;
	margin:0;
	padding:0;
	/*height:100%;*/
	/*height:21px;*/
}
#primNavigation LI:first-child {
	/*display:none;*/
}
#primNavigation LI {
	float:left;
	padding:1px 24px 0 0;
	margin:0;
	background:none;
	/*padding:9px 12px 0 12px;*/
}
#primNavigation A {
	display:block;
	background-image:url(/images/list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:15px;
	color:white;
	text-decoration:none;
	font-size:11px;
}
#primNavigation A:hover {
	color:#E8E8E8;
}

#primNavLeft {
	padding-left:12px;
}
#primNavRight {
	float:right;
	text-align:right;
	width:235px;
	padding-left:12px;
	height:21px;
	background-color:#E71803;
}
#primNavRight #english {
	background-image:url(/images/in_english.gif);
	background-position:0 5px;
}
#primNavRight #home{
	background-image:url(/images/home.gif);
	background-position:0 3px;
}
#primNavRight #contact {
	background-image:url(/images/kontakt-ikon.gif);
	background-position:0 5px;
}
#secNavigation {
	padding-bottom:12px;
}
#secNavigation UL {
	list-style-type: none;
	margin:12px 0 0 0;
	padding:0;
}
#secNavigation UL LI {
	background:none;
	padding:0;
	margin:0;
}
#secNavigation LI LI {
	padding-left:10px;

}
#secNavigation H2 A {
	display:block;
	width:215px;
	color:#57585B;
	padding:0;margin:0;
	padding-bottom:10px;
	background-image:url(/images/submenu_rule.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
}
#secNavigation UL UL {
	padding:0;
	margin:0;
}
#secNavigation UL A {
	display:block;
	color:#57585B;
	font-size:12px;
	text-decoration:none;
	background-image:url(/images/sub_level_nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:10px;
}
#secNavigation UL A:hover, #secNavigation UL A.selected {
	color:#E71803;
	background-image:url(/images/sub_level_nav_bullet_selected.gif);

}
#search {
	float:right;
	padding-top:25px;
}

/*****************************************************************/
#contentOutline {
	background:url(/images/sec_nav_background.gif) repeat-y;
	float:left;
}
#imageBar {
	clear:both;
	background-color:#EFEFEF;
	height:157px;
	width:940px;
}
#imageBar IMG {
	float:left;
	border-top:7px solid #EFEFEF;
	border-bottom:10px solid white;
}
#imageBar #logoImg {
	margin-top:0;
	border:0;
}
/****************** Boxes ****************************/
.twoColumn {
	float:left;
	width:470px;
}
.oneColumn {
	float:left;
	width:235px;
	margin-bottom:12px;
}
.box {
	float:left;
}
.boxInner {
	padding: 10px 10px 10px 10px;
	float:left;
	clear:both;
}
#article .boxInner {
	padding: 0 16px;
}
.lightGreyTile {
	background: url(../images/light_grey_background_tile.jpg) repeat-x;
}
.darkGreyTile {
	background: url(../images/dark_grey_background_tile.jpg) repeat-x;
	background-color:#e4e4e4;
}
.lightGrey {
	background-color:#F6F6F6;
}

/***************** Articles *********************/
#article {
	float:left;
	/*width:470px;*/
}
#article #articleInner {
	padding:6px 12px 12px 12px;
}
#pageTools {
	float:right;
	padding:0 8px 0 0;
}
#pageTools A {
	margin-left:22px;
}
/*********** *********************/

H1.gray {
	color:#57585B;
}

.darkGreyTile INPUT {
	background-color:#E4E4E4;
}
.boxInner H2 {
	margin:0;
}
.news {
	clear:both;
}
.clickable {
	cursor:pointer;
}
.date {
	color:#57585B;
}

A.readMore {
	clear:both;
	display:block;
	font:bold 120% "Trebuchet MS";
	float:right;
	color:#57585B;
	text-decoration:none;
}
A:hover.readMore {
	color:#E71803;
	text-decoration:none;
}
#segments H1 {
	color:#E71903;
}
#segmentsBox {
	width:448px;
	height:230px;
	border:1px solid #D0D0D0;
}
#segmentsBox UL#mainItems {
	background-color:#F1F1F1;
	clear:both;
	list-style-type: none;
	margin:0;
	padding:0;
	height:44px;
}
#frontpageBlog .blogEntry {
	margin-bottom:1em;
}
#frontpageNews {
	position:relative;
	min-height:550px;
	background:#f1f1f1 url(../images/medium_grey_background_tile.jpg) 0 -17px repeat-x;
	padding-bottom:40px;
}
#frontpageNews UL#tabs {
	/*background-color:#F1F1F1;*/
	position:absolute;
	display:block;
	/*height:27px;*/
	list-style-type: none;
	/*margin:35px 0 16px;*/
	top:75px;
	left:8px;
	margin:0;
	padding:0;
	width:450px;
	border-bottom:1px solid #f17568;
}
#frontpageNews UL#tabs LI {
	float:left;
	display:block;
	background:none;
	font-size:12px;
	padding:2px 8px 4px 8px;
	cursor:pointer;
	margin:0 7px 0 0;
	background:#f1f1f1;
	border-top:4px solid #f1f1f1;
	color:#e71803;
}

#frontpageNews UL#tabs LI:hover {
	color:black;
}
#frontpageNews UL#tabs LI.selected, #frontpageNews UL#tabs LI.selected:hover {
	background-color:#e71904;
	border-top:4px solid #f17568;
	color:white;
}
.tabContent {
	position:relative;
	overflow:auto;
	top:40px;
	width:440px;
}
#segmentsBox UL#mainItems LI {
	background:none;
	float:left;
	display:block;
	width:112px;
	border-bottom:1px solid #D0D0D0;
	background-image:url(../images/tabs_background.gif);
	background-repeat:repeat-y;
	height:44px;
	cursor:pointer;
}

/************ Blog ***************/
#blogPost #addcomment input[type="text"], #blogPost #addcomment textarea {
	width:350px;
}


/**** old *****/
#segmentsBox UL#mainItems LI STRONG {
	display:block;
	padding:4px 7px 0 7px;
}
#segmentsBox UL#mainItems LI#mainItem1 STRONG , #segmentsBox UL#mainItems LI#mainItem2 STRONG{
	padding-top:11px;
}
#segmentsBox UL#mainItems LI.selected {
	background-color:white;
	border-bottom:1px solid white;
	color:red;
}
/**** end old *****/



/**** old *****/
#segmentsBox UL#mainItems #mainItem1 {
	background-image:none;
}
#segmentsBox UL.subItems {
	clear:both;
	list-style-type: none;
	margin:10px 0 0 0;
	padding:0;
	display:none;
}
#segmentsBox #subItems1 {
	display:block;
}
#segmentsBox UL.subItems LI {
	background:none;
	float:left;
	width:220px;
	display:block;
	overflow:hidden;/* forhindrer liste-elementer i at blive et par pixels for brede og smadre layoutet */
}
#segments UL.subItems LI A {
	color:black;
	font-size:110%;
	text-decoration:none;
	float:left;
	display:block;
	margin:.3em 10px;
	background-image:url(/images/list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding-left:15px;
}
#frontpageLinks, #frontpageThemeArticles {
	float:left;
	width:50%;
}
#frontpageThemeArticles H2 {
 	margin-bottom:.8em;
}
#frontpageLinks H1, #frontpageThemeArticles H1 {
	color:#e71803;
	margin-bottom:.8em;
}
#frontpageLinks UL {
/*	clear:both;*/
	list-style-type: none;
	margin:0;
	padding:0;
/*	display:none;*/
}
#frontpageLinks UL LI {
	background:none;
	margin:0;
	padding:0;
}
#frontpageLinks UL LI A {
	color:black;
	font-weight:bold;
	display:block;
	font-size:120%;
	text-decoration:none;
	margin:0 .8em .5em .8em;
	background-image:url(/images/list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding:0 0 0 1.5em;
}
#segments UL.subItems LI A:hover {
	color:#E71803;
}
#segments #mainItems A {
	float:left;
	display:block;
	font-weight:bold;
	padding:6px 16px;
	color:#525356;
	text-decoration:none;
}
#segments UL UL LI {
	background:none;
	position:relative;
	float:left;
	display:block;
	width:110px;
	/*background-color:#F1F1F1;*/
	border:none;
	margin:0;padding:0;
	vertical-align:middle;
	/*margin:0;padding:0;*/
	/*width:40%;*/
}
#segments UL UL LI A {
	float:left;
	display:block;
	font-weight:normal;
	color:black;
	text-decoration:none;
	margin:.5em;
	padding:.5em;
}
/**** end old *****/

#frontpageTeasers, .frontpageTeasers {
	padding-top:1em;
}

#Announcements {
	position:relative;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	height:71px;
	width:500px;
}
#Announcements #AnnouncementsHeader {
	position:absolute;
	left:10px;
	top:18px;
	width:60px;
	height:40px;
	font-weight:bold;
	font-family:"Trebuchet MS",sans-serif;
	font-size:15px;
}
#Announcements .announcement {
	position:absolute;
	top:19px;
	left:76px;
	z-index:8;
	display:block;
	float:right;
	width:372px;
	height:40px;
	/*background:white;*/
}
#Announcements .announcement.active {
    z-index:10;
}
#Announcements .announcement.last-active {
    z-index:9;
}
#Announcements .announcement a {
	display:block;
	text-decoration:none;
	/*background:white;*/
}
#Announcements .announcement a:hover {
	text-decoration:underline;
}
#frontpageTeasers .teaser,.frontpageTeasers .teaser {
	display:block;
	float:left;
	width:166px;
	height:110px;
	background:no-repeat;
	padding:0 1px 0 53px;
}
#frontpageTeasers2 .teaser {
	height:50px;
}
/*

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
 */

#frontpageTeasers .teaser H1, .frontpageTeasers .teaser H1 {
	margin-top:.5em;
}
#frontpageTeasers .teaser H1 A, .frontpageTeasers .teaser H1 A {
	text-decoration:none;
}
#frontpageTeasers2 h1 {
	margin-top:.1em;
}
#frontpageTeasers2 h1 a {
	color:#57585b;
}
#foother {
	clear:both;
	height:40px;
	width:100%;
	font:bold 100% "Trebuchet MS";
	color:white;
	background-color:#E71803;
	border-top:10px solid white;
}
#secNavigation {
	min-height:100px;
}
#foother UL {
	list-style-type: none;
	padding:0;
	margin:0 0 0 3.5em;

}
#foother UL LI {
	background:none;
	float:left;
	margin:0 1em;
	padding:14px 0 0 0;
}
#foother A {
	color:white;
	text-decoration:none;
}
#foother A:hover {
	text-decoration:underline;
}
#footherBottom {
	background:#E71803 url(/images/bottom_corner_left.gif) no-repeat bottom left;
}
#footherBottom DIV {
	background:url(../images/bottom_corner_right.gif) no-repeat bottom right;
	font-size:1px;/* IE 6 hack */
}
#footherBottom, #footherBottom DIV {
	height:5px;
	width:100%;
}
#pageBottom, #pageBottom DIV {
	width:100%;
	height:10px;
}
#pageBottom {
	background:url(/images/page_bottom_corner_left.gif) no-repeat bottom left;
}
#pageBottom DIV {
	background:url(/images/page_bottom_corner_right.gif) no-repeat bottom right;
	font-size:1px;/* IE 6 hack */
}
#searchResult {
	padding-left:235px;
}
#searchResult .searchResultItem {
	padding:1em 0 1em 0;
	border-top:1px solid #D0D0D0;
}
#designedBy {
	 padding:8px 12px 0 0;
	 text-align:right;
	 background-color:#bfc8ce;
}
#designedBy A {
	color: #ffffff;
	text-decoration:none;
}
#designedBy A:hover {
	color: #E71803;
}
.securefield {
	display: none;
}
.alert {
	background:#FF6;
	padding:3px 6px;
}
