/*
	CSS: Ungdommens-vel.dk
*/

/* txt-styles: */
@import url("indhold.css");

body{
	/*background-image: url("body_bg.gif");*/
	background-image: url("body_bg_new.gif");
	width: 42px;
	height: 42px;
	
	margin: 0px;
	padding: 0px;
}

/* blue bg in the top: */
div#topBackground {
	/*background-image: url("top_bg.gif");*/
	background-image: url("top_bg_new.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 191px;
	
	position:absolute;
	top: 0px;
	left: 0px;
}

/* center container */ 
div#centerContainer {
	position:absolute;
	top: 10px;
	width: 950px;
	margin-left:50%;
	left:-475px;
}

/* logo banner */
div#topBanner {
	background-image: url("topBanner.jpg");
	background-repeat: no-repeat;
	width: 956px;
	height: 163px;
	
	position: absolute;
	top: 28px;
	left: -3px;
}

/* datoBox */
div#datoBox {
	background-image: url("datoBox.jpg");
	background-repeat: no-repeat;
	width: 173px;
	height: 27px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #05096c;
	
	padding-top: 10px;
	
	position:relative;
	top: 4px;
	left: 0px;
}

/* menu elements */
div#menuContainer {
	background-image: url("menu_bg.gif");
	background-repeat: no-repeat;
	width: 956px;
	height: 33px;
	
	position: absolute;
	top: -40px;
	left: 0px;
}

div#mainMenuDiv {
	position: absolute;
	padding-left: 10px;
}
div#mainMenuDiv span{
	background-image: url("menu_seperator.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 33px;
	
	margin-left: 8px;
	padding-right: 12px;
}

a.hovedmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #05096c;
	
	text-decoration: none;
	
	position: relative;
	top: 7px;
	left: -5px;
}
a.hovedmenu:link {
	text-decoration: none;
}
a.hovedmenu:visited {
	text-decoration: none;
}
a.hovedmenu:hover {
	color: #719fec;
	text-decoration: none;
}
/* Dropdown: */
div.undermenu {
	position: absolute;
	width: 150px;

	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #edf6f9;
	border: 1px solid #060974;
}

a.undermenupunkt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #05096c;
	
	text-decoration: none;
	
	width: 100%;
	display: block;
	margin-top: 2px;
	border-bottom: 1px solid #CCCCCC;
}
a.undermenupunkt:hover {
	color: #719fec;
	text-decoration: none;
}

/* search form: */
div#searchContainer {
	position: absolute;
	top: 4px;
	/*left: 732px;*/
	right: 57px;
}

form#searchForm {}

input#searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #cccccc;
}

div#search_submit {
	position: absolute;
	top: -3px;
	right: -55px;
	
	background-image: url("searchSubmit.gif");
	width: 41px;
	height: 29px;
	float: left;
	
	cursor:pointer;
	cursor:hand;
}

/*
	container - doesin this case not
	contain the actual content, but 
	keep track of the position,
	width, min-height...
*/
div#content {
	position: absolute;
	top: 230px;
	left: -3;
	
	background-image: url("content_bg.gif");
	background-position: 0 0;
	background-repeat: repeat-y;
	
	width: 956px;
	
	/*height: auto !important;
	height: 620px;
	min-height: 620px !important;*/
}
/* the actual content!!! */
div#extra_container{
	position: absolute;
	top: 10px;
	left: 240px;
	width: 480px;
	height: 560px;
	margin-bottom: 55px;
	overflow: auto;
}

/* arbejdssteder */
div#left_container {
	position: relative;
	top: 20px;
	left: 25px;
	width: 208px;
}

/* Headline-bar (blue bar) */
div#left_container h1{
	background-image: url("bar.gif");
	background-repeat: no-repeat;
	height: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	
	margin-top: 5px;
	margin-bottom: 0px;
	
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 0px;
}

div#left_container a:link{}
div#left_container a:visited{}
div#left_container a:hover{}

div#left_container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-image: url("bar_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #dfe7ea;
}

/*
	New left container. This one can
	be edited by the client, and show
	directly under the original left-
	container.
	
	NB: Uses some of the orginal styles.
*/
div#left_editContainer {
	padding-top: 5px;
	position: relative;
	top: 15px;
	left: 25px;
	width: 208px;
}

div#left_editContainer h1{
	background-image: url("bar.gif");
	background-repeat: no-repeat;
	height: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	
	margin-top: 5px;
	margin-bottom: 0px;
	
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 0px;
}

div#left_editContainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-image: url("bar_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #dfe7ea;
}

div#left_editContainer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #d4dbde;
	
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	
	display: block;
}
div#left_editContainer a:link{}
div#left_editContainer a:visited{}
div#left_editContainer a:hover{}

/* RIGHT CONTAINER */
div#right_container{
	position: absolute;
	top: 20px;
	left: 726px;
	width: 208px;
}

