@charset "UTF-8";
/* CSS Document */



body {
	width: 100%;
	height: 100%;
	margin: 50px 0 0 0;
	color: #fff;
	background: #111 url(images/back.gif) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	}

a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img {
	border-width: 0;
	}

h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	}

h2 {
	font: normal 16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	color: #999;
	}

p, form {
	margin: 0;
	}

input,select,textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #333;
	border-width: 0;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 2px;
	}

td {
	vertical-align: top;
	}





/* HEADER */


.logo {
	z-index: 1;
	top: 50px;
	left: 50px;
	width: 250px;
	height: 49px;
	text-align: left;
	}

.navi {
	z-index: 2;
	top: 62px;
	right: 155px;
	text-align: right;
	width: 300px;
	height: 40px;
	line-height: 20px;
	}

.navi a {
	padding: 5px 7px;
	background: url(./images/black10.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.navi a:hover {
	color: #fff;
	text-decoration: none;
	background: url(./images/black40.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}



/* HEADER DROPDOWN MENU */

div.apmenu {
	z-index: 3;
	top: 60px;
	right: 50px;
	text-align: right;
	line-height: 20px;
	}

div.apmenu ul {
	padding: 0; 
	margin: 0; 
	right: 0;
	}
	
div.apmenu ul li {
	list-style-type: none;
  	position: relative;
	margin: 0; 
	padding: 0;
	display: inline-block;
	}
	
div.apmenu ul ul {
	display: none;
	}
	
div.apmenu ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: 100%;
	}
	
div.apmenu li a {
	display: block; 
	padding: 2px 7px 2px 7px; 
	text-decoration: none;
	background: url(./images/black10.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

div.apmenu li a:hover {
	background: url(./images/black40.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	
div.apmenu li.sub > a {
	font-weight: normal;
	}

div.apmenu #dropdown {
	vertical-align: text-bottom;
	margin-right: 5px;
	}






/* CONTENT */

.image {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	}

.image img {
	margin-bottom: 25px;
	}

.image span {
	padding-bottom: 25px;
	color: #666;
	font-size: 11px;
	}

.fotolink {
	z-index: 3;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	}

.fotolink a {
	width: 40px;
	height: 40px;
	display: block;
	}

#vorherlink {
	left: 50px;
	}

#vorherlink a {
	background: url(./images/vorher.png) center center no-repeat;
	}

#vorherlink a:hover {
	background: url(./images/vorher_hover.png) center center no-repeat;
	}

#weiterlink {
	right: 50px;
	}

#weiterlink a {
	background: url(./images/weiter.png) center center no-repeat;
	}

#weiterlink a:hover {
	background: url(./images/weiter_hover.png) center center no-repeat;
	}

.content {
	z-index: 4;
	position: absolute;
	top: 130px;
	left: 50px;
	right: 50px;
	text-align: left;
	line-height: 20px;
	margin-top: 50px;
	padding-bottom: 50px;
	}

#info_spalte {
	width: 29%;
	float: left;
	}

#info_space {
	width: 5%;
	float: left;
	}

#form {
	margin-top: 40px;
	}





/* FOOTER */

.foot a {
	color: #666;
	}

.foot a:hover {
	color: #ccc;
	text-decoration: none;
	}



