/* CSS for verenaberg.de */

body {
font-family: Courier;
font-size: small;
letter-spacing: .08em;
color: #444;
height: 100%
}

/*#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 817px;
	height: 550px;
	
}*/

/* Div Head */
#head {
position: absolute;
top:50%;
left:50%;
width: 2000px;
height:52px;
margin-left: -1903px;
margin-top: -26px;
z-index: 30;
}
#head.start {
background: url(../img/logo_s.png) top right no-repeat;
overflow: visible;
}
#head.start a{
	font-size: 20px;
}

#head h1 {
	font-weight: normal;
	text-indent: -9999px;
	}
#head h2{
	text-indent: -9999px;
	}
#head.start h2{	
}


/* Slideshow */

#slideshow {
	position: absolute;
	top: 50%;
/* 	left: 50%; */
	margin: -275px auto auto; /* -408px;*/
	width: 100%;

/* margin: auto */
}


#slideshow img {
display: block;
	padding:10px;
	border: 1px solid #ccc;
	margin: 0 auto;

} 

