body {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
font-family: verdana, sans-serif;
font-size: 12px;
}

.header {
height: 140px;
margin-bottom: 10px;
overflow: hidden;
}

.logo {
height: 140px;
width: 175px;
float: left;
}

.bilderzeile {
height: 140px;
background-image: url(../../images/system/header-background.gif);
overflow: hidden;
margin-left: 5px;
}

.container {
	width:expression(document.body.clientWidth > 1164? "1164px": "auto");
	min-width: 600px;
	max-width: 1166px;
	background-image: url(../../images/system/symbol_background.gif);
	background-repeat: no-repeat;
}

/* hide from IE-mac \*/
* html .container {height: 1%;}
/* end hide */
	
div#menue {
float: left;
width: 170px;
overflow: hidden;
min-height: 655px;
}


* html #menue {
  height: 655px;
}




ul#spalte_links li {			/*Abstand der Menüeinträge zueinander*/
margin-top: 5px;
}

ul#spalte_links {				/*Erste Ebene*/
	margin-top: -5px;			/*Ausgleich für margin-top des ersten Eintrags*/
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
}

ul#spalte_links ul {                 /*zweite Ebene*/
	margin-left: 5px;
	color: black;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}


ul#spalte_links ul ul { 				/*Dritte Ebene*/
	margin-left: 5px;
	color: black;
	padding: 0;
}

/*ul#spalte_links a {
	text-decoration: none;
	margin: 0px;
	padding: 0;
}

ul#spalte_links a:link {
	color: black;
}

ul#spalte_links a:visited {
	color: black;
}

ul#spalte_links a:hover {
	color: #009136;
	font-weight: bold;
	text-decoration: underline;
}

ul#spalte_links a:active {
	color:#009136;
}
*/

ul#spalte_links a.normal {
	text-decoration: none;
	margin: 0px;
	padding: 0;
	color: black;
}

ul#spalte_links a:hover {
	color: #009136;
	font-weight: bold;
	text-decoration: underline;
}

ul#spalte_links a.current {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #009136;

}

div#Info {
	float: right;
	width: 160px;
	margin-left: 5px ;
	padding: 0;
	height: 100%;
}

div#Inhalt {
	margin: 0 165px 0 185px;			/* Breiten der Randspalten */
	padding: 0;
}

div#Clearing {
	overflow: hidden;
}

* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-left: 175px;
}

p#Fusszeile {
	clear: both;
	margin-bottom: 5px;
	margin-top: 30px;
	margin-left: 8px;
}



/*Formatierung der normalen Inhaltselemente*/

div.csc-header {
margin: 0px;
padding: 0px;
}

div.csc-header h1 {
color: #009136;
font-size: 16px;
margin-bottom: 0px;
}



h1.csc-firstHeader {
font-size: 16px; /* 1.4em;*/
color: #009136;
border-bottom: 1px solid black;
margin-bottom: 0px;
}

p.csc-textpicsubheader  {
font-weight: bold;
font-size: 12px;
margin-top: -10px;
margin-bottom: 15px;
}

dd.csc-textpic-caption {
font-size: 10px;
}


.bodytext {
margin-top: 0px;
}

a.bodytext {
text-decoration: none;
margin: 0px;
padding: 0;
}

.bodytext a:link {
color: #009136;
text-decoration: none;
}

.bodytext a:visited {
color: #009136;
text-decoration: none;
}

.bodytext a:hover {
color: #009136;
text-decoration: underline;
}

.bodytext a:active {
color:#009136;
}

hr {
color: black;
height: 1px;
border: 0px;
background-color: black;
}

.csc-uploads-fileName a {
color: #009136;
} 

a:link {
color: #009136;
text-decoration: none;
}

a:visited {
color: #009136;
text-decoration: none;
}

a:hover {
color: #009136;
text-decoration: underline;
}

a:active {
color:#009136;
}


/*Formatierung für die Seite "Links"*/

.links_ueberschrift {
font-size: 1.2em;
color: #009136;
border-bottom: 1px solid black;
margin-bottom: 4px;
}

.links_liste {
list-style-type: none;
margin-bottom: 20px;
color: #009136;
}

