* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
a {
	color: #000;
}
address {
	font-style: normal;
	font-weight: bold;
}
body {
	border-top: 10px solid #a41788;
}
img {
	border: none;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	background: url(bg.gif) repeat-y left;
}
#head {
	text-align: center;
	
	background: #fff;
	font-family: "Times New Roman";
	font-variant: small-caps;
	color: #333;
}
#head img {
	/*padding: 30px 0;*/
}
#head h2 {
	background: #eee;
	border-bottom: 1px dotted #333;
}
#head h3 {
	font-weight: bold;
	font-variant: normal;
	
	padding:15px;
}
#head h3 span {
	background: #fff82f;
}
#head h3 a {
	text-decoration: none;
	font-size: 12px;
}
#head h3 a:hover {
	text-decoration: underline;
}
#nav {
	float: left;
	width: 160px;
	padding-top: 10px;
	background: #fff;
	/*border-right: 1px dotted #333;
*/
}
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#nav ul li {
	width: 100%;
}
#nav li a {
	display: block;
	background: #333;
	border-top: 1px solid #555;
	text-align: right;
	border-bottom: 1px solid #222;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	width: 150px;
}
#nav li a:hover {
	background: #222;
	border-top: 1px solid #666;
}
#content {
	float: left;
	margin-left: 10px;
	width: 589px;
	padding: 10px;
}
#content a:hover, #mpl #border a:hover {
	background-color: #a41788;
	color: #fff;
	background-image: url(pfeil_hover.gif);
}
#content ul#breadcrumb {
	background: #e4c2dd;
	margin-bottom: 30px;
}
#content ul#breadcrumb li {
	display: inline;
	margin-right: 10px;
}
#content h1 {
	margin: 40px 0;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}
#content h2 {
	font-size: 18px;
	margin: 20px 0 3px 0;
	clear:both;
}
#content h3 {
	font-size: 18px;
	margin: 20px 0 3px 0;
}
#content h4 {
	margin: 10px 0 3px 0;
}
#content p {
	line-height: 20px;
	margin-bottom: 20px;
}
#content ul {
	padding: 5px 20px;
}
#content img.rechts {
	float: right;
	margin-left: 15px;
}
#content img.links {
	float: left;
	margin-right: 15px;
}
#content img.center {
	padding:20px 0;
	display:block;
}
#content span.lkh {
	font-family: "Times New Roman";
	font-variant: small-caps;
	font-weight: bold;
}
#content table {
	border: 1px solid #ccc;
}
#content th {
	background: #333;
	color: #fff;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
	font-weight: normal;
	padding: 5px;
}
#content td {
	padding: 5px;
}
#content td a {
	text-decoration: none;
	padding-left: 0;
	background-image: none;
}
#content td a.highlight {
	background-color:#e4c2dd;
}
#content td a:hover {
	background-image: none;
}
#content tr.odd {
	background: #fde4f8;
}
#content .kalender td {
	text-align: right;
	border: 1px solid #ccc;
}
#content fieldset {
	border: 1px dotted #ccc;
	margin: 10px 0;
	padding: 5px;
}
#content legend {
	background: #a41788;
	padding: 5px;
	color: #fff;
}
#content textarea {
	width: 80%;
}
#content #map {
	height: 300px;
}
#content li {
	margin: 6px 0;
}
#content table#detail {
  margin:15px 0;
  width:200px;
  float:left;
}
#content blockquote {
  background:top left url(quoleft.gif) no-repeat #eee;
  padding:15px 10px 15px 30px;
  
  float:left;
  width:20%;
  margin-left:5px;
  margin-top:20px;
  
}
#content blockquote div {
  background:bottom right url(quoright.gif) no-repeat;
  /*padding-top:50px;*/
 	padding-bottom:25px;
  font-size:12px;
  
}
#content table.team {
	width:272px;
	margin:10px 0 50px 0;
}

/* Balkendiagramm*/
#content ol {
	list-style-type:none;
}

#content table.bargraph {
    font: 0.6em/2em Arial;
    border-collapse: collapse;
    width: 476px;
    background:none;
    margin:20px 0;
}
.bargraph td {
    padding:0;
    margin:0;
    vertical-align:bottom;
    text-align:left;
}
#content table.bargraph th {
    background:none;
    color:#000;
    border:none;
    text-align:left;
}
.bargraph img{
    display:block;
    /*border-right: 1px solid #000;*/
}
#mpl {
	float: left;
	width: 210px;
	

	
}
#border {
	background: #fff0fc;
	border-left: 1px dotted #000;
	padding: 10px;
	margin-top: 10px;
}
#sporlastic {
	width:190px;
	margin-top:20px;
	
}

#mpl h3 {
	font-size: 16px;
	margin: 30px 0 5px 0;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}
#mpl p {
	margin-bottom: 5px;
	line-height: 20px;
}
#mpl a, #content a {
	background: url(pfeil.gif) no-repeat 0 5px;
	padding-left: 10px;
}
#sporlastic a {
	background: none;
	padding:0;
}
#footer {
	margin-top: 20px;
	clear: both;
	padding-top: 5px;
	border-top: 10px solid #a41788;
	text-align: center;
	font-size: 10px;
	color: #333;
}
.clear {
	clear: both;
}
.breit {
	width: 400px;
}
#content td.status_0 {
	background: #dbf0b2;
}
#content td.status_1 {
	background: #e8b59f;
}
.ausgebucht, .fehler {
	font-weight: bold;
	background: #FFF82F;
	font-size: 16px;
}
.buchen {
	margin: 5px 0;
	display:block;
	clear:both;
}
.zentriert {
	display: block;
	margin: 20px auto;
}
#content dl {
	margin-bottom: 30px;
}
.hidden {
	display: none;
}
.achtung {
	padding:10px;
	border:1px solid #ccc;
}
.achtung h3 {
	background: yellow;
}
.center {
	text-align: center;
}
#upload {
	width:200px;
	height:20px;
	background: #f09;
}
#docents {
	list-style-type: none;
}
#docents img {
	display:block;
	width:200px;
	float:left;
	padding:5px;
	margin:10px;
	background: #A41788;
}
#docents li {
	padding:1px;
	border:1px solid #ddd;
	clear:both;
	margin:10px 0;
	background: #FFF0FC;
}
#docents h2,#docents strong {
	margin:8px 0;
	display: block;
}
#docents div {
	float:right;
	width:280px;
	padding:10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#sponsor {
	width:200px;
	float:right;
}
.t {
	display:none;
}
.kalender a {
	position: relative;
}
a:hover .t{
	display:block;
	position:absolute;
	z-index:2;
	right:50px;
	bottom:30px;
	padding:10px;
	width:200px;
	color:#fff;
	zoom:1;
	display:block;
	background: #333;
	border:1px solid #eee;
}
