body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:lighter;
	color: #000;
	background-color: #999;
}

#container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	display:table;	
	}
#centr{
	display:table-cell;
	vertical-align:middle;	
	}

#rahmenbreit {
	position:absolute;
	top:50%;
	margin-top:-245px;
	width: 100%;
	height:490px;
	background-color:#fff;
	zindex=2;
	}

#rahmen {
	position: relative;
	margin: auto auto;
	width:980px; 
	height:560px;
	padding: 0px;	
	zindex=1;
}

#logo {
	position: absolute;
	top: 0px;
	left:60px;
	height:35px;
	line-height:24px;
	width:860px;
	vertical-align:top;
	margin:0px;
	padding:0px;
	}

/* TAGS */
h1 {
	font-size: 18px;
	text-transform:lowercase;
	letter-spacing:0.05em;
	font-weight:lighter;
	padding: 0px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}

h1.logo {
	font-size: 24px;
	font-weight:lighter;
	text-transform:uppercase;	
	margin:0px;
	padding:0px;
	}
	

ul {
	margin:0px;
	margin-left:-27px;
	list-style-image:url(img/liestenpunkt.png);
	list-style-position: outside;
	}
	
li {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}

img {border:0px;}


p {	padding:0px;
	margin:0px;
	}

#content {
	position: absolute;
	top: 35px;
	width: 980px;
	height: 490px;	
}
/* Container für Menü */
#titel {
	position:absolute;
	top:46px;
	left:60px;
	width: 860px;
	height:40px;
	text-transform:uppercase;
	}
	
	
/* Container für Seiten mit einzelnen Bildern  */
#inhalt_bildseite_text{
	position:absolute;
	top:460px;
	left:60px;
	width: 860px;
	height:30px;
	color:#666;
	text-align:center;
	vertical-align:middle;
	z-index:5;
	}

#inhalt_bildseite_bild {
	position:absolute;
	top:30px;
	left:61px;
	width: 860px;
	height:420px;
	text-align:center;
	vertical-align:bottom;
	}

#inhalt_bildseite_linkUebers {
	position:absolute;
	top: 460px;
	left: 60px;
	width: 60px;
	z-index:10;
	height: 30px;
	text-align:left;
	vertical-align:bottom;
	}
#inhalt_bildseite_vorwaerts {
	position:absolute;
	top: 460px;
	left: 860px;
	width: 60px;
	z-index:11;
	height: 30px;
	text-align:right;
	vertical-align:bottom;
	}
/* für Biographie, ....*/
#inhalt_text {
	position:absolute;
	top:30px;
	left: 60px;
	width: 720px;
	height: 334px;
	}

#content_navigation {
	position:absolute;
	top:525px;
	width:860px;
	height:35px;
	text-align:right;
	padding-top:8px;
	left: 60px;
	color:#666;
	}

/* NAVI UND LINKS */
a {	text-decoration:none; }
	
a:link, a:visited,  a:active {
	color: #999; /*#4A5F6F;*/
	}
a:hover {
	color: #ccc; /* #fca9af;*/
	}
	
a.aussen:link, a.aussen:visited, a.aussen:active {
	color: #fff;
	}
a.aussen:hover {
	color: #666; /* #fca9af;	*/
	}
.aussenausgewahlt {
	color:#666;}
.aussenunterausgewahlt {
	border-bottom: #fff dotted 1px;}
