/* CSS Document */
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.1%;
	margin: 0px;
	background: #DBE9F9;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 450px;
	margin-top: -225px;
	margin-left: -350px;
	background: transparent url(../img/mikahaupt.gif) no-repeat center;
}

#content {
	position: absolute;
	top: 50px;
	width: 700px;
	left: 0px;
}

#footer {
	position: absolute;
	top: 450px;
	width: 700px;
	font-size: 0.74em;
	left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #dcdce9;
	border-bottom: 1px solid #dcdce9;
}
/* CSS-Navi frei nach http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml */
#mainnavi ul {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 700px;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0;
	text-align: right;
	border-top: 1px solid #dcdce9;
	border-bottom: 1px solid #dcdce9;
}

#mainnavi li {
	list-style: none;
	float: right;
	margin: 0 0.15em;
}

#mainnavi li a {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 1.4em;
	line-height: 1.4em;
	float: left;
	width: 5.5em;
	display: block;
	border: 1px solid #dcdce9;
	color: #000066;
	text-decoration: none;
	text-align: center;
}
#mainnavi li a:hover {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 1.4em;
	line-height: 1.4em;
	float: left;
	width: 5.5em;
	display: block;
	border: 1px solid #dcdce9;
	color: #DD050A;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#mainnavi li a {
	float: none;
}
/* End hide */

#mainnavi {
	width: 30em;
}

#bildcont {
	margin-top: 1px;
	float: left;
	width: 530px;
}

#bildnavi {
	margin-top: 1px;
	float: right;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
	padding: 6px;
}

#bildnavi a {
	color: #225588;
	text-decoration: none;
}

#bildnavi a:visited {
	color: #225588;
}

#bildnavi a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 1.1em;
	color: #000066;
	padding-top: 8px;
}

p {
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
}
img.thumb {
	background-color: #fff;
	padding: 5px;
	border: 1px solid navy;
}

#galleryie {
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none; 
	overflow: hidden; 
  	width: 520px; 
  	height: 350px;
	border: 1px solid navy; 
  	background: url(galback.gif);
}
#galleryie li {
	float:left;
}
#galleryie li a {
	display: block; 
	height: 350px;
	width: 25px;
	overflow: hidden;
	float: left; 
	text-decoration: none; 
	border-right: 1px solid #fff;
	cursor: default;
}
#galleryie li a img {border:0;}
#galleryie li a:hover {
	background: transparent; 
	width: 233px;
 }
