*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}
body{
	background: #ffffff;
	cursor: default;
}
img{
	border: 0px;
}
li{
	list-style-type: none;
}
#container{
	width: 800px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#container *{
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#logo{
	width: 800px;
	height: 84px;	
}
#logo img{
	width: 360px;
	height: 24px;
	padding: 53px 0 7px 89px;
}
#menu{
	width: 800px;
	height: 144px;
	background: #000000 url(../img/galerie.jpg) left top no-repeat;
}
#menu_first{
	position: absolute;left: 199px;top: 206px;
	height: 200px;	
}
#menu_first div{
	width: 100px;
	height: 30px;
	text-align: center;
	float: left;
}
#menu a{
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}
#menu a:hover,#menu_act a{
	font-weight: bold;
}
#ident{
	position: relative;
	width: 800px;
	height: 144px;
	background: #e7e7e7;
}
#ident img{
	float: left;
}
#content{
	width: 571px;
	padding: 3px 0 100px 204px;
	clear: left;
}
#content_start{
	width: 800px;
	height: 144px;
	background: #000000;
	clear: left;
}
#content li{
	list-style-type: square;
	list-style-position: outside;
}
#dropmenudiv{
	position: absolute;
	line-height: 18px;
	z-index: 100;
	text-align: center;
	background: #000000;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
}
#dropmenudiv a:hover{
	font-weight: bold;
}
.tooltip {
	display:none;
	background:#fff;
	font-size:11px;
	width:180px;
	padding:10px;
	color:#000;
}
