/*
      Created by neledesign.ch
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#181818;
 color:#FFF;
  margin-bottom:20px;
}

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

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

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


#wrapper {	background:url(images/faux.jpg) no-repeat #898989; 
 margin: 0 auto;
 width: 817px;
}
#faux {

 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 817px;
 height: 81px;
 background: url(images/top.gif) no-repeat;
}
#content {
 display: inline;
 padding: 20px 20px 20px 37px;
 width: 427px;
 float: left;
}
#rightcolumn { 
 float: left;
 padding: 0px;
 width: 333px;
 display: inline;
 position: relative;
 margin-top:23px;
}

#footer { 
 width: 817px;
 clear: both;
 background:url(images/footer.jpg);
 height:23px;
 text-align:center;
 padding-top:210px;
 font-size:10px;

 color:#b51216;

}
.clear { clear: both; background: none; }

.fotorahmen {
	padding:4px;
	background:#FFF;
	margin-right:5px;
	margin-bottom:5px;}

/*********************************************
Navigation
*********************************************/
#navigation ul{
	list-style:none;
	margin-top:218px;
	margin-left:37px;
	}
	
#navigation li{
	float:left;
	margin-right:24px;
	}


h1 {color:#b51216;}


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


#kontaktform input, textarea{
border: 1px solid #FFF;
padding:3px;
width:250px;
margin-bottom:10px;
}

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

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

.button1 {
width:80px !important; }
