html {
         background: #484848 url(grafiken/medium-light-fade.jpg) bottom left repeat-x;
		 background-attachment: fixed;
         height: 100%;
         overflow-y: scroll;
         margin: 0;
         padding: 0;
}
body {
	background: url(grafiken/dark-medium-fade.jpg) top left repeat-x;
	background-attachment: fixed;
    height: 100%;
	color: #e7e7e7;
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center; 
}
:root { overflow-y: scroll; }

#container {
	width: 800px;
	margin: auto;
	text-align: left;
	background: #070707;
}

h1#title {
	font-size: 150%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	background: #070707;
	text-align: left;
	letter-spacing: 3px;
}
h1#title a, h1#title a:visited {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	color: #e7e7e7;
}
h1#title a:hover {
	
}
#copyright, #copyright a {
	color: #070707;
	text-indent: -80000px;
	line-height: 1px;
}
#copyright h1, #copyright p {
	margin: 0; padding: 0;
}
#topnav {
	background: #070707;
	padding: 1px 0;
	border-top: 0px solid #070707;
        border-bottom: 1px solid #222;
}
#topnav ul {
    padding: 5px 0;
    margin: 0 30px;
    list-style: none;
    text-align: center;
    }
    #topnav ul li {
        display: inline;
        }
        #topnav ul li a {
            margin: 0 0;
            color: #eee;
            padding: 5px 11px;
            background: transparent;
            font-size: 100%;
            text-decoration: none;
            border: 0px solid #070707;
            border-left: 1px solid #070707;
            }
        #topnav ul li a:hover {
            color: #f5f5f5;
            background: #222;
            }
        #topnav ul li a.active {
            color: #f5f5f5;
            background: #222;
            }
            
#content {
	background: #222;
	padding: 2px 30px; 
}

#content p, #content li {
	line-height: 177%;
	margin: 0 0 20px 0;
	text-align: justify;
	color: #ddd;
}
#content li {
	margin: 0;
}

#content h2 {
	margin: 25px 0 15px 0;
	font-size: 140%;
	line-height: 25px;
	letter-spacing: 2px;
	font-weight: normal;
}

#content h3 {
	margin: 15px 0 15px -12px;
	font-size: 110%;
	line-height: 25px;
	letter-spacing: 2px;
	font-weight: normal;
}

#content img.right {
	float: right;
	margin: 20px 27px 20px 57px;
	border: 1px solid #111;
}

#content .text {
	margin: 7px 27px;
}

#imprint a, #imprint a:visited, #content a, #content a:visited {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}
#imprint a:hover, #content a:hover {
	border-bottom: 1px solid #ddd;
}

#imprint {
	padding: 0px 30px 0px 15px;
	background: #060606;
	text-align: left;
	border-top: 1px solid #222;
	clear: both;
}

#imprint-container h3 {
	letter-spacing: 2px;
	font-weight: normal;
	color: #222; 
	font-size: 140%; 
        margin: 0 0 -5px 15px !important;
	margin: 0 0 -4px 15px;
        z-index: 100;
}

#imprint p {
	line-height: 177%;
	margin: 10px 0;
	color: #ddd;
}

#imprint-container {
        height: auto;
}

#photo_feature {
	height: 333px;
	float: right;
	border: 1px solid #272727;
	text-align: center;
	background: #070707;
	margin: 7px 20px 50px 0px;	
	width: 333px;
}
#pf_wide, #pf_high {	
	display: none;
}
#pf_wide {
	height: 278px;
	padding-top: 55px;
}
#pf_high {
	height: 333px;
	padding-top: 0;
}

#photo_feature.wide {
	padding-top: 55px;
	height: 278px;
}


#photo_thumbs {
	text-align: center; 
	margin: -2px 0 0 20px;
	
}

#photo_thumbs br {
	clear: left;
}

#photo_thumbs a {
	border: 1px solid #272727;
	display: block;
	float: left;
	background: #070707;
}
#photo_thumbs a:hover {
	border-color: #444;
}
#photo_thumbs.nine a {
	margin: 7px 8px 8px 7px;
	width: 100px;
}
#photo_thumbs.four a {
	margin: 7px 8px 8px 7px;
	width: 158px;
}

#photo_thumbs.nine a.wide {
	padding: 16px 0;
	height: 67px;
}
#photo_thumbs.four a.wide {
	padding: 26px 0 27px 0;
	height: 105px;
}
#photo_thumbs.nine a.square {
	padding: 16px 0;
	height: 67px;
}

#photo_thumbs a img {
	border: 0px solid #272727;	
}
#photo_thumbs.nine a.high img {
	height: 100px;	
}
#photo_thumbs.nine a.wide img {
	width: 100px;	
}
#photo_thumbs.nine a.square img {
	height: 67px;
	width: 67px;	
}
#photo_thumbs.four a.high img {
	height: 158px;	
}
#photo_thumbs.four a.wide img {
	width: 158px;	
}

#footer {
	padding: 8px 30px 10px 30px;
	color: #444;
	text-align: right;
	line-height: 144%;
	border-top: 1px solid #222;
	clear: both;
}
#footer .copyright {
	font-size: 11px;
}
#footer a, #footer a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
#footer a:hover {
	border-bottom: 1px solid #444;
}

#footer .footnav {
	float: left;
	text-align: left;
}
#footer .footnav a, #footer .footnav a:visited {
	color: #eee;
}
#footer span, #footer span a, #footer span a:visited {
	color: #333;
	border-color: #333;
}
#footer span a:hover {
	border-bottom: 1px solid #333;
}

#contactForm table {
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}
.flatinput {
		border: 1px solid #444;
		font-family: 'Arial', sans-serif;
		font-size: 1em;
		width: 96%;
		padding: 3px 5px;
		background-color: #070707;
		color: #eee;
	}
	.flattextarea {
		border: 1px solid #444;
		font-family: 'Arial', sans-serif;
		font-size: 1em;
		width: 99%;
		padding: 3px 5px;
		overflow: auto;
		background-color: #070707;
		color: #eee;
	}
	.error {
		color: #cd0000;
	}


:link:focus, :visited:focus {
    -moz-outline: 0px dotted;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
}

