body {
	background-color:#fff;
    color: #494c45;
    font-family:"Roboto Condensed",sans-serif; Open Sans Condensed
    font-size: 10px;
    font-weight: 300;
	line-height:22px;
	letter-spacing:1px;
	text-decoration:none;
    min-height: 100%;
	height:auto;
	margin:0px;
	padding:0px;
}


h1, h2, h3, h4, h5, h6, .name {font-family: 'Shadows Into Light', cursive;	text-shadow:1px 1px 1px #CCC;}

h1 {color:#998675; font-size:30px; border-bottom:#998675 dotted 2px; line-height:50px;}
h2 {color:#998675; font-size:22px;}
h3 {color:#898989; font-size:20px; margin-bottom:-10px;}
h5 {color:#998675; font-size:12px; text-align:left; margin: 10px 10px 0px 10px; border-bottom:#686F74 1px solid;}

a:link {color:#6E6E6E; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a:visited {color:#6E6E6E; text-decoration:none;}
a:active {color:#6E6E6E; text-decoration:none;}

p {-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.small {font-size: 80%;}
.strong {font-size:110%;}

.relative {position: relative;}
.absolute {position:absolute;}
.img { width:100%; height:auto;}

.tdgrau { background-color:#e4dbcb; font-size:13px;}
.tdhell { background-color:#faf8f5; font-size:13px;}
.tdtop { background-color:#998675; color:#fff; font-size:13px;}



#container {
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	min-width:100%;
}

#bg-header {
	position: fixed;
    height: 40px;
	width:100%;
	top: 0px;
	background-color:#FFF;
	z-index:900;
}
#header {
	position: fixed;
    height: 52px;
	width:100%;
	top: 30px;
	background:url(../images/bg-nav.png) repeat-x;
	z-index:1000;
}

#shadow {
	width:100%;
	margin:0 auto;
	z-index:1 !important;
}
#text {
	max-width:1100px;
	margin:0 auto;
	}

#logo {
    position: absolute;
    height: 194px;
    width: 171px;
    top: -12px;
    left: 50%;
    margin-left: 30%;
    z-index: 4000;
	}
	
#content {
	max-width:1000px;
	height:auto;
	margin:0 auto;
	}
#content:after {
	clear:both;
	}
.p-left {
	float:left;
	width:70%;
  	padding-right:2%;
  	border-right:#998675 dotted 2px;
	}
.p-right{
	float:right;
	width:25%;
	font-size:0.9em;
	line-height:1.2em;
	color:#898989;
	padding-top:45px;
	}
.clear {
	clear:both;
}

#footer {
	max-width:1000px;
	display:block;
	height:auto;
 	margin:10px auto;
	border:#998675 dotted 2px;
	padding:8px;
	text-align:center;
	font-family: 'Shadows Into Light', cursive;
	font-size:0.9em;
	color:#998675;
	}

.email {
	border: #998675 1px solid;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	color: #494c45;
    font-family:"Roboto Condensed",sans-serif; 
	font-size: 15px;
	font-weight:300;
	padding:3px;
	margin:3px;
	}
	
.email:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;    
	}



@media only screen and (min-width:1150px) and (max-width: 1450px) {

#shadow {
	padding-top:10px;
}

}

@media only screen and (max-width:950px) {
#shadow {
	padding-top:10px;
}

}


@media only screen and (max-width:759px) {
#logo {
	    margin-left: 20%;

}
#shadow {
	padding-top:40px;
}

}



@media only screen and (max-width: 500px) {
	
#logo {
	    margin-left: 20%;

}

#shadow {
	padding-top:50px;
}
.p-left {
	width:100%;
	border-style:none;
}
.p-right{
	width:100%;
	border-top:#998675 dotted 2px;

	}

@media all and (max-width: 360px) {
	
#logo {
	display:none;
}

#shadow {
	padding-top:50px;
}
.p-left {
	width:100%;
	border-style:none;
}
.p-right{
	width:100%;
	border-top:#998675 dotted 2px;
	}

#bg-header {
	position: absolute;
}

#header {
	position: absolute;
}
