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

html, body {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-align: center; /* fuer IE */   
	margin: 0 auto;	
	width:1000px;
	background:url(../images/background.gif);
}

body {
	margin: 30px 10px 10px 10px;
	overflow-y: scroll;
}

#wrapper {
	border: solid 1px lightgray;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:1000px;
	background-color: white;
	text-align: left;
	display:block;
	position: relative;   
}

.imgWrapper, .schatten, .schatten2, .schatten3, .schatten4, schatten5 {
   padding: 1px;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   margin: 0;
}

#mainImg {
	height:525px;
	left: -10px;
	position:relative;
}

div.schatten {	
   background-color: #8e8e8e;
   border: 1px solid #959595;

}	

div.schatten2 {
   background-color: #aaa;
   border: 1px solid #bebebe;

}

div.schatten3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;

}

div.schatten4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;

}

div.schatten5 {
   float: left;
   background-color: #F1F1F1;
   border: 1px solid transparent;

}

#content-wrapper {
	background: url(../gradient.jpg) top left no-repeat;
}

#content {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding-top: 40px;
	margin-right: 80px;
	margin-left: 40px;
	margin-bottom: 60px;
	display:block;
	position:relative;
}

#header {
	width: 1000px;
	height:290px;
	position:relative;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom: 2px solid lightgrey;
	background-image:url(../header.jpg);
}

#bottom-info {
	color:#8D8D8D;
	font-size: 12px;
	text-align:right;
	padding-right: 15px; 
	padding-bottom: 15px;
	margin-bottom: 0;
}

#img-main {
	width: 670px;
	height:auto;
	position:relative;
	top: -2px;
	left: -2px;
	//border-left:3px solid white;
	padding: 5px 0 5px 0;
}

#img-content {
	//background-color:#4a92e4; 
	margin-bottom:90px;
	display:inline;
}

#img-description {
	float:right;
	color:#666;
	margin-top: 150px;
	font-size:25px;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	width:280px;
}

#img-description li {
	padding-bottom: 5px;
	list-style:url(../check1.png);
	list-style-position:inherit;
}

#hauptmenue {
	position:relative;
	color:#666;
	padding: 10px 0px 0px 5px;
}

#menu-title {
	left:20px;
    font-family: "Lucida Grande";
	font-size: 200%;
	//color: #4a92e4;
	top:10px;
	position:absolute;
}

hr {
	border: 5px solid #4a92e4;
	width:990px;
	margin: 0 auto;
}

#hauptmenue ul {
	text-align: right;
	list-style-type: none;
}

#hauptmenue ul li {
	display: inline;
}

#hauptmenue ul li a {
	text-decoration: none;
	font-size: 100%;
	font-weight:100;
	padding: 1px 15px 2px 15px;
	color: #666;
}

#hauptmenue ul li a:hover {
	color:#000; 
}

h1 {
	color:#000;	
}

#list-title {
	margin: 20px 0px 0px 0px;
}

h1.head {
	font-size:35px;
	font-weight:500;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
}

h2.head, h1.head {
	margin-bottom:30px;
	color:#666;
}

a:link {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#4a92e4;
}

a:visited {
	font-weight:bold;
	color:black;
	text-decoration:none;
}

table.tabelle {
	width:400px;
	float: right;
}

tr {
	padding-bottom: 10px;
}

p.info {
	margin: 0px 0px 15px 0px;
}

img.img-info {
	heigth: 133px;
	width: 200px;
}


table.info {
	margin: 0;
}

.galerie a:hover img.thumb {
	border:1px solid white;
	padding:0;
	margin:0;
}

span.currentSite {
	color:#000;
}

.thumb {
	width:100px;	
	height:100px;
	border:1px solid black;	
}
