html{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 0;
}

body{
	font-family:Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	background-color: #d7d7d7;
	color: #909090;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a{
	color: #909090;
}

a:hover{
	color: #333333;	
}

img{
	border: none;
}

.seite{
	text-align: left;
	width: 912px;
	margin-top: 86px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.schmetterling{
	position: absolute;
	top: -68px;
	left: -27px;
}

.bild{
	height: 463px;
	width: 912px;
	background-image: url(layout/kulturhalle_start.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
}

.links{
	width: 912px;
	padding-top: 403px;
}

h2{
	color: #7c7c7c;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

/*

.navi{
	margin: 0px;
	padding: 0px;
	width: 912px;
	height: 48px;
	background-color: #ffffff;
}

.navi_link{
	text-align: center;
	margin-top: 15px;
	color: #ffffff;
	font-weight: bold;
}

.navi_link a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.navi_link a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
} 

.besucher{
	margin-top: 2px;
	margin-right: 2px;
	width: 455px;
	background-color: #f2951c;
	float: left;
	height: 44px;
}

.veranstalter{
	margin-top: 2px;
	width: 455px;
	background-color: #807f7f;
	height: 44px;
	float: left;
}
*/

.footer{
	width: 912px;
	font-size: 11px;
	text-align: center;
		margin-left: auto;
	margin-right: auto;
	clear: both;
}

.footer_wappen{
	background-image: url(layout/wappen_grau.gif);
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 40px;
}

.footer_text{
	color: #909090;
	padding-top: 16px;
	float: left;
}

.footer a{
	font-size: 11px;
	color: #909090;
	text-decoration: underline;
}

.footer a:hover{
	color: #666666;
}


