/**** Formatierungen für das Gesamtlayout ****/

/*
rot: #BE2317
*/

.hidden {
	display:none;
}


/************** Ländermenü am oberen Seitenrand **************/

div#shortcutscountry {
	position:	absolute;
	top: 20px;
	bottom: 24px;
	right: 1px;
	width: 861px;
	height: 21px;
}



/************** Header **************/

div#content div.header  {
	border-bottom:1px dotted #999999;
	margin-bottom:7px;
	margin-top:8px;
	padding-bottom:0.3em;
}

div.header img {
	margin:0 0 0.6em 0;
}



/************** Spalten im Inhaltsbereich **************/

div.article {
	position: relative;
	width: 544px;
	margin-left: 0;
}

table#forside td.colArticle1 {
	width: 181px;
	border-right:	2px solid white;
	border-bottom: 8px solid white;	
	overflow:hidden;
}

/* FF2-Hack für überlange Links */
div.colArticle1_inside {
	width: 182px;
	overflow:hidden;
}

table#forside td.colArticle2  {
	width: 347px;
	border-right:	0px solid white;
	border-bottom: 0px solid white;
	padding: 0px 15px 0px 10px;
	line-height: 13px;
	display: block;
}

table#forside td.colArticle3  {
/*
	width: 548px;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	padding: 0px 15px 0px 10px;
	line-height: 13px;
	display: block;
*/
}


/************** Footer **************/

div#footer {
	width: 750px;
	height:	77px;
	border-top:	1px dotted #989898;
	background:	#f3f3f3 url(../images/bg_f_bottom.gif) repeat-x bottom left;
	position:	relative;
	float:left;
}

div#footer span {
	position: absolute;
	top: 30px;
}

div#footer span.navn {
	left: 35px;
	font-weight: bold;
}

div#footer span.navnimpressum {
	left: 360px;
	font-weight: bold;
}

div#footer span.navnimpressum a {
	padding-left:  8px;
}

div#footer span.social_bookmarks {
	right:0;
	width:181px;
}