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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.logo {
	position: fixed;
	right: 50px;
	top: 60px;
}


.menu {
	position: absolute;
	left: 80px;
	top: 60px;
	width:60%;
	z-index:1;
}

.next_back {
	position: absolute;
	left: 562px;
	top: 190px;
}

.bildunterschrift {
	position: absolute;
	left: 80px;
	top: 700px;
}


.fussnoten {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color:#999999;

}

.pictures {
	position: absolute;
	left: 250px;
	top: 220px;
	width:700px;
	height:700px;
	vertical-align:top;
	text-align:center;
}

#text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:13px;
} 

.submenu {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:14px;
	color:#AAAAAA;
} 

.text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:13px;
	color:#000000;
	background-color:#FFFFFF;
	padding:3px;
} 

.headline {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:13px;
	font-weight:bold;
	color:#000000;
} 

a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:HOVER {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	background-color:#FFFFFF;
}

a.submenu {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:14px;
	color:#AAAAAA;
}

a:HOVER.submenu {
	color: #000000;
	text-decoration: none;
}

{
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
	z-index:-2;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}