@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(17original.gif);
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
a img { 
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #000;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; 
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}

/* ~~ Dies sind die Spalten für das Layout. ~~ 


*/
.sidebar1 {
	float: left;
	width: 220px;
	background: #ffcc00;
	padding-bottom: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC00;
	height: 910px;
}
.content {
	width: 598px;
	float: left;
	height: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	padding-top: 10px;
	padding-right:0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #ffcc00;
	padding: 10px 0;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	height: 900px;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Stile für die Navigationslisten (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 200px;  
	text-decoration: none;
	background: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #000;
	background: #fff;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ffcc00;
}

/* ~~ Stile für die Fußzeile ~~ */
.footer {
	background: #FFCC00;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Tabspalte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #FFF;
	padding-left: 10px;
}
.sidebarnews {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 100%;
}
.sidebarnewsbold {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
.container .content table caption {
	color: #060;
}
.tabellenueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #060;
	text-align: center;
}
.container .content table {
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}
.container .sidebar1 table {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 80%;
}
.container .sidebar1 table tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #999;
	color: #FC0;
}
.container .footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	padding-top: 1px;

}
.container .footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	text-align: center;

}
