/*	------------------------------
	Der Wedding CSS 0.1
	Copyright 2009 Andreas Jonsson
	------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font: small/19px 'Courier New', Courier, 'Arial','Verdana', sans-serif ;
	color: #111;
	background: #fcf7d3 url(images/bg_holz.jpg);

}

h1, h2, h5, h6{
	font: 24px/18px 'Courier New', Courier, 'Arial','Verdana', sans-serif ;
	padding: 3px 2px 9px 0;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

h2 {
	font-weight: normal;
}

h3, h4 {
	font-weight: bold;
	padding: 0;
	margin: 0 0;
}

h4 {
	display: inline;
}

p {
	margin:0;
	padding: 0 0 1em 0;
	width: 600px;
}

#content a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #888;
}

#content a.imagelink {
	border-bottom: none;
}


/* equal column height hack 
#container .column {
  padding-bottom: 20020px;
  margin-bottom: -20000px;
}
*/
#header{

	background: transparent url(images/bg_header_915x170.jpg) top left no-repeat;
	display: block;
	width: 879px;
	height: 207px;
	
}

#header img {
	margin-left: 10px;
}

/* main menu start */
.mainmenu {
	width: auto;
	padding: 117px 10px 7px 70px;
	margin: 0;
}


.mainmenu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	display:inline;
	margin: 0;
	border-bottom: black solid 1px; 
	padding-bottom: 2px;
}

.mainmenu ul li {

	display:inline;
	margin: 0;
	padding-right: 2px;
}


.mainmenu ul li a {
	color: black;
	text-decoration: none;
	padding: 2px 1px;
	margin:  0 4px 0 0 ;
}

.mainmenu ul li a:link, a:visited {
	background-color: transparent;
	
}
.mainmenu ul li a:hover {
	background-color: #111;
	color: #fff;	
}


.mainmenu .active {
	background-color: #111;
	color: #fff;
}


/* main menu end */

.menurowtwo {
	padding-top: 0;
}

.menurowtwo ul {
	border-bottom: none;
}
/* submenu end */


/* start content */
#content {
	background:transparent url(images/bg_body_915x910.jpg) no-repeat scroll left top;
	float:left;
	height:894px;
	margin:0;
	padding: 0 94px 0 130px;
	overflow:hidden;
	width:655px;
}
/* end content */


/* news start */
#news {
	background: transparent;
	float: left;
	width: 180px;
	padding: 16px 10px 10px 10px;
	margin: 0;
}

.newsitem {
	padding: 8px;
	font: smaller/19px 'Verdana', sans-serif;

	margin-bottom: 5px;
}

.contentitem {
	font: small/17px 'Courier New', Courier, 'Arial','Verdana', sans-serif ;
	padding: 0 0 0 125px;
	width: 550px;
	margin-bottom: 5px;
}

.contentitem p{
	margin: 0 0 1.2em 0;
	
}



/* news end */


.hidden {
	display: none;
}

#footer {
	clear:both;
	height:30px;
	margin:0 0 30px;
	padding:0;
	text-align:center;
	width:879px;
	background: #ff0000 url(images/bg_footer_915x30.jpg) top left no-repeat;
}

.textlink 	{display: inline; text-indent: 0px; color: #000;}

#content ul {
	margin-top: 0;
}

#rechtshinweis {
	font-size: 10px;
}

a img {
	border: 0;
}


