/* CSS Document */
*, html, body, table, td, div, p, h1, h2, h2, h4, h5, ul, ol, 
table, td, tr, form, img, li, map, area, object {
	margin: 0;
	padding: 0;
	}

body {
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-color: #000;
	}

#site {
	width: 800px;
	background-image: url(../images/site_bg.gif);
	margin: 20px auto 0 auto;
	border: 1px solid #000000;
	}

#header {
	width: 800px;
	height: 185px;
	background-image: url(../images/head.jpg);
	}

#logo {
	width: 322px;
	height: 82px;
	background-image: url(../images/logo.gif);
	position: absolute;
	margin-left: 188px;
	margin-top: 103px;
	}

#inhalt {
	width: 800px;
	clear: both;
	background-image: url(../images/nav-bg.jpg);
	background-color: #CCFF99;
	}

#navi {
	background-color: #E3E3E3;
	border-right: 1px solid #000000;	
	height: 345px;
	float: left;
	}
	
#lorbeer {
	background-image: url(../images/75.jpg);
	width: 118px;
	height: 117px;
	margin: 0 0 10px 30px;
	position: bottom;
	}
	
#content {
	background-image: url(../images/content_oben.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 606px;
	float: left;
	padding: 5px 10px 10px 10px;
	}

#navi ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	}

#navi li {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	}

#navi ul a span {
	font-size: 1px;
	visibility: hidden;
	vertical-align: center;
	}
	
div#navi a {
	display: block;
	width: 173px;
	height: 32px;
	text-decoration: none;
	}

#navi div span {
	display: none;
	}

.end {
	float: none;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
	}

#home {
	width: 173px;
	height: 32px;
	position: absolute;
	top: 0px;
	}

#eventhome {
	overflow: hidden;
	width: 300px;
}

/* --------------------------------------------------------------- */

.subnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}
	
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	}
	
.quelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	}
	
.kontaktdaten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	}
	
.kontaktzeile {
	background-image:url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 250px;
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
}

.kontaktplz {
	background-image:url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 40px;
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
}

.kontaktort {
	background-image:url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 204px;
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
}

.kontakttel {
	background-image:url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 181px;
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
}

.kontaktfeld {
	background-image:url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	width: 250px;
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
}

.kontaktbutton {
	background-image: url(../images/kontakt_bg.gif);
	border: 1px;
	border-style: solid;
	border-color: #5B9760;
	cursor: pointer;
}

/* --------------------------------------------------------------- */

a:link	{
	font: 12px Verdana,Arial,Geneva;
	color: #666;
	text-decoration: none;
	}
	
a:visited {
	font: 12px Verdana,Arial,Geneva;
	color: #666;
	text-decoration: none;
	}
	
a:active {
	font: 12px Verdana,Arial,Geneva;
	color: #5A9A5E;
	text-decoration: none;
	}

a:hover {
	font: 12px Verdana,Arial,Geneva;
	color: #5A9A5E;
	text-decoration: none;
	}
	
a.subnavilinks:link	{
	font: 11px Verdana,Arial,Geneva;
	color: #000;
	text-decoration: none;
	}
	
a.subnavilinks:visited {
	font: 11px Verdana,Arial,Geneva;
	color: #000;
	text-decoration: none;
	}
	
a.subnavilinks:active {
	font: 11px Verdana,Arial,Geneva;
	color: #CC0000;
	text-decoration: none;
	}

a.subnavilinks:hover {
	font: 11px Verdana,Arial,Geneva;
	color: #CC0000;
	text-decoration: none;
	}