/*
      Created by neledesign.ch
	  
*/

* { padding: 0; margin: 0; }

a:link {
	color:#FFF;
	text-decoration:none;}

a:visited {	color:#FFF;
	text-decoration:none;
	}

a:hover {
	color:#c59239;
	text-decoration:none;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(images/hg.jpg) top center no-repeat #530101;
 color:#FFFFFF;
}
#wrapper { 
 margin: 0 auto;
 width: 841px;
}
#faux {
	
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 width: 841px;
 height: 113px;

}
#pool {
 padding: 0px;
 height:150px;
 text-align:right;
}
#leftcolumn { 
 display: inline;
 padding: 0 0 0 25px;
 width: 320px;
 float: left;
 margin-top:110px;
}

#leftcolumnmain { 
 display: inline;
 padding: 0 0 0 25px;
 width: 580px;
 float: left;
 margin-top:110px;
}

.menu {
	padding: 40px 0 0 125px;
	list-style:none;
		}
		
.menu li {
	float:left;
	} 

.flyer {
	padding:0px;
	border:none;}

.foto {
	padding:5px;
	border:none;
	background: #999;
	margin-right:10px;
	margin-bottom:10px;}


#fotoaktuel01 {
	float:left;}

#fotoaktuel02 {
	float:left;}
	
	
#content { 
 float: left;
 padding: 0;
 width: 260px;
 display: inline;
 position: relative;
 margin-top:110px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 padding: 0px;
 width: 200px;
 float: right;
  margin-top:110px;
}
.clear { clear: both; background: none; }

/*******************************************
Schriften
*******************************************/

h1 {
font-size:18px;
color:#877753;}

h2 {
font-size:15px;
color:#666666;}

/****************************************************
Kontaktformular
****************************************************/


#kontaktform input, textarea{
border: 1px solid #CCCCCC;
padding:4px;
width:250px;
}

#kontaktform label {
margin-top:3px;
width:120px;
display:block;
float:left;
}

#kontaktform input:focus, input:hover, textarea:focus, textarea:hover {
	padding:4px;
border: 1px solid #877753;
	width:250px;
}

.button {
width:80px !important; }