	* {
		margin: 0;
		padding: 0;
	}

	html {
		height: 100%;
		padding-bottom: 0.005em;
	}

	body {
		color: #aaa;
		background-color: #7f7f7f;
		font: 0.7em Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

	a {
		color: #7f7f7f;
		text-decoration: underline;
	}

	p {
		margin-top: 10px;
	}
	
	img {
		border: 0;
	}
	
	.disabled {
		display: none;
	}
	
	.show {
		display: block;
	}
	
    h1.hide,
	h2.hide,
	span {
		position: absolute;
		left: -1000px;
		top: -1000px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		display: inline;
	}
	
	#wrapper {
		width: 100%;
		height: 100%;
	}
    
	#navigation-holder {
    	position: fixed;
        margin: auto;
        left: 30px;
        top: 25px;
		width: 430px;
		height: 20px;
        background-color: #7f7f7f;
        z-index: 10;
	}
    
    #quicknavi-holder {
    	float: left;
		margin-right: 15px;
		font: 0.99em Arial, Helvetica, Verdana, Geneva, sans-serif;
    }

	#quicknavi {
    	width: 120px;
		height: 17px;
		padding-top: 1px;
		color: #000;
		font: 0.99em Arial, Helvetica, Verdana, Geneva, sans-serif;
    }
	
	#logo {
		width: 294px;
		height: 20px;
        margin: 0 0 15px 0;
        display: block;
		float: left;
	}
    
    #logo a {
    	width: 294px;
		height: 20px;
		background: url(../_img/bg_logo_wolfgang-stahl.gif) no-repeat;
        display: block;
	}
    
    #content {
    	margin: 60px 0 15px 0px;
       /* width: 1600;*/
	   	height: 500px;
    	clear: both;
        text-align: left;
	}

/* Start FooterNavi ------------------------------*/

	ul#FooterNavi {
		height: 30px;
		position: fixed;
		left: 30px;
		bottom: 0px;
		background-color: #7f7f7f;
	}

	ul#FooterNavi li {
		display: inline;
		margin-right: 10px;
		color: #aaa;
	}
    
    ul#FooterNavi li a {
        color: #7f7f7f;
        font-size: 0.95em;
		text-decoration: none;
		color: #aaa;
    }
    
/* End FooterNavi ---------------------------------*/
	
	.contentBox {
		height: 340px;
		width: 340px;
		margin-left: 30px;
		float: left;
		background: #fff;
    	border: 10px solid #fff;
		color: #7f7f7f;
		line-height:1.25em;
		text-align:justify
	}
	.contentBox a {
		color: #7f7f7f;
	} 	
	.homeBox {
		height: 350px;
		width: 95%;
		margin-left: 30px;
		background: #fff;
    	border: 5px solid #fff;
		background-image: url(../_img/bg_home.jpg);
	}
	
	.contactBox {
		height: 340px;
		width: 340px;
		margin-left: 30px;
		float: left;
		background: #aaa;
    	border: 10px solid #aaa;
		color: #7f7f7f;
		line-height:1.25em;
	}
	
    .intro {
		clear:both;
		margin-left: 45px;
		color: #aaa;
		line-height:1.25em;
	}
	.intro a {
		color: #aaa;
	}

	.hdl {
        display: none;
	}

	.vita_subtitle {
		margin-left: 285px;
	}
	
   .gallery {
    	position: relative;
        float: left;
    }
    
    .gallery img {
    	border: 5px solid #fff;
		margin-left: 30px;
    }
    
    dl.gallery_data {
    	margin: 10px 0 0 30px;
    }
    dl.gallery_data dt {
		display: none;
	}
    dl.gallery_data dt.info {
		position: absolute;
    	margin-top: -13px;
        float: right;
		display: block;
        text-decoration: none;
	}
   	dl.gallery_data dt.info a{
        text-decoration: none;
		color: #aaa;
	}
	dl.gallery_data dd.subtitle {
    	color:#fff;
	}
   	dl.pic_info {
    	margin: 15px 0 0 30px;
        display: none;
		color: #aaa;
    }
	dl.pic_info dt {
		display: none;
	}
    
	dl#contact {
		width: 340px;
	}
    dl#contact dt {
		display: none;
	}
	dl#contact dd {
		margin-bottom: 15px;
	}
	dl#contact dd:last-child {
		margin-bottom: 0;
	}
	dl#contact dd input {
		width: 338px;
		height: 17px;
        color: #7f7f7f;
		font: 0.9em Arial, Helvetica, Verdana, Geneva, sans-serif;
		border: 1px solid #b5b5b5;
	}
	dl#contact dd textarea {
		width: 338px;
		height: 95px;
		color: #7f7f7f;
		border: 1px solid #b5b5b5;
		font: 0.9em Arial, Verdana, Geneva, Helvetica, sans-serif;
	}
    input#bu_senden {
    	border: 0;
        width: 55px;
        height: 15px;
        margin: 10px 0 0 148px;
		background: #aaa;
		color: #7f7f7f;
		font: 0.9em Arial, Helvetica, Verdana, Geneva, sans-serif;
    }
    
    dl.vita {
		width: 350px;
	}
	dl.vita dd {
		margin: -14px 0 5px 35px;
	}
	dl.vita dt {
		margin-top: 12px;
		font-weight:bold;
	}
	
	dl.vita dt:first-child{
		margin-top: 0;
	}
	
