@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
body {
	line-height: 1.2;
	color: #333;
	background: #EFF7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

a, a:link, a:visited, a:active, a:focus{
	text-decoration: none;
	color: #87CDBC;
	}
a:hover {
	text-decoration: underline;
	color: #87CDBC;
	}

h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	}

h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	}

h3 {
	color: #87CCBB;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	}
	

/* Struktur ------------------------------------------------------------------------------*/

#OuterWrapper {
	width: 100%;
	text-align: center;
}
#Wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	text-align: left;
	background: #fff;
}
#Container {
	width: 720px;
}

/* Header ------------------------------------------------------------------------------*/

#Header {
	width: 720px;
	height: 255px;
}

/* Footer ---------------------------------------------------------------------------------*/

#Footer {
	border-top: solid 1px #87CDBC;
	margin: 0 20px;
	color: #868686;
	padding: 10px 0 40px 0;
	font-size: 0.7em;
	text-align:center;
}

/* Navigation ------------------------------------------------------------------ */

#Nav {
	height: 35px;
	width: 720px;
	background-color: #CDE5E0;
}
#Nav ul {
	list-style: none;
	color: #868686;
	background: #CDE5E0;
	width: 100%;
	font: 11px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: center;
	padding-top: 10px;
}
#Nav li {
	display: inline;
	border-right: 1px solid #4D4D4D;
}
#Nav .noborder {
	display: inline;
	border-right: 0;
}
#Nav li a {
	text-decoration: none;
	color: #868686;
	padding: 0 10px 0 10px;
}
#Nav li a:hover, 
#Nav li a:visited:hover, 
#Nav li a.active:hover {
	color: #333333;
}
#Nav li a.active {
	color: #333333;
}

/* Inhalt --------------------------------------------------------------- */

#Content {
	float: left;
	width: 700px;
	margin: 25px 0 40px 0;
	font-size: 0.88em;
}
#Content p {
	line-height: 1.6em;
	padding-right: 10px;
	padding-left: 10px;
}
#ColLeft {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#ColRight {
	float: right;
	width: 415px;
	padding-top: 10;
	padding-right: 5;
	padding-bottom: 10;
	padding-left: 0;
}

table.Sponsoren {
	width: 415px;
}
table.Sponsoren td {
	padding: 10px 25px 10px 0;
}
#Outer Wrapper #Wrapper #Container #Container #Content #ColRight table tr {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: a80024;
	border-right-color: a80024;
	border-bottom-color: a80024;
	border-left-color: a80024;
}
#Outer Wrapper #Wrapper #Container #Container #Content #ColRight td {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: A80024;
	border-right-color: A80024;
	border-bottom-color: A80024;
	border-left-color: A80024;
}
#Outer Wrapper #Wrapper #Container #Header p {
	z-index: -200;
}
#Outer Wrapper #Wrapper #Container #Container #Content #ColLeft .Stil3 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
}

