/*
BW BRUGERWEB STANDARD DESIGN

By Kristoffer S. Hansen og Lykke S. Lorenzen 
2008
*/

body{
	font-size: 12px;}
/*************NAVIGATION START*********************/
div.bwnavigation{
	display: block;
	min-height: 20px;
	width: 760px;
	clear: both;
}
ul.bwnavigation {
	display: block;
	list-style-type:none;
	min-height: 20px;
	width: 760px;
	clear: both;
}
ul.bwnavigation li.menuitem{
	display: block;
	float: left;
	text-align: left;
	min-width: 30px;
}
ul.bwnavigation li.menuitem a, ul.bwnavigation li.menuitem a.visited{
	display: block;
	font-size: 12px;
	font-weight: bold;
	min-width: 30px;
	height: 15px;
	color: #888888;
	text-decoration: none;
	padding-top: 10px;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right:1px solid #333;
}
ul.bwnavigation li.menuitem a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../../../../images/BW_Grafik/klassisk/darkspecial/menuhover.png);
	background-repeat:repeat-x;
}
ul.bwnavigation li.activemenuitem a, ul.bwnavigation li.activemenuitem a:visited{
	color: #fff;
	text-decoration: none;
}

/*************NAVIGATION SLUT*********************/


/***CONTENT WRAP KAN BRUGES TIL GRAFIK UDENOM***************/
div.contentwrap{
	margin-top: 20px;
	/*min-height:600px;
	background-image: url(../../../../images/BW_Grafik/klassisk/darkspecial/leftpaper.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top:10px;
}

/****BRUGER TYPOGRAFI DARK DESIGN*****/
div.brugeroutput, div.brugeroutput p{
	color: #B1B1B1;
	}
div.brugeroutput h1{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
}
div.brugeroutput h2{
	color: #DFDFDF;
	font-size: 18px;
	font-weight: normal;
}
div.brugeroutput a, div.brugeroutput a:visited{
	color: #B1B1B1;
	}
	

/***********FORSIDE*****************/
div.forside {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div.forsidetekst{
width:550px;
margin-top:5px;
margin-left:-20px;
margin-bottom:15px;
}
	

/***COUNTER*****/
div#counter {
color:#999999;
}
	
/**LINKS DEFAULT**/
a, a:visited{
	color: #B1B1B1;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


	
	
div.blogpreviews h1{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

div.forsidethumbcontainer h1{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}



/*baggrund og scrollbars*/
body{
	scrollbar-base-color: #222222;
	scrollbar-face-color: #222222;
	scrollbar-darkshadow-color: #222222;
	scrollbar-highlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color: #222222;
	scrollbar-track-color: #222222;
	background-color:  #333333;
	/*background-image: url(/images/BW_Grafik/alle/backgrounds/patterns/patt_49317a5a5119f.jpg);*/
	background-repeat: repeat;
}

/******STANDARD HEADLINES*******/
h1.pagename {
	font-size: 26px;
	display:block;
	margin-bottom:20px;
	margin-left:-10px;
	margin-top:-10px;
	margin-right:30px;
	padding:10px;
	width:600px;
	font-family: "Times New Roman", Times, serif;
	color: #5B5B5B;
}
h1{
	font-size: 28px;
	font-weight: lighter;
	color: #B5B5B5;
	display: block;
	padding-top: 10px;
	padding-bottom:15px;
}
h2{
	font-size: 12px;
	font-weight: 600;
	color: #FFCC00;
}
h3{
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
}

/************************************HJEMMESIDENS TITEL ***********************************/
h1.websitetitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 15px;
	color: #FFFFFF;
}
h2.websitesubtitle{
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 200px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/***********************GLOBAL FORMULAR STYLE****************************************/
form{
	scrollbar-base-color: #61605F;
	scrollbar-face-color: #61605F;
	scrollbar-darkshadow-color: #61605F;
	scrollbar-highlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color: #61605F;
	scrollbar-track-color: #61605F;
	}

/******************************  CONTAINERS ************************************/

div.bwmaincontent{
}
div.contentcolor{
	background-color: #5F5E5C;
	background-image: url(../../../../images/BW_Grafik/klassisk/darkspecial/contenttop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.pagecontent{
}

/*****************VERTICAL BAR*************/
div.verticalbar{
	background-color: #333333;
	min-height:35px;
	background-image:url(../../../../images/BW_Grafik/klassisk/darkspecial/navigation.jpg);
	background-repeat: repeat-x;
}
/****************BANNER*****************/
div.bwbanner{
	height: 130px;
}

/****************BREADCRUMBS*****************/
div.bwbreadcrumbs{
}
div.bwbreadcrumbs p{
	color: #999999;
	font-size: 10px;
}
div.bwbreadcrumbs a,div.bwbreadcrumbs a:visited{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
div.bwbreadcrumbs a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/****************TOWERS / WINGS ********************/


/******************************  FOOOOOOOOOOOOOOOT    ************************************/
/******** personlig copyright *********/
div.bwfoot{
	background-image: url(/images/BW_Grafik/klassisk/standard_dark/darkfoot.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.bwfoot p{
	font-size: 9px;
	color: #999999;
}
div.bwfoot a, div.bwfoot a:visited{
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
div.bwfoot a:hover{
	color: #0066FF;
	text-decoration: none;
}
/*footerLink til os*/

div.freewebsitefooter p{
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
div.freewebsitefooter a, div.freewebsitefooter a:visited{
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	text-decoration: underline;
}
div.freewebsitefooter a:hover{
	color: #FFCC00;
	text-decoration: none;
}


/*************************** GALLERI / ALBUM  *************************/
div.billede h3{
	color: #FFFFFF;
}
div.billede img, div.billede img a{	
	border:none;
}
div.billedefooter{
	color: #999999;
}
div.billedefooter a, div.billedefooter a:visited{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
div.billedefooter a:hover{
	color: #FFCC00;
}
div.medieinfo h3{
	color: #FFFFFF;
	font-size: 16px;
}



/*************************** BLOG *************************/
div.blogpost{
margin-bottom:60px;
}
div.blogpost div.blogindhold {
	margin-left: 30px;
}
div.blogpost, div.fullblogpost{
	color: #B1B1B1;
}
div.blogpost h2{
	color: #FFFFFF;
	font-weight: bold;
}
div.blogpost h3{
	color:#333;
	text-indent:0px;
	display:block;
	height:20px;
	margin-top:-10px;
	margin-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;	
}
div.fullblogpost h3{
	color:#222;
	display:block;
	font-size:24px;
	height:30px;
	margin-top:10px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
div.blogpost h3 a, div.blogpost h3 a:visited, div.fullblogpost a, div.fullblogpost a:visited{
	color: #000;
	font-size: 17px;
	text-decoration: none;
}
div.blogpost h3 a:hover, div.fullblogpost a:hover{
	color: #FFF;
	text-decoration:none;
}
div.blogindhold p{
	font-size: 12px;
}
div.blogheader{
	font-size: 10px;
	font-weight: lighter;
	color: #1F1F1F;
}

div.blogfooter{
	font-size: 10px;
	font-weight: lighter;
	color: #999;
	display: block;
	background-color:#525252;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}
div.fullblogpost div.blogfooter{
	font-size: 10px;
	font-weight: lighter;
	color: #999;
	display: block;
	background-color:#525252;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}

div.blogfooter a, div.blogfooter a:visited{
	font-size: 10px;
	font-weight: lighter;
	color: #999;
	text-decoration: none;
}
div.blogfooter a:hover{
	color: #FFF;
	text-decoration: none;
}



div.arkiv a, div.arkiv a:visited, div.mestlaeste a, div.mestlaeste a:visited{
	font-size: 13px;
	font-weight: lighter;
	display:block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	/*
	filter:alpha(opacity=20);
	-moz-opacity:.30;
	*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

/****BLOGPOST DATO*******/
div.blogpostdatowrap {
display:block;
float:left;
margin:0;
padding:0;
width:30px;
}
div.datowrap {
margin-bottom:-10px;
	float:left;
	margin-left:0px;
	height:35px;
	padding:5px;
	width:25px;
	background-image: url(../../../../images/BW_Grafik/klassisk/darkspecial/datowrap.png);
	background-repeat: no-repeat;
}
div.datowrap div.dagnavn{
	text-align:center;
	font-weight:lighter;
	color:#999;
	font-size: 9px;
	padding:0px;
}
div.datowrap div.dagnr{
text-align:center;
font-size:11px;
font-weight:600;
color:#999;
	padding:0px;
}
div.datowrap div.maaned{
text-align:center;
font-weight:lighter;
color:#999;
	font-size: 9px;
	padding:0px;
}



/*******DAGBOG****************/

div.dagbogspost {
}

div.dagbogspost p.dato {
	font-size: 10px;
	color: #999999;
}

div.dagbogspost h3, div.dagbogspost h3 a, div.dagbogspost h3 a:visited{
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 3px;
}

div.dagbogspost h3 a:hover {
	color: #FFCC00;
	text-decoration: none;
}

div.dbindhold p{
	color: #E6E6E6;
	font-size: 12px;
}

div.dbfooter a, div.dbfooter a:visited{
	font-size: 10px;
	color: #999999;
}
div.dbfooter a:hover{
	color: #FFFFFF;
}
/*************************** KOMMENTARER (GLOBALT)  *************************/
h1.kommentarafsnit{
	width: 300px;
	display: block;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	font-size: 16px;
	font-weight:100;
	color: #111;
}
div.kommentarer h1{
	font-size: 18px;
	color: #000;
}
div.kommentarer h2{
	font-size: 15px;
	font-weight: lighter;
	color: #000;
	display: block;
	margin-top: 5px;
	width: 290px;
	padding-bottom: 3px;
}
div.kommentarheader p.dato{
	font-size: 10px;
	color: #999;
}
div.kommentarafsender h3{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	}
div.kommentarafsender a, div.kommentarafsender a:visited{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
div.kommentarafsender a:hover{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
div.kommentarindhold p{
	font-size: 12px;
	color: #B1B1B1;
}

div.kommentarfooter {
border-bottom:1px solid #444;
}




/* KOMMENTARFORM*/
div.commentform{
	scrollbar-base-color: #61605F;
	scrollbar-face-color: #61605F;
	scrollbar-darkshadow-color: #61605F;
	scrollbar-highlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color: #61605F;
	scrollbar-track-color: #61605F;
	}
div.commentform input{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
	width: 300px;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 2px;
	}
div.commentform textarea{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
	height: 60px;
	width: 300px;
	padding: 3px;
	margin-bottom: 2px;
}
div.commentform input.knap{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
	width: 150px;
	padding: 2px;
}








/*************************** GÆSTEBOG *************************/
div.guestbook h1{
	font-size: 16px;
	color: #CCCCCC;
	display: block;
	padding-bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
div.guestbook h2{
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	display: block;
	width: 290px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
div.guestpost{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #333333;
}
div.guestbookheader{
	font-size: 10px;
	font-weight: lighter;
	color: #191919;
}
div.guestbookindhold p{
	font-size: 11px;
	color: #B1B1B1;
}
div.guestbookfooter{
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
}
div.guestbookfooter a, div.guestbookfooter a:visited{
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	text-decoration: underline;
}
div.guestbookfooter a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
div.guestpost h3{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
div.guestpost h3 a, div.guestpost h3 a:visited{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}
div.guestpost h3 a:hover{
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}


div.guestbookform input, div.guestbookform textarea{
	background-color: #61605F;
	color: #FFFFFF;
	border: 1px solid #363534;
	scrollbar-base-color: #61605F;
	scrollbar-face-color: #61605F;
	scrollbar-darkshadow-color: #61605F;
	scrollbar-highlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color: #61605F;
	scrollbar-track-color: #61605F;
}
div.guestbookform input.knap{
	border: 1px solid #494847;
	background-color: #61605F;
	font-size:11px;
}


/*************************** KONTAKT *************************/
div.kontaktform{
	display: block;
	color: #CCCCCC;
}
div.kontaktform input, div.kontaktform textarea{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
	padding:2px;
	scrollbar-base-color: #61605F;
	scrollbar-face-color: #61605F;
	scrollbar-darkshadow-color: #61605F;
	scrollbar-highlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color: #61605F;
	scrollbar-track-color: #61605F;
}
div.kontaktform input.knap{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
}
div.kontaktform p{
	color: #CCCCCC;
}
div.kontaktform h2{
	font-size: 14px;
	color: #464646;
}
div.kontaktform a, div.kontaktform a:visited{
	color: #CCCCCC;
}
div.kontaktform a:hover{
}


/************************************   ANNONCERING    ************************************/
div.footad{
	background-color: #61605F;
	padding-top: 3px;
	padding-bottom: 4px;
	}
	
	
	

/*************************************   SORTERING OG SØGNING   **************************************************/	
div.soegbox{
}
div.soegbox input{
	background-color: #444;
	border: 1px solid #000;
	color:#CDCDCD;
}
div.soegbox select{
	background-color: #444;
	border: 1px solid #000;
	color:#CDCDCD;
}

form.soegning{}
form.soegning input.soegfelt{
	width: 120px;
	background-color: #444;
	border: 1px solid #000;
	color:#CDCDCD;
	padding:2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom:2px;
	}
form.soegning select{
	height: 12px;
	background-color: #444;
	border: 1px solid #000;
	color:#CDCDCD;
	padding-top: 3px;
	}
form.soegning input.soegknap{
	padding:1px;
	width: 40px;
	background-color: #444;
	border: 1px solid #000;
	color:#CDCDCD;
	}
/**COUNTER***/
div.counter{
	color: #999999;
	margin-left: 10px;
}

/***********************LOGIN PRIVAT OMRÅDE SIDEN*************************************/
div.login {
	height:200px;
	width:390px;
	padding-top:35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left:20px;
}
div.login form input, div.login form input.knap{
	background-color: #444;
	border: 1px solid #000;
	color:#FFFFFF;
	padding:2px;
}





/***************************************************************** SIMPEL FORUM ****************************************************************************/
div#simpelforum{
	width:95%;
	font-family:calibri, arial, verdana;
	margin-left:2%;
}
div.forum_breadcrumbs{
	margin-top: 2px;
	margin-bottom:12px;
	padding: 2px;
}

/*Options bar*/
div.options{
	margin-top: 3px;
	margin-bottom:15px;
	width:100%;
	height:25px;
	clear:both;
}
div.options div.new{
	float: left;
	width: 100px;
	font-weight:600;
}
div.options div.new a{
	text-decoration:none;
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:4px;
	background-image:url(../images/admin_grafik/transparentwhite2.png);
	border:1px solid #444444;
}
div.search{
	float: right;
	width: 200px;}
div.search input{
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #444444;}
div.search input.knap{
	padding:0;
	font-size:12px;
	padding:2px;
	float:none !important;}

/*********************************emneoversigt*********************************/
div.subjects{
}
div.subjects table{
	width:100%;
}
div.subjects table tr.color1 td{
	background-color: #FFFFFF;
	padding:3px;
}
div.subjects table tr.color2 td{
	background-color: #F4F4F4;
	padding:3px;
}
div.subjects table tr.tableheader, div.subjects table tr.tableheader td{
	background-color: #CDCDCD;
	padding:5px;
	font-size:13px;
}
div.subjects table tr.tableheader td.center{
	text-align:center;}

/*Emne oversigt - tablecell*/
div.subjects table td div.headline{
	padding: 2px;
	width: 100%;
	margin-bottom: 2px;
}
div.subjects table td div.headline h2{
	font-size: 15px;
	font-weight: 600;
	color: #333333;
}
div.subjects table td div.headline h2 a,div.subjects table td div.headline h2 a:visited{
	text-decoration:none;
	color: #333333;
}
div.subjects table td div.headline h2 a:hover{
	text-decoration:none;
	color:#000000;
	
}
div.subjects table td div.seneste{
	font-size: 12px;
	padding: 2px;
	color: #666666;
	margin-bottom: 3px;
}
div.subjects table td span.navn{
	font-weight: 600;
}
div.subjects table td span.dato{
}
div.subjects table td span.nr{
	display:block;
	text-align:center;
	margin-bottom: 5px;
}

/******************************* EMNE VISNING ************************************************/
div.emne{}
div.emne h2{
	font-size: 19px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
div.emnedata{
	background-color: #5A5957;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #666666;
}

/*post wrap*/
div.forumpost{
	clear:both;
	margin-top:15px;
	min-height:124px;}

/***venstre****/
div.author{
	width: 80px;
	float: left;
}

/***Talebobbel***/
div.talebobbel{
	float: left;
	width:445px;
}
/**post header **/
div.postheader{
	height:30px;
	padding-left:20px;
	padding-right:10px;
	background-image: url(../images/BW_Grafik/alle/talebobbel_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.postheader div.info{
	width:300px;
	float:left;
	padding-top:2px;
	color: #666666;
	margin-top:10px;
}
div.postheader div.svar{
	width:100px;
	float:right;
	margin-top:10px;}
div.postheader div.svar a{
	text-decoration:none;
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	background-image:url(../images/admin_grafik/transparentwhite2.png);
	border:1px solid #666666;
	color: #666666;
}


/**post indhold***/
div.postcontent{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(../images/BW_Grafik/alle/talebobbel_content.png);
	background-repeat: repeat-y;
	background-position: left center;
	min-height:50px;
}
div.postfooter{
	height:10px;
	background-image: url(../images/BW_Grafik/alle/talebobbel_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}





/***************************************************************** SIMPEL FORUM - DARK ****************************************************************************/
div#simpelforum_dark{
	width:95%;
	font-family:calibri, arial, verdana;
	margin-left:2%;
}
div#simpelforum_dark div.forum_breadcrumbs, div#simpelforum_dark div.forum_breadcrumbs a{
	margin-top: 2px;
	margin-bottom:12px;
	color:#000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/*Options bar*/
div#simpelforum_dark div.options{
	margin-top: 3px;
	margin-bottom:15px;
	width:100%;
	height:25px;
	clear:both;
}
div#simpelforum_dark div.options div.new{
	float: left;
	width: 100px;
	font-weight:600;
}
div#simpelforum_dark div.options div.new a{
	text-decoration:none;
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:4px;
	background-image:url(../images/admin_grafik/transparentwhite2.png);
	border:1px solid #444444;
}
div#simpelforum_dark div.search{
	float: right;
	width: 200px;}
div#simpelforum_dark div.search input{
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #444444;}
div#simpelforum_dark div.search input.knap{
	padding:0;
	font-size:12px;
	padding:2px;
	float:none !important;}

/******************************* EMNE VISNING ************************************************/
div#simpelforum_dark div.emne{
}
div#simpelforum_dark div.emne h2{
	font-size: 19px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
div#simpelforum_dark div.emnedata{
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #CDCDCD;
}

/*post wrap*/
div#simpelforum_dark div.forumpost{
	clear:both;
	margin-top:15px;
	min-height:124px;
}

/***venstre****/
div#simpelforum_dark div.author{
	width: 80px;
	float: left;
}

/***Talebobbel***/
div#simpelforum_dark div.talebobbel{
	float: left;
	width:445px;
}
/**post header **/
div#simpelforum_dark div.postheader{
	height:30px;
	padding-left:20px;
	padding-right:10px;
	background-image: url(../../../../images/BW_Grafik/alle/talebobbel_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#simpelforum_dark div.postheader div.info{
	color:#000000;
	float:left;
	font-weight:bold;
	margin-top:10px;
	padding-top:2px;
	width:300px;
}
div#simpelforum_dark div.postheader div.svar{
	width:100px;
	float:right;
	margin-top:10px;
}
div#simpelforum_dark div.postheader div.svar a{
	text-decoration:none;
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	border:1px solid #333333;
	color: #777777;
	background-image:none;
	background-color: #504F4E;
}


/**post indhold***/
div#simpelforum_dark div.postcontent{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(../../../../images/BW_Grafik/alle/talebobbel_content.png);
	background-repeat: repeat-y;
	background-position: left center;
	min-height:50px;
}
div#simpelforum_dark div.postfooter{
	height:10px;
	background-image: url(../../../../images/BW_Grafik/alle/talebobbel_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*BLOG*/
div.arkiv h1, div.mestlaeste h1, h1.blogsidebar{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color:#333333;
	padding-bottom:5px;
	padding-top:10px;
	}
	
	

/************************************ KALENDER ********************************************/
/**kalender front**/
table.kalender{
	border:1px solid #333333;}

table.kalender p{
color:#222222 !important;}

td.today{
background-color:#555555;
}

tr.weekdays p{
color:#999999 !important;}

span.event{
	background-color:#666666;
	color:#000000;
}
span.event a{
	color:#000000;
}

div.events{
	float:left;
}

div.day p.another-month{
	color:#444444 !important;}



/*** KALENDER EVENT ***/

	
table.calendar_small{
	border:1px solid #333333;}
table.thisday{
	border:1px solid #333333;}
table.thisday{}
table.upcomming{
	border:1px solid #333333;}
	

table.thisday th, table.upcomming th{
background-color:#333333;;
}	
table.thisday th, table.thisday td, table.upcomming th, table.upcomming td{
color:#CDCDCD;
}	
	
/*event*/
div.kalender_front_navigation a{
text-decoration:none;}

/* minikalender */
span.month{
	color:#666666;}
	
span.today{
background-color:#666666;}






/***************************************************** css start for sidebar section*****************************************************/
.sidebartop{
}
/**SIDEBAR LEFT ***/
#sidebarleft{
background-repeat:repeat;
color:#B1B1B1;
background-color:#5F5E5C;
margin:0 5px;
padding:0px;
}
.sidebartopleftlogout{
color:#B1B1B1;
}
.sidebarleftlatestnewslabel{
color:#B1B1B1;
}
/**SIDEBAR RIGHT ***/
#sidebarright{
color:#B1B1B1;
background-color:#5F5E5C;
background-repeat:repeat;
}
.sidebartop a{
color:#B1B1B1;
}
.sidebarrightlatestnewslabel{
color:#B1B1B1;
}
/* end for right sidebar*/

.sidebarlogintxt{
border:1px solid #cdcdcd;
}
.showlatesttxtright a{
color:#B1B1B1;
}
.showlatestbox span a{
color:#B1B1B1;
}
.showlatestlabelright {
color:#FEFFCC;
}
/****************************************************** css end for sidebar section*************************************************************/

