@CHARSET "UTF-8";




*, body{
	font-family: Verdana, sans-serif;
}

    body {
            background-color: #D8D8D8;
    }
    
    a{
        color: black;
        
         }


#wrapper{
    background-color: #FFFFFF;
	margin: auto;
	width: 1000px;
	z-index:1;
    border: 1px solid black;
    -webkit-box-shadow: 0px 0px 20px #FFF;
    -moz-box-shadow: 0px 0px 20px #FFF;
    box-shadow: 0px 0px 20px #FFF;
    
}

h1{
	color:#321b29;
	font-size: 18px;
	line-height: 22px;
    margin-bottom: 10px;
	
}


#header{	
		height: 108px;	
		width: 935px;	
		background: url("../images/header.jpg");
		background-position: center;
		text-align: right;
		padding-top: 20px;
		padding-right: 65px;
		
		
}

#header h1{
	color: white;
	font-family: Meta;
	font-size: 27px;
	text-align: right;
	
}


#header h2{
	color: white;
	font-size: 16px;
	text-align: right;
	
	
}

#content{
    width: 920px;
	height: 515px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	background: url("../images/content.jpg");
	text-align:left;
	font-size: 14px;
	line-height: 20px;
			
}
#right{
	position: relative;
	min-height: 495px;
	padding: 10px;	
	background-color: white;
	border: 0px solid black;
	margin-left: 190px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px #5B5B5B;
    -moz-box-shadow: 0px 0px 15px #5B5B5B;
    box-shadow: 0px 0px 15px #5B5B5B;
	z-index: 2;
	
	
}

#right_content{
	
	padding-left:100px;
	padding-right:100px;
    height: 475px;	
    overflow: auto;
    display: table-cell;
    vertical-align: middle 
	}

#left{	
	
	width: 200px;
	float:left;
	padding: 0;
		
	}
	
#navigation {
	
	padding: 0;
	margin-top: 0;
	
}
	
#navigation li{
	height: 80px;
	width: 200px;	
	display: block;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 15px #5B5B5B;
    -moz-box-shadow: 0px 0px 15px #5B5B5B;
    box-shadow: 0px 0px 15px #5B5B5B;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: 0px solid black;
    list-style: none;
	
	
}

#navigation a{	

	text-decoration: none;
	color: #666;
	display: block;	
	position: relative;
	background: #F0F0F0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 1;
	transition: background linear 1s, z-index linear 0s;
	-webkit-transition: background linear 1s, z-index linear 0s; /* Safari */	
	padding-top: 32px;
	padding-bottom: 33px;
	width: 200px;
	padding-left: 15px;
	
	
}

#navigation a img{
    border: 0px;
    }

#navigation a:hover{
	//z-index: 3;
	background: white;
	

	}

#navigation a:hover img.home{
    content:url("../images/home_active.png")
    
}

#navigation a:hover img.leistungen{
    content:url("../images/leistungen_active.png");
}

#navigation a:hover img.kontakt{
    content:url("../images/kontakt_active.png");
}
#navigation a:hover img.galerie{
    content:url("../images/galerie_active.png");
}






#navigation a.active{
		z-index: 3;
		color: #333;
		background: white;
	}
	
	p.footer{
	font-size: 10px;
	text-align: right;
    padding-right: 25px;
	}
	
	#bottom{
	font-weight: regular;
	font-size: 18px;
	text-align: right;
	padding-right:40px;
	color:#321b29;
	
	
	}
	
	
	label{
	display: block;
	width: 100px;
	padding-right: 10px;
    text-align: right;
    float: left;
    margin-top: 10px;	
    color: #2E2E2E;
	}
	
	.error {
	color: red;
	
	}
	
	input{
	border-radius: 2px;
	padding: 7px;
	border: 1px solid #A4A4A4;
    -webkit-box-shadow: 0px 0px 10px #A4A4A4;
    -moz-box-shadow: 0px 0px 10px #A4A4A4;
    box-shadow: 0px 0px 10px #A4A4A4;
    margin-bottom: 2px;
    width: 300px;
    margin: 5px;
    background-color: #D8D8D8;
	}
	
	input:focus{
	border-radius: 2px;
	border: 1px solid black;
    width: 300px;
    background-color: #F2F2F2;
    }

    input.submit{
    background-color: #A76F6F;
    color: #610B0B;
    width: 100px;
    margin-left: 115px;
    
    }
	
 	textarea{
	border-radius: 2px;
	padding: 7px;
	border: 1px solid #A4A4A4;
    -webkit-box-shadow: 0px 0px 10px #A4A4A4;
    -moz-box-shadow: 0px 0px 10px #A4A4A4;
    box-shadow: 0px 0px 10px #A4A4A4;
    width: 300px;
    margin: 5px;
    background-color: #D8D8D8;
	}
	
	textarea:focus{
	border-radius: 2px;
	border: 1px solid black;
    background-color: #F2F2F2;
       
}