.links_subüberschrift ul{
margin-top: 6px;
margin-bottom: 8px;
font-weight: bold;
}

.links_liste a:link {
color: black;
text-decoration: none;
font-weight: normal;
}

.links_liste a:visited {
color: black;
text-decoration: none;
font-weight: normal;
}

.links_liste a:hover {
color: black;
text-decoration: underline;
font-weight: normal;
}

.links_liste a:active {
color:black;
font-weight: normal;
}

.links_liste li{
margin-bottom: 4px;
list-style-type: none;
font-weight: bold;
}

a:link.Impressum {
color: black;
text-decoration: none;
font-weight: normal;
}

a:visited.Impressum {
color: black;
text-decoration: none;
font-weight: normal;
}

a:hover.Impressum {
color: #009136;
text-decoration: underline;
font-weight: bold;
}

a:active.Impressum {
color:black;
font-weight: normal;
}

p.Impressum {
margin-top: 40px;
margin-left: 7px;
}


a:link.Home_Mail {
color: black;
text-decoration: none;
font-weight: bolder;
}

a:visited.Home_Mail {
color: black;
text-decoration: none;
font-weight: bolder;
}

a:hover.Home_Mail {
color: black;
text-decoration: underline;
font-weight: bolder;
}

a:active.Home_Mail {
color:black;
font-weight: bolder;
}


/*Formatierung der Kontaktdaten*/
.kontakt_container {
position: relative;
margin-top: 10px;
margin-bottom: 50px;
}

.kontakt_foto {
float: right;
}

.kontakt_funktion {
padding-bottom: 2px;
border-bottom: 1px solid black;
margin-bottom: 4px;
}

.kontakt_daten {
margin-top: 20px;
}

hr.clear {
clear: both;
background-color: white;
border: 0;
color: white;
}

.kontakt_name {
color: #009136;
font-weight: bolder;
font-size: 1.2em;
height: 1.8em;
}

/*Formatierung von Tabellen*/
.tr-0  th{
font-weight: bolder;
border-bottom: 1px solid black;
color: #009136;
text-align: left;
line-height: 1em;
}

.contenttable-0 {
border-collapse: collapse;
width: 100%;
line-height: 2em;
}

.at {
margin-bottom: -1px;
}


/*Formatierung rechte Spalte (Sportschule)*/
.spalte_rechts {
border: 1px solid black;
margin-top: 10px;
padding: 4px;
width: 150px;
}

.spalte_rechts_ueberschrift {
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
border-bottom: 1px solid black;
}

div.spalte_rechts table td {
padding-bottom: 10px;
}

.spalte_rechts_sportschule {
padding-bottom: 10px;
color: red;
}

/*Formatierung Tabelle Sportschule*/
table.sportschule tr {
vertical-align: top;
border: 1px solid black;
}

table.sportschule td {
padding-bottom: 10px;
padding-left: 5px;
border: 1px solid black;
}

table.sportschule {
margin-left: 5px;
width: 95%;
}

/*Formatierung Tabelle Eingangstest*/
table.eingangstest td {
vertical-align: top;
padding-bottom: 20px;
}

table.eingangstest .td-0 {
text-align: right;
padding-right: 10px;
}

/*Formatierung Tabelle Eingangstesttermine*/
table.eingangstesttermine {
width: 390px;
table-layout: fixed;
}

table.eingangstesttermine td {
width: 390px;
table-layout: fixed;
border: 2px solid white;
}

table.eingangstesttermine .td-0 {
text-align: center;
width: 33%;
background-color: silver;
}

table.eingangstesttermine .td-1 {
text-align: center;
width: 33%;
}

table.eingangstesttermine .td-2 {
text-align: center;
width: 33%;
}

table.eingangstesttermine .tr-0 {
background-color: silver;
}

table.eingangstesttermine tr.tr-1 td.td-1 {
background-color: red;
}

table.eingangstesttermine tr.tr-1 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-2 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-2 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-3 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-3 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-4 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-4 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-5 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-5 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-6 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-6 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-7 td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-7 td.td-2 {
background-color: green;
}

