/** General **/
html {
	background: #cec6b7 url(../img/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 	{
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	text-indent: -999999px;
	width: 293px;
}
	
h2 {
	border-bottom: 3px solid #3d6780;
	color: #3d6780;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #616161;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
}

input[type="text"],input[type="password"] {
	background: url(../img/textfield-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #e7e6e3;
	color: #9a9a98;
	height: 17px;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 4px;
	width: 136px;
}
	
select {
	background: url(/img/select-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #dbdbdb;
	color: #c8c8c8;
	height: 23px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	vertical-align: middle;
	width: 150px;
}
	
textarea 		{ background: url(/img/textfield-bg.gif); background-repeat: repeat-x;	border: 1px solid #e7e7e7; }
label 			{ display: block; font-weight: bold; }
a 				{ color: #5e5f5f; text-decoration: none;}
a:hover 		{ color:#000; }
a:active 		{color:#000; }
p 				{ padding: 5px; }

i, em			{ font-style:italic; }
strong			{ font-weight: bold; }


/** Design **/
#HeaderWrapper 	{ position: absolute; top: 3px; left: 0; width: 100%; } 
#Header 		{ background: url(../img/header-bg.png); background-repeat: no-repeat; background-position: 25px 0px; margin: auto; width: 970px; }
#Wrapper		{ background: #fefefd; margin: auto; margin-top: 471px; padding: 18px; width: 932px; } /* margin-top 469px + 2px corners */
#CornerWrapper	{ position: absolute; top: 469px; width: 100%; }
#ContentCorner	{ background: url(/img/round-corners-forside.gif); background-repeat: no-repeat; height: 2px; margin: auto; width: 968px; }
#Footer			{ margin: auto; width: 968px; }

/** Forside ONLY **/
#FeatureWrapper 	{ position: absolute; top: 279px; left: 0; width: 100%; } 
#Features	 		{ margin: auto; width: 970px; }

/** Header **/
#topHeader { float: left; margin-top: 22px; width: 722px; }
#topTopHeader { }
#LoginAndSearch { float: right; margin-top: 10px; width: 293px; }
#LoginAndSearch img { float: left; margin-left: 2px; }
#LoginAndSearch input { float: right; }

#topBottomHeader { margin-top: 11px; }
#topBottomHeader a { 
	background: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #3d6780;
	font-size: 11px;
	font-weight: bold;
	padding-left: 11px;
	margin-right: 16px;
}
#topBottomHeader a:hover { color: #000000; }
#topBottomHeader ul { margin-left: 3px; }
#topBottomHeader ul li { display: inline; }

#RavensLogo { float: right; width: 243px; }
#RavensLogo img { margin-left: 54px; margin-top: 3px; }

#bottomHeader { margin-top: 1px; }
#Banner {
	background: url(../img/banner-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 176px;
	padding: 3px;
	width: 716px;
}

	div#Banner li {
		position: absolute;
		z-index: 1;
	}
	
		div#Banner li:first-child {
			z-index: 3;
		}
	
#topSidebar {
	background: url(../img/topsidebar-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 182px;
	width: 243px;
}
#topSidebar ul { margin-left: 15px; margin-top: 11px; }
#topSidebar li { padding: 11px; }

/** Footer **/
#Partnere {
	background: #ffffff;
	padding: 47px;
	width: 874px;
}
#Partnere li { border-right: 1px dotted #cfcfcf; display: inline; padding-right: 47px; }

#Copyright {
	background: url(../img/footer/bg.png);
	background-repeat: repeat-x;
	border: 1px solid #d3cdc2;
	border-top: none;
	color: #a6a4a0;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-top: -1px;
	margin-left: -1px;
	padding-left: 10px;
	padding-top: 3px;
	width: 958px;
}

#DWI {
	color: #9f9a92;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 15px;
	text-align: right;
	width: 100%;
}

/***************************/
/******* Forsiden **********/
/***************************/

/** Features **/
.Feature {
	background: url(../img/features/feature-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 176px;
	margin-right: 8px;
	padding: 3px;
	width: 312px;
}
.Feature .ReadMore {
	background: url(../img/features/readmore-bg.png);
	background-repeat: no-repeat;
	bottom: 19px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 23px;
	padding-left: 5px;
	padding-top: 10px;
	position: absolute;
	margin-left: 65px;
	width: 230px;
}

/** Content **/
#Nyheder {
	float: left;
	width: 277px;
}
#KommendeAktiviteter {
	float: left;
	margin-left: 48px;
	width: 277px;	
}
#FraForeningen {
	float: left;
	margin-left: 48px;
	width: 277px;	
}

#Nyheder ul, #KommendeAktiviteter ul { background: url(../img/forside/bg.png); background-repeat: no-repeat; background-position: center; min-height: 218px; }
#Nyheder li, #KommendeAktiviteter li, #FraForeningen li { border-bottom: 1px dotted #cfcfcf; color: #949391; font-family: Calibri, Tahoma, Verdana; font-size: 12px; padding-bottom: 10px; padding-top: 10px; }
#Nyheder a, #Nyheder a:hover, #KommendeAktiviteter a, #KommendeAktiviteter a:hover, #FraForeningen a, #FraForeningen a:hover { color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; }

#KommendeAktiviteter h2 {
	border-bottom: 3px solid #434343;
	color: #434343;
}

#Nyhedsbrev {
	background: url(../img/forside/nyhedsbrev.png);
	background-repeat: no-repeat;
	height: 132px;
	margin-top: 16px;
	width: 280px;
}

#Nyhedsbrev input[type="button"] {
	background: url(../img/forside/tilmeld.png);
	background-repeat: no-repeat;
	border: none;
	height: 23px;
	width: 62px;
}

#Nyhedsbrev div {
	padding-top: 92px;
	margin-left: 18px;
}

