/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background-image: url(images/body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

/*---------------- Main structure --------------*/

#container {
	width: 885px;
	font-size: 1.2em;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	padding-right:250px;
}

#header1 {
	background-image: url(images/header.jpg);
	height: 138px;
	padding-top: 150px;
	padding-left:300px;
	}

#sideheader {
	background-image: url(images/sideheader.jpg);
	height: 576px;
	width: 145px;
	position: absolute;
	left: 740px;
	top: 0px;
}

#left_column {
	width: 180px;
	margin-top: 0px;
	float: left;
	background-image: url(images/left_column.jpg);
	background-repeat: no-repeat;
	margin-left: 70px!important;
	margin-left: 35px;
}

.left_column_boxes {
	border: 1px dotted #AA8661!important;
	border: none;
	padding: 3px;
	margin-bottom: 20px;
}

#content {
	float:right;
	width:450px;
	margin-right:150px;
}

.article {
	margin-bottom:50px;
}

.meta {
	margin-bottom: 8px;
}
			
#footer {
	padding: 20px;
	clear: both;
}
			
/*-----------TEXT FORMATTING------------- */

p {
	margin-bottom: 8px;
	color: #814F2C;
}
   
p.center {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	font-size: 44px;
	color: #55311B;
	margin-bottom:10px;
}

h2 {
	margin-bottom:10px;
}
   
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #926B4A;
	text-align: center;
	margin-bottom:10px;
}

h4 {color: #926B4A;
	margin-bottom: 15px;
}

ul, ol, li {
	list-style-position:inside;
}



dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}

dd {
	margin-bottom: 15px;
	color: #814F2C;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}

a:link, a:visited {
	color: #666600;
	text-decoration:none;
}
a:hover, a.aktuel {
	color: #805D3F;
	text-decoration:none;
}


/*-------------- Navigation --------------*/

#navcontainer {  
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a, a:visited {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #A47F52;
	font-weight: bold;
	height: 1.5em;
	font-style: italic;
	color: #65391E;
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer a.aktuel {
	color: #fff;
	font-style: normal;
	background-image: url(images/menu_hover.png)!important;
	background: none;	
}

/*------------ Contact form -----------------*/

label {
	font-style: italic;
}

form.contact_us {
	width: 170px;
}

input.fields_contact_us {
        display: block;
        width: 170px;
        background: url(images/menu_hover.png)!important;
		background: none;
		border-top: 1px solid #C0935C;
		border-left: 1px solid #C0935C;
		border-bottom: 1px solid #D9B17D;
		border-right: 1px solid #D9B17D;
		margin-top: 3px;
	    margin-bottom: 3px;
}

textarea {
          width: 170px;
          background: url(images/menu_hover.png)!important;
		  background: none;
		  border-top: 1px solid #C0935C;
		  border-left: 1px solid #C0935C;
		  border-bottom: 1px solid #D9B17D;
		  border-right: 1px solid #D9B17D;
		  display: block;
          margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	width: 100%;
	padding: 2px;
	background: none;
	cursor: pointer;
	color: #926B4A;
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


.search_inbox {
	width:200px;
	height:auto;
	margin-bottom:15px;
	border:1px solid #333;
}
.searchbox,
.result-searchbox {
	float:left;
	width:114px;
	height:20px;
	background:#f6f6f6;
	font-size:13px;
	color: #aaa9ac;
	line-height:26px;
	padding-left:5px;
}

.result-searchbutton,
.searchbutton {
	padding:5px;
	height: 28px;
}

.markItUp {
	margin:5px 0;
	width:395px!important;
}

#piv_comment { /* has to be exactly 12 pixels less then .markItUp */
	width: 383px!important;
}