table.eingangstesttermine tr.tr-last td.td-1 {
background-color: green;
}

table.eingangstesttermine tr.tr-last td.td-2 {
background-color: green;
}




/* Formatierung der Kollegiumsliste
color: #009136;
font-weight: bold;
font-size: 12pt;
}
*/

/*Banner in der rechten Spalte*/
.banner_spalte_rechts {
border: 1px solid black;
margin-top: 10px;
width: 160px;
}

/*Formatierung der Terminliste*/
table.event_list {
border-collapse: collapse;
width: 100%;
margin-top: 30px;
line-height: 1.5;
vertical-align: top;
}

table.event_list tr {
border-top: 1px solid black;
vertical-align: top;
}

td.event_list_zeit {
/*padding-bottom: 30px;*/
width: 190px;
}

table.event_list td {
padding-bottom: 30px;
}

div.tx-cal-controller p.pagebrowser b {
color: #009136
}

div.tx-cal-controller p.pagebrowser {
text-align: right;
}

/*Formatierung der Downloadliste*/
table.sb_download {
border-collapse: collapse;
width: 100%;
margin-top: 10px;
line-height: 1.5;
vertical-align: top;
}

table.sb_download tr {
border-top: 1px solid black;
}

td.sb_download_icon {
/*padding-bottom: 30px;*/
width: 30px;
}

td.fht_download_items a {
font-weight: bold;
}

div.tx-fhtdownload-pi1 table {
border-collapse: collapse;
width: 100%;
}

tr.fht_download_leer {
background-color: white;
}

tr.fht_download_background {
background-color: #f0f0f0;
}

tr.fht_download_first {
height: 20px;
vertical-align: bottom;
}

tr.fht_download_last {
height: 20px;
vertical-align: top;
width: 100%;
}

td.fht_download_icon {
width: 40px;
}

span.fht_download_filesize {
font-size: 10px;
}

td.tx_drblob_list-row1 p{
display: inline;
}

table.tx_drblob_list {
border-collapse: collapse;
width: 100%;
}

table.tx_drblob_list tr {
background-color: #f0f0f0;
}

table.tx_drblob_list tr.tx_drblob_clear {
background-color: white;
}

span.tx_drblob_title {
font-weight: bold;
color: #009136;
}

table.tx_drblob_list td {
padding: 3px;
font-size: 12px;
}

span.tx_drblob_filesize {
font-size: 10px;
}

td.tx_drblob_icon {
width: 40px;
}

td.tx_drblob_download {
text-align: right;
}

div.tx_drblob_single table {
width: 100%;
}

div.tx_drblob_single th {
font-size: 14px;
font-weight: bold;
color: #009136;
}

div.tx_drblob_single {
border: 1px solid black;
padding: 5px;
}

div.tx_drblob_single tr {
font-size: 12px;
}

div.tx-drblob-pi1 {
margin-top: 20px;
}


div.pagebrowser_vertretung {
margin-top: 20px;
width: 300px;
}

*.pagebrowser_vertretung a:link {
color: black;
text-decoration: none;
}

*.pagebrowser_vertretung a:visited {
color: black;
text-decoration: none;
}

*.pagebrowser_vertretung a:hover {
color: #009136;
font-weight: bold;
text-decoration: underline;
}

*.pagebrowser_vertretung a:active {
color: #009136;
}

span.pagebrowser_vertretung_gew {
color: #009136;
}

div.pagebrowser_vertretung_li {
width: 150px;
float: left;
}

div.pagebrowser_vertretung_re {
width: 150px;
float: right;
}



.formular a:link{
color: #009136;
text-decoration: none;
margin-left: 0px;
}

.formular a:visited {
color: #009136;
text-decoration: none;
padding: 0px;
margin-left: 0px;
}
.formular a:hover {
color: #009136;
text-decoration: underline;
margin-left: 0px;

}

.formular a:active {
color: #009136;
text-decoration: underline;
margin-left: 0px;
}

td.csc-uploads-icon {
vertical-align: bottom;
} 		

.csc-textpic {
margin-top: 20px;
}


div.news-list-container img {
border: 0;
}