
html, body {
	height:100%;	
}

body
{
	margin: 0;
	padding: 0;
	font-family: Georgia,"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10pt;
	background-color:#ffffff;
	color:#000000;
}

a img { border: 0; outline: 0; margin-left: 0; }

.link {
	cursor: pointer;	
}

.links {
	float:left;
	margin: 0;	
}

.rechts {
	float: right;
	text-align:right;
	margin: 0;
}

#bilder {
	text-align: center;
	width: 910px;
}

#bilder div {
	clear: both;
	margin-top: 100px;
	text-align: center;
}

#thumbs {
	z-index: 70;
	clear: both;

	width: 804px;
	height: auto;	
	display: block;
	margin-top: 4px;
}

#sidebar {
	float: left;
	font-size: 14pt;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 5;
	position:absolute;
}

#thumbs a img { border: 0; outline: 0; margin-left: 0; margin-right: 4px; margin-bottom: 4px;}

#thumbs a img:hover { 
       filter:alpha(opacity=55);
        -moz-opacity:0.55;
        -khtml-opacity: 0.55;
        opacity: 0.55;
}

#thumbs a img { 
       filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
} 

#thumbs div {
	float: left;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	text-align: left;
	clear: left;
}

/* CONTENT */

#content	
{
width: 800px;
position:absolute;
float:left;
text-align: center;
z-index: 4;
}

.foto {
	height:550px;
	max-width: 800px;
	overflow: hidden;
	margin: 0px auto;
}


/* LINKS */
a:link,a:visited,a:active{
	color:#000000;
	text-decoration:none;
}

b,p,h1,h2{
	color:#000000;
	text-decoration:none;
	/*font-weight:lighter;*/
}

#headline, #contact, #menu {
	letter-spacing: 0.1em;
	clear: both;
	line-height: 1.3em;
}

#contact span, #contact a, #headline span, #menu a  {
	color: #000;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 2px;
}

#contact a:hover, #menu a:hover  {
	color: #fff;
	background-color: #000;
}


#menu, #contact {
	margin-top: 1em;
}

a {
	cursor: pointer;
}

#headline_times {
	text-align: left;
	font-family: times;
	margin-right: 833px;
	margin-bottom: 2em;
}

#subline {
	-webkit-text-size-adjust: none;
	clear: both;
	color: #bbbbbb;
	font-size: 0.8em;
	letter-spacing: 1px;
	bottom: 0;
	position:fixed;
	font-weight:100;
	z-index:9;
}

#impressum {

	padding-top: 3px;
	width: 800px;
	background-color: #ffffff;
	padding-bottom: 1px;
}

#impressum a {
	color: #bbbbbb;	
}

h1{
	font-size:20pt;
	margin-top:0px;
}

a:hover{
	color:#cccccc;
	text-decoration:none;
}

#link_mail{
	color:#33ff00;
	text-decoration:none;
}

#pfeil_next {
	width: 30px;
	float: left;
	padding-top: 241px;
}

#pfeil_prev {
	width: 30px;
	float: left;	
	padding-top: 241px;
	text-align: right;
}

.dash {
	color: #000;	
}

