body {
	margin: 0px;
	padding: 0px;
	/*background-color:#cc0000; */ /*rot*/
	background-color:#CB7135;  /*orange*/
	background-color:#E8625D; /*orange hell*/
	background-color:#FFBB52; /*orange hell*/
	background-color:#F0AE3C; /*orange mit Rene*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.titel_kursiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	
}
/* IE6-Bug */
* html .titel_kursiv
{
	margin-right:4px;
}	

.untertitel {font-size: 24px; font-weight: bold; color: #FFFFFF; }
.untertitelblue {font-size: 20px; font-weight: bold; color: #333399; }
.untertitelblack {font-size: 20px; font-weight: bold; color: #000000; }
.normal {font-size: 18px; font-weight: bold; color: #FFFFFF; }
.klein {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.klein_normal {
	color: #FFFFFF;
	font-size: 16px;
}
#karte {
	margin: auto;
	margin-top:40px;
	width:860px;
	height:645px;
	visibility: visible;
	background-image: url(images/karte.jpg);
	background-repeat: no-repeat;
}
#karte2 {
	margin: auto;
	margin-top:40px;
	width:800px;
	height:600px;
	visibility: visible;
	background-image: url(images/karte3.jpg);
	background-repeat: no-repeat;
}
.abstand {
	top:0px;
	height:600px;
	margin-right: 20px;
}
#event
{
	position:absolute;
	/*bottom:50px;*/
	top:500px;
	width:780px;
	height: 50px;
}

#footer
{
	position:absolute;
	/*bottom:0px;*/
	top:600px;
	width:780px;
	height: 20px;
	font-size: 14px;
}
	
#footer .footer_rechts {
	color:#FFFFFF;
	background-color: transparent;
	float:right;
	margin-right: 0;
	
}

#footer .footer_links {
	color:#FFFFFF;
	background-color: transparent;
	float:left;
	margin-left: 20px;
	margin-bottom: 5px;
}
#footerprojekt
{
	
	/*bottom:0px;*/
	width:780px;
	height: 40px;
	font-size: 14px;
}
#footerprojekt .footer_rechtsblau {
	color:#333399;
	float:right;
	margin-right: 0;
	
}
#footerprojekt .footer_linksblau {
	color:#333399;
	float:left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#footerprojekt a{ color:#333399;}

#footerblau
{
	
	position:absolute;
	/*bottom:0px;*/
	top:580px;
	width:780px;
	height: 40px;
	font-size: 14px;
}


#footerblau .footer_rechtsblau {
	color:#333399;
	float:right;
	margin-right: 0;
	
}
#footerblau .footer_linksblau {
	color:#333399;
	float:left;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content a{ color:#333399;}
#footerblau a{ color:#333399;}

a{	color:#FFFFFF;}
a:hover {text-decoration:none;}

/* CSS Tabellenversion */
table
{
	margin-top:40px;
}	.kk_titel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
}

.imageBorder
	{
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 0 0 10px 10px;
	}
		
.imagefloatRightBorder
	{
		float: right;
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 0 0 10px 10px;
	}
.imagefloatRightBorderTopFive
	{
		float: right;
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 5px 0 10px 10px;
	}	
.imagefloatRight
	{
		float: right;
		padding: 2px;
		
		margin: 5px 0 10px 10px;
	}
.imagefloatLeftBorder
	{
		float: left;
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 5px 10px 10px 0;
	}
.imagefloatLeftBorderTopNull
	{
		float: left;
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 0 10px 10px 0;
	}	
.imagefloatLeft
	{
		float: left;
	}

.imageCenter
	{
		text-align:center;
		padding: 2px;
		border: 1px solid #F0AE3C;
		/*border: 1px solid #9FA41D;*/
		margin: 10px;
	}

