/**  tamastyles.css  v. 1.0.0 
*
*	Styles for overordnede og menudrevne elementer
*
**/

body {
	text-align: center;
	background-color: #c0c2c5;
	font-family: "Arial Regular",Verdana;
	font-size: 12px;
}

img {
	border: none;
}

div .cmseditor {
	float: right;
}

div.spawholder {
	position: absolute;
	left: -2000px;
	top: 150px;
	z-index: 10;
}

div.spawholder550 {
	position: absolute;
	left: -2000px;
	top: 150px;
	z-index: 15;
	width: 550px;
}

div .spawknapsektion {
	position: relative;
	top:-25px;
	left: -100px;
}


div .spawknapsektion550 {
	position: relative;
	top:-25px;
	left: -200px;
}

p.first {
 margin-top: 0;
}

.stopfloat {
	clear:both;	
}



/** wrappers **/

#screenwrapper {
	position: relative;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}


/** menu **/

#topbar {
	position:relative;
	top: 12px;
	width:915px;
	height:60px;
}

#flagene {
	position: absolute;
	top: 0px;
	left: 535px;
	width: 118px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center left;
}

#flagene a:link,#flagene a:visited {
	text-decoration: none;
	color: #ffffff;
}

#flagene.dk {
	background-image: url('images/stafage/flagenedk.jpg');
}

#flagene.uk {
	background-image: url('images/stafage/flageneuk.jpg');
}

#flagene.ger {
	background-image: url('images/stafage/flageneger.jpg');
}

#flagene.pol {
	background-image: url('images/stafage/flagenepol.jpg');
}

#flagene .dkflag {
	float: left;
	width: 29px;
}

#flagene .ukflag {
	float: left;
	width: 29px;
}

#flagene .gerflag {
	float: left;
	width: 29px;
}

#flagene .polflag {
	float: left;
	width: 29px;
}

#sogebox {
	position: absolute;
	top: 0px;
	left: 665px;
	width: 230px;
	height: 20px;
	background-image: url('images/stafage/sogefeltbg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#inputDiv {
	float: left;
	width: 200px; 
}

#sogebox  input {
	border: 1px solid #ffffff;
	margin-top: 3px;
	width:180px;
	height: 11px;
	font-size: 9px;
}

#lupDiv {
	float: left;
	width: 28px;
	margin-top: 2px;
}

#lupDiv a:link,#lupDiv a:visited {
	text-decoration: none;
}

#sogebox img {
	border: none;
}

#mainmenuframe {
	position: absolute;
	left: 16px;
	top: 60px;
	width: 160px;
	padding: 0 0;
	background-color: #6392cb;
}

#mainmenuframe .logo {
	margin-top: 10px;
	width: 160px;
	background-color: #6392cb;
}

#logotlfmail {
	text-align: center;
	font-family: "Arial Regular",Verdana;
	font-size: 9px;
	color: #000000;
}

#logotlfmail a:link,#logotlfmail a:visited {
	color: #ffffff;
	text-decoration: none;
}

#logotlfmail a:hover {
	text-decoration: underline;
}

#mainmenu {
}

#mainmenu ol {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
	text-align: center;
	font-family: "Arial Regular",Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #6392cb;
}


#mainmenu ol li {
	line-height: 24px;
	background-color: #91bee6;
}

#mainmenu ol li.darkbg {
	background-color: #6392cb;
}

#mainmenu ol li.oversigtlabel {
	font-weight: bold;
	font-size: 12px;
}

#mainmenu ol li.curmenu {
	color: #ffffff;
}


#mainmenu li a:link,#mainmenu li a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


#mainmenu li a:hover {
	color: #000000;
	text-decoration: underline;
}

#menubottom { 
	margin-bottom: -8px;
}


/** Nyhedsbox **/

#nyhedsbox {
	position: absolute;
	left: 738px;
	top: 60px;
	min-height: 160px;
}

#nyhedsbox.forside {
	position: absolute;
	left: 733px;
	top: 67px;
	min-height: 160px;
}

#nyhedsbox ol {
	list-style-type: none;
	padding: 0 0;
	margin: 0 0 ;
	text-align: center;
}

#nyhedsbox li.nhtop {
	height: 42px;
	width: 160px;
	color: #ffffff;
	font-family: "Arial Regular", Verdana;
	text-align: center;
	background-image: url('images/stafage/nyhedsboxtop.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#nyhedsbox.forside li.nhtop {
	height: 42px;
	width: 160px;
	color: #ffffff;
	font-family: "Arial Regular", Verdana;
	text-align: center;
	background-image: none;
}

#nyhedsbox a:link,#nyhedsbox a:visited {
	color: #91bee6;
	text-decoration: none;
}

#nyhedsbox li.nhlink {
	background-color: #296a9d;
}

#nyhedsbox.forside li.nhlink {
	background-color: transparent;
}

#nyhedsbox li.curmenu a:link,#nyhedsbox li.curmenu a:visited {
	color: #ffffff;
}

/*** Adresselinie ***/

#adresselinie {
	text-align: center;
	border-top: 1px solid #c0c2c5;
}

#adresselinie a:link,#adresselinie a:visited {
	color: #cc0630;
	text-decoration: none;
}

#adresselinie a:hover {
	text-decoration: underline;
}