div#right_container h1{
	background-image: url("bar.gif");
	background-repeat: no-repeat;
	height: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	
	margin-top: 5px;
	margin-bottom: 0px;
	
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 0px;
}

div#right_container a{
	/*height: 15px;*/
	background-color: #d4dbde;
	
	position: relative;
	left: 0px;
	
	margin-top: 2px;
	margin-bottom: 0px;
	
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	
	display: block;
}
div#right_container a:link{}
div#right_container a:visited{}
div#right_container a:hover{}

div#right_container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-image: url("bar_bottom_right.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #dfe7ea;
}

/*
	bar's right side only !!!
	Used for "nyhedsbrev-form"
*/
div.blueBar {
	background-image: url("bar.gif");
	background-repeat: no-repeat;
	width: 208px;
	height: 30px;
	margin-top: 5px;
}

div.blueBar p{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	
	margin: 0px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

/* gray headline box, width link */
div.headlineLink {
	width: 100%;
	height: 15px;
	background-color: #d4dbde;
	margin-top: 2px;
}
div.headlineLink a{
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

/* description of headline-link */
div.description {
	width: 100%;
	background-color: #dfe7ea;
}
div.description p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #666666;

	margin-top: 0px;
	margin-bottom: -4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
div.desc_bottom_left {
	background-image: url("bar_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 4px;
}
div.desc_bottom_right {
	background-image: url("bar_bottom_right.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 4px;
}

form#nyhedsForm input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: #666666;
	
	margin-left: 5px;
	margin-top: 5px;
}

input#navn {
	width: 190px;
}
input#email {
	width: 190px;
}

div#tilmeldBtn {
	background-image: url("tilmeldBtn.gif");
	background-repeat: no-repeat;
	width: 56px;
	height: 15px;
	
	position: relative;
	top: 5px;
	left: 140px;
	
	cursor:pointer;
	cursor:hand;
}

/*
	4 pictures on the frontpage,
	all using this span class
*/
div.picBorder {
	background-image: url("picBorder.gif");
	background-repeat: no-repeat;
	position: relative;
	width: 102px;
	height: 107px;
	
	border-style: none;
	
	margin-top: 5px;
	margin-right: 2px;
	float: left;
}
div.picBorder img{
	margin:0px;
	padding:0px;
	
	border-style: none;
	
	position: relative;
	top: 6px;
	left: 6px;
	
	cursor:pointer;
	cursor:hand;
}

/* GRAFIC BEFORE AND AFTER CONTENT */
div#content_topGrafic {
	background-image: url("content_topGrafic.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 956px;
	height: 13px;
	display: block;
	
	position: relative;
	top: 0px;
	left: 0px;
}
div#content_bottomGrafic {
	background-image: url("content_bottomGrafic.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 956px;
	height: 38px;
	/*
	position: absolute;*/
	left: 0px;
	bottom: 0px;
}

div#content_bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	width: 956px;
	height: 6px;
	position: absolute;
	left: 0px;
	bottom: 0px;	
	top: 615px;
}
/* bottom txt */
div#content_bottomGrafic p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 5px;
	margin: 0px;
}

/*
	Left submenu - 30/01-2006:
*/

div.left_submenu {
	position: absolute;
	z-index: 834;
	
	width: 160px;
	
	margin-top: -8px;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #edf6f9;
	border: 1px solid #060974;
}

a.leftMenu {
	height: 15px;
	background-color: #d4dbde;
		
	margin-top: 5px;
	
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	
	display: block;
}
a.leftMenu:link {
	color: #05096c;
	text-decoration: none;	
}
a.leftMenu:visited {
	color: #05096c;
	text-decoration: none;	
}
a.leftMenu:hover {
	color: #719fec;
	text-decoration: none;
}

a.subLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	color: #05096c;
	background-color: none;
	
	text-decoration: none;
	
	display: block;
	
	border-bottom: 1px solid #CCCCCC;
}
a.subLink:link {
	color: #05096c;
	text-decoration: none;	
}
a.subLink:visited {
	color: #05096c;
	text-decoration: none;	
}
a.subLink:hover {
	color: #719fec;
	text-decoration: none;
}

/* date for newsPull */
span#date {	
	padding-left: 260px;
	color: #a2accc;
}

.nyheder_headline {
	font-size:16px;
	font-weight:bold;
}

.nyheder_udtraek_headline {
	font-size:14px;
	font-weight:bold;
	display: block;
}
#secondary_news {
	margin-bottom: 30px;
}

.menuitem {
	background-color: #d4dbde;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px;
	position: relative;
}
.menuitemsub {
	background-color: #e1e7ea;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	position: relative;
}

.nyheder_manchet{
	font-size: 11px;
	line-height: 200%;
}

.nyheder_tekst {
	font-size: 11px;
	line-height: 200%;
}
