/* CSS Document */
html body {
	padding: 0px;
	margin: 0px;
	background-image:url("http://www.cachen.dk/images/background.jpg");
	background-repeat:repeat-x;
	/* background-color: #3d2813; */
	background-color: #cccccc;
	font-size: 11px; 
   font-family: "verdana", sans-serif !important;
}

.outertable {
	width: 1000px;
	background-color: #E9E9E9; /* NORMAL */	
	/* background-color: #D3C5AA; /* SAND FARVE */
	margin-top: 10px;
	/*background-image:url(../images/layout/tablebackground.png);
	background-repeat:repeat;*/
}

.menutop {
	background: url("http://www.cachen.dk/images/bf/layout/menubacktop.png");
	height: 28px;
	width: 170px;
	padding-left: 5px;
	font-size: 1px;
} 
.menumiddle {
	width: 170px;
	background-image: url("http://www.cachen.dk/images/bf/layout/menubackmiddle.png");
	background-repeat: repeat-y; font-size: 1px;
}

.menubottom {
	background: url("http://www.cachen.dk/images/bf/layout/menubackbottom.png");
	height: 14px;
	width: 170px;
	font-size: 1px;
}   

.menuheader {
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	font-family: "verdana", sans-serif !important;
	margin-top: 0px;
	padding: 0px;
	border-bottom: 0px solid #a58963;
}  

.menutext { 
	color: #704B28;
	font-size: 11px;
	font-family: "verdana", sans-serif !important;
} 
.bar {
	background-image:url("http://www.cachen.dk/images/bf/layout/bar.png");
	background-repeat:repeat-x;
	height:28px;
	cursor: pointer;
}

#main-menu { 
   width: 985px;
}
#main-menu .main_wrapper { height: 28px; }
#main-menu .main_wrapper div { float: left; }
.sub_wrapper { text-align: center; line-height: 20px; font-weight: normal; font-size: 11px; width: 480px; }
.sub_wrapper a { color: #FFFFFF; padding-left: 12px; padding-right: 12px; text-decoration: none; }
.sub_wrapper a:hover { color: #FFFFFF; text-decoration: underline; }
#sub_news { display: none; background: url("http://www.cachen.dk/images/bf/layout/sub_bar.png"); }
#sub_cachen { display: none; background: url("http://www.cachen.dk/images/bf/layout/sub_bar.png"); }

#sub_community { display: none; background: url("http://www.cachen.dk/images/bf/layout/sub_bar.png"); }
#sub_community2 { display: none; background: url("http://www.cachen.dk/images/bf/layout/sub_bar.png"); }



.prikprik {
	background-image:url('/images/prikprik.gif');
	line-height:1px;
	font-size:1px;
}

/* Forum */
/* Forum */
.topic_header {
	background-image:url(http://www.cachen.dk/images/global/forum/topic_header_back.gif); 
	background-repeat:repeat-x; 
	height: 25px; 
	padding: 0px; 
	font-weight:bold;
}

.topic_subheader {
	background-image:url(http://www.cachen.dk/images/global/forum/topic_subheader_back.gif); 
	background-repeat:repeat-x; 
	height: 20px; 
	padding: 2px;
}

.forum_item {
	background-color: #f9f9f9;
	padding: 2px;
	border-top: 1px solid #d9dadb;
}

/*  Text properties */
h1 {
	margin:0px;
	font-size:150%;
	line-height:1.3em;
	color:#000000;
	font-weight:bold;
}
h2 { 
	font-family: verdana,tahoma,arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 2px;
}
h3 { 
	font-family: verdana,tahoma,arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}

a:link, a:active, a:visited {
	/* color: #89785c; */
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration:underline;
}
.img {
	border: 0px;
}

blockquote {
   color: #6D6D6D;
   font-style: italic;
}

