/* CSS dokument til forsiderne */

/* includes */
@import url(indhold.css);
@import url(standardElementer.css);


#broedkrummerForside{
	margin-left:150px;
	font-size:9px;
	padding-left:5px;
}
/** Venstre område med baggrundsfoto på forsiden. **/
#bgFotoForside{
	background-image:url(../web-images/forsideLuftfoto.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	width:145px;
	height:350px;
	border-right:1px dotted #4A1585;
	float:left;
	display:inline;
}
#bgFotoSektion{
	margin-left:5px;
	width:145px;
	height:100%;
	border-right:0px dotted #4A1585;
	float:left;
	display:inline;
}
#FotoSektionIndhold{
	position:absolute;
	left:0px;
	top:135px;
	width:145px;
	font-size:x-small;
	text-align:left;
}
#forsideSoeg{
	height:40px;
}
#forsideSoeg #tekstfelt {
	border:1px solid;
	width:100px;
	margin-left:7px;
	margin-right:5px;
	margin-top:25px;
	float:left;
}
#forsideSoeg #sendknap {
	margin-top:25px;
}
#forsideVenstreNoter {
	margin-left:5px;
	padding-right:5px;
	font-size:10px;
	color:#000000;
	float:left;
}
#forsideVenstreNoter h1{
	color:#AC3035;
	font-size:11px;
	border:none;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:0px;
}
#forsideVenstreNoter p{
	color:#000000;
	font-size:10px;
	border:none;
	margin-top:0px;
	padding-left:0px;
}

#forsideSpalter{
	width:800px;
	min-height:350px;
}
.forsideNyhedsblok{
	float:left;
	width:45%;
	margin-left:15px;
}

/** Nyheds sektionen (Netværksnyheder og NetFiset) på forsiden **/
.forsideNyheder{
	height:350px;
	width:215px;
	position:relative;
	border-right:1px dotted #4A1585;
	float:left;
	background-color:#FBFCFC;
}
.forsideNyheder h1{
	border-bottom:none;
	font-size:18px;
	font-weight:bold;
	color:#AC3035;
	margin-left:15px;
}
.forsideOverskrift a{
	font-size:18px;
	font-weight:bold;
	color:#AC3035;
	margin-left:15px;
}
.forsideNyheder .dato{
	font-size:9px;
	margin-bottom:0px;
}
.forsideNyheder .overskrift{
	margin-top:0px;
	width:195px;
}

/** Vertikale baggrundsoverskrifter **/

#bgOverskriftMorbaerhaven{
	/* background-image:url(../web-images/baggrundstekstMorbaerhaven.gif); */
	background-repeat:no-repeat;
	margin-left:5px;
	margin-right:10px;
}

/** Kalender **/
#forsideKalender{
	height:350px;
	width:215px;
	position:relative;
	float:left;
	background-color:#FBFCFC;
}
#forsideKalender h1{
	border-bottom:none;
	font-size:18px;
	font-weight:bold;
	color:#AC3035;
	margin-left:15px;
}
.kalenderNote{
	font-size:10px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:15px;
}
.kalenderNote .emne{
	color:#AC3035;
	font-weight:bold;
}

/** Andre forsider **/

#forsideMorbaerhaven{
	min-height:350px;
	/*padding-left:5px;*/
	margin-left:150px;
}
.forsideP{
	margin-left:20px;
}
#sidefod{
	float:left;
	width:99%;
	margin-top:5px;
	margin-left:5px;
}

/** Start of tt_news styles **/

.news-list-container{

}
.news-list-item{
}
.news-list-date{
text-align:right;
}
.news-list-morelink{
}
.news-list-browse{
}
