/* Start of CMSMS style sheet 'BBK v.2' */
body {
	margin: 0;
	padding: 0;
	background: #e7e7e7 url(images/cms/bg_body.jpg) repeat-y;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

div.container {
	width: 790px;
	padding: 0 0 0 22px;
	height: 100%;
	float: left;
}

div.annonser {
	float: left;
	margin: 5px 0 0 22px;
	padding: 2px 0 0px 2px;
	width: 253px;
	background: #fff;
}

div.annonser p {
	margin: 0 0 10px 0;
	padding: 0px;
	
}

div#top {

}

div#layout-body {
width: 1100px;
}

div#header {
	height: 119px;
	background: #fff url(images/cms/bg_header.jpg) no-repeat;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url('images/cms/bg_header.jpg') no-repeat; 
   display: block; 
   height: 119px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#content {
	padding: 0 17px 0 0;
	clear: both;
	overflow: hidden;
	
}

div#side {
	width: 200px;
	padding: 20px 0 0 15px;
	float: left;
}

div#side p {
	margin: 0;
	padding: 0;
}

div#main {
	width: 539px;
	float: right;
	padding: 20px 0 0 0;
}

div#footer {
	background: #BB5151;
	color: #fff;
	padding: 5px 0;
	width: 573px;
	margin: 70px 0 0 217px;
	font-size: 10px;
}

div#footer a {
	color: #fff;
}

div#search {
	position: absolute;
	top: 123px;
	left: 660px;
}

div#search input {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

form#cntnt01moduleform_1 label {
	display: none;
}

img {
   border: 0;
}

hr {
	background-color:#D4D4D4;
	border-color:#808183 -moz-use-text-color #FFFFFF;
	border-style:solid none;
	border-width:0;
	color:#D4D4D4;
	height:1px;
	margin:10px 0 10px 0;
	padding:0;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

/* HEADINGS */
h1 {
   font-size: 16px;
   margin: 0 0 10px 0;
}
h2 {
   color: #800000; 
   font-size: 13px;
   padding-bottom: 1px;
   border-bottom: 1px solid #800000; 
   margin: 0 0 5px 0;
}
h3 {
   color: #800000; 
   font-size: 11px;
   margin: 0 0 5px 0;
}

div#comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#comments ul li {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #eee; 
}

div#comments input, div#comments textarea {
width: 150px;
}


div#comments textarea {
height: 60px;
}

.expand h3 {
	display: none;
}

.m5 {width: 323px}

.error_message {
border: 1px dotted #800000;
background: #BB5151;
color: #fff;
padding: 3px;
display: block;
}
/* End of 'BBK v.2' */

