/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	background: #FFFFFF;
	font-size: 100.1%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
#map {
	position: absolute;
	background: url(images/bg_licht.gif) no-repeat;
}

#main	{
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bold;
}


#menu {
	float: left;
	margin: 50px 0px 40px 40px;
	overflow: hidden;
}
#menu li {
	float: left;
	list-style: none;
	height: 95px;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	overflow: show;
}
#menu li ul {
	display: none;
}
#menu a {
	float: left;
	text-decoration: none;
	display: block;
}
#menu ul a:hover { height: 95px;}
#menu a img {
	float: none;
	margin-right: 3px;
	border: none 0px #CCCCCC;
	margin-bottom: 0px;
}
#menu a span {
	display: none;
}

#menu li.active, #menu li.active li {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
#menu li.active {
	margin: 0px 5px;
}

#menu li.active ul {
	display: block;
}

#menu a:hover img {
	margin-top: -2px;
}
#menu a:hover span {
	display: block;
	position: relative;
	color: #999999;
	font-style: italic;
	width: 40px;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -2px;
}



#content {
	float: left;
	margin: 0px 40px;
	width: 870px;
}

#page {
	float: left;
}
#page_ss {
	float: left;
	width: 575px;
}
#slideshow {
	float: left;
	height: 322px;
	width: 249px;
}
#content p {
	float: left;
	margin-bottom: 20px;
	text-align: justify;
	width: 100%;
}

#blog p {
	border-bottom: dashed 2px #666666;	
	padding-bottom: 30px;
}
#blog p:first-child {
	border-top: dashed 2px #666666;
	padding-top: 30px;
}
#content a {
	text-decoration: none;
	color: #333333;
	font-style:italic;
}
#content a:hover {
	border-bottom: dashed 2px #666666;	
	text-decoration: none;
	font-style: normal;
}
.datum { 
	float: left;
	display: block;
	margin-right: 20px;
}
.dashed {
	float: left; 
	padding: 4px; 
	border: dashed 2px #666666;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #ffffff;
}
a:hover .dashed {
	background: #cccccc;
	border: dashed 2px #666666;
}

.iconlink {
	float: right; 
	padding: 4px;
	margin-top: -30px;
}
.iconlink img {
	border: none 0px #666666;
}
.iconlink:hover {
	margin-right: 2px; 
}
form#route {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 30px;
}
#route input {
	display: inline;
	border: dashed 2px #666666;
	padding: 2px 5px;
}
#route a {
	position: absolute;
	margin-top: -15px;
	margin-left: 10px;
	margin-right: 0px; 
	
}
#route a:hover {
	margin-left: 8px; 
}
#route img {
	border: none 0px #666666;
}
form#boodschap {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 30px;
}
#boodschap fieldset {
	position: absolute;
	border: none 0px;
	width: 500px;
	clear: none;
}
#boodschap label{
	display: block;
	margin-bottom: 10px;
}
#boodschap input {
	border: dashed 2px #666666;
	padding: 2px 5px;
	margin: 0px;
	position: absolute;
	left: 150px;
}
#boodschap textarea {
	border: dashed 2px #666666;
	padding: 2px 5px;
	margin: 0px;
	position: absolute;
	left: 150px;
}


