@charset "iso-8859-1";
/* CSS Document */

html, body{
	margin: 0px;}
	
body{
	width:100%;
	height:100%;
	font: 0.8em Verdana, Arial, sans-serif;}

/*----------- header ---------------------------------*/

#head{
	width:100%;
	background:url('../images/headbg.jpg') repeat-x center top;}
	
#headmid{
	margin: 0px auto;
	height: 250px;
	width: 1000px;
	background: url('../images/headimg.jpg');}
	
#slogan{
	/*border:1px solid #000;*/
	width: 400px;
	text-align:left;
	color:#a71d1d;
	font-weight:bold;
	font-size: 1.1em;
	line-height:1.2em;
	padding:60px 0 0 20px;
	/*float:left;*/}
	
.titel{ font-size:34px;
	color:#5e7815;
	font-weight:bold;
	line-height:36px;}	
/*#pic{
	float:right;
	padding:11px 14px 0 0;}*/

/*----------- footer ---------------------------------*/
#foot{
	width:100%;
	height:50px;
	clear:both;
	background:url('../images/foot.jpg') repeat-x bottom;}
	
#footmid{
	text-align:center;
	width:1000px;
	height:50px;
	margin: 0 auto;
	line-height:50px;
	font-size:12px;
	background:url('../images/footimg.jpg') no-repeat bottom;}

/*----------- main ---------------------------------*/

#cont{
	margin:0px auto;
	width:1000px;
	height:100%;}

h4.menu{
	text-align:center;
	padding: 5px 0; margin: 0;
	margin: 30px 5px 0 5px;
	font-size: 1.0em;}

/*--- menu ---*/	
#left{
	float:left;
	width:150px;
	margin-top:40px;}
	
#right{
	float:right;
	width:150px;
	display:inline;
	margin: 0 0 50px;}
	
ul.bmenu{
	list-style:none;
	text-align:center;
	margin:0 5px;
	padding: 0 0px;
	border-top:1px solid #5e7815;
	/*border:1px solid #000;*/}
	
ul.bmenu li{
	background:url('../images/menu.gif') repeat-y center;
	padding: 5px 0;
	margin: 0;
	border-bottom:1px solid #5e7815;}
	
ul.bmenu li a{
	text-decoration:none;
	font-weight:bolder;
	color:#435343;}
	
ul.bmenu li:focus{background:url('../images/menuon.gif') repeat-y center;}
ul.bmenu  li:hover{background:url('../images/menuon.gif') repeat-y center;}
ul.bmenu a:focus{background:none;}



/*--- content ---*/
#middle{
	float:left;
	width: 660px;
	padding:20px 20px 5px;
	text-align:justify;
	/*border:1px solid #000;*/}
	
a{
	text-decoration:none;
	color:#5e7815;
}
	
a:hover{
	color: #a71d1d;
}


p{line-height: 1.4em;}

h1{
	color:#a71d1d;
	font-size: 1.2em;
}
	
h2{
	color:#5e7815;
	font-size:1.1em;
}
	
h3{
	color:#000;
	font-size:1.0em;}
	
img{border: 0;}

#middle img.float-center{
margin-left:auto;margin-right: auto; display:block;}

.float-left{ float:left;}
.float-right{ float:right;}

/*--- formular ---*/

form{
	/*background:#fce8ab;*/
	padding:10px;
	border-top:1px solid #a71d1d;
	border-left:1px solid #a71d1d;
	border-right:1px solid #a71d1d;
	border-bottom:1px solid #a71d1d;}
	
input{
	border:1px solid #9fb94d;
	/*background:#fce8ab;*/}
	
textarea{
	width:400px;
	padding:2px;
	/*background:#fce8ab;*/
	border:1px solid #9fb94d;
	height:100px;
	display:block;}
	
input.button{
	margin: 0;
	border:1px solid #9fb94d;
	padding:1px;}

