
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(bg_neu.jpg);
	background-position:absolut;
	height:100%;
	background-attachment:fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* links */
a {

	padding-top:10px;	
  	text-decoration: none; 
  	outline: none; 
  	color: black;
} 

a:link { 
	text-decoration: none;
	color:black 
} 
a:visited { 
	} 

ul li.active {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	}

a:hover, 
a:focus { 
  color: black;
  text-decoration: underline;
} 

a img { border: none; }
a:hover img,
a:focus img {
	border-bottom: 3px solid black;
	margin-bottom: 3px;

	}
	

#header {
background:url(header.png);
width: 100%;
height:110px;
position:fixed;
top:-1px;
background-position: center;
background-repeat: no-repeat;
z-index:1000;
}

#bgebene {
background:url(backgroundebene.png);
position:fixed;
background-position: center;
background-repeat:repeat-y;
height:200%;
width:100%;
top:-200px;
z-index:960;
}
#center {
position:relative;
width:950px;
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */

}

#wrapper {
	min-width: 925px;
	margin: 0 auto;
	}

#menu {
    width: 250px;
	margin:auto;
	position:fixed;
	top:105px;
	z-index:970;
	float:left;
}

#menu ul {
	list-style: none;
	margin: 5px 0px 12px 0;
}

#menu p {
	}

#menu ul li { 
	font-size: 11px;
	text-align: left;
	border-bottom: thin;
	padding:5px;
	}

#menu ul li.section-title { 
	font-size: 15px;
	font-style: italic;
	text-align: left;
	font-weight:bold;
	color:#000000;
	border-bottom: thin;
    border-bottom-style: dotted;
	padding:5px;
	}
li.indexhibit {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	}

span.head {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}	


#content {
width:650px;
	margin:auto;
	position:relative;
	top:115px;
	left:20px;
	z-index:980;
	float:right;
}

.container {
    padding: 10px 0px 25px 0px;
    border-top: thin;

}

#content .container {
	width: 600px;
	}

p.nav {
	border-top: thin;
    border-top-style: dotted;
    width: 600px;
    margin-top: 15px;
   	line-height: 25px;
   	font-weight: bold;
	}

span.vita {
	line-height: 20px;
	}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container img.img-bot	{ padding-top: 5px; }
#img-container p	{ 
	font-size: 11px;
	font-style: italic;
	text-align: left;
	padding: 0px 0 0px 0; }

#once { clear: left; }

.thumb-img img {
	padding-bottom: 4px;
	margin-bottom: 6px;
	}

#img-container {
	padding: 10px 0px 25px 0px;
    border-top: thin;
    border-top-style: dotted;
    margin-top: 25px;
	}



td img {
	padding-bottom: 3px;
	margin-right: 9px;
	margin-bottom: 6px;
	}
	
tr td {
	margin: 5px;
	}
	
	
.text { 
	font-size: 18px;
	color:#000000;
	font-style:italic;
	}
	
.bildvita { 
	float:left;
	padding-right:5px;
	}
	
.textvita { 
	font-size: 18px;
	color:#000000;
	font-style:italic;
	}
.test {
margin:5px;
}