@charset "UTF-8";

body  {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}


#container { 
	width: 781px;  
	height:600px;
	background-image:url(../img/background.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 0px;
	margin: 0 auto; 
	border: 0px solid #FFFFFF;
	text-align: left; 
} 
 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#sidebar1 {
	float: right; 
	width: 220px; 
	padding: 100px 0 50px 0px; 
	margin-left:0;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#sidebar2 {
	width:220px;
	height:150px;
	border-left: 1px dotted #333;
	float:right;
}

#mainContent {
	margin: 100px 0 0 0px; 
	width: 320px;
	text-align:right;
	float:right;
	border-right:1px dotted #333;
	padding-right:15px;
} 

#mainContent p {
	color:#333;
	line-height: 150%;
}

#mainContent .firstline {
	font-size:250%;
	margin-bottom:-10px;
}

.imgfooter { 
	float:left;
	width: 420px;
	margin-top:50px;
	border-bottom: 1px dotted #333;
	text-decoration:none;
} 

#footer {
	float:left;
	color:#666666;
	font-size: 0.8em;
}

#logo { 
	float:right;
	margin:20px 0 0 0;
}

img {
	text-decoration:none;
	border:none;
}


.menulist { 
	background-color:#000;
	filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;
	list-style:none;
	padding-left:5px;
}

.menulist a {
	font-size: 1em;
	text-align:justify;
	color: #FFF; 
	text-decoration:none;
	padding: 2px 0 2px 5px;
	display:block;
}

.menulist  a:hover {
	color: #C06;
	display:block;
}
.selected {
	color: #C39;
	text-decoration:none;
	background-color:#000;
	list-style:none;
	font-size: 1em;
	text-align:justify; 
	padding: 1px 0 1px 5px;
	display:block;
}

p a {
	color: #666;
}

p a:hover {
	color: #C06;
}


/* Event header */
.contevent {
	background-color:#ffffff;
	padding-top:20px;
	margin: 0px 0px 10px 0px;
}
/* Carousel für weiche Überblendung Eventbilder */

#simpleCarouselEvent {
	margin-top:0px;
}
#simpleCarouselEvent .slideEv {
	height: 250px;
}
#simpleCarouselEvent .slideEv {
	position: absolute;
	text-align:center;
	width:781px;
}
#simpleCarouselevent img {
	width:700px;
	height:250px;
	padding:0px;
	margin:0px;
}
/* Ende EventCarousel  */	

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
