html, body {
margin: 0;
padding: 0;
background: #fff;
color: #000;
font-family: Arial, sans-serif;
font-size: 12px;
}

td {
font-size: 12px;
}

/* Das Text-Logo in der Header-Box */
#header h1 {
color: #ddd;
font-weight: bold;
letter-spacing: 2px;
text-indent: 5px;
padding: 0;
margin: 10px;
}

/* Die 'Buttons' im linken Menue */
#schalter1 a {
display: block;
padding: 2px;
text-decoration:none;
border: 1px solid #cccccc;
width:140px;
font-weight:bold;
text-align: left;
margin: 3px 0 3px 0;
background-color:#ffe4b5;
}
#schalter1 a:link {
color:#006400; 
}
#schalter1 a:visited {
color:#006400;
}
#schalter1 a:hover {
color:#000;
border-top:solid 1px #eeeeee;
border-right:solid 1px #304e6a;
border-bottom:solid 1px #304e6a;
border-left:solid 1px #eeeeee;
background-color:#f4a460;
}
#schalter1 a:active {
color:#007700;
}
.nix {
display: none;
}

/* Terminbox */
#terminebox {
display: block;
}
.termine {
width:140px;
background-color:#ffe4b5;
border:solid 1px #000;
margin: 3px 0 10px 0;
}
.thead {
font-family:Arial,sans-serif;
background-color: #006400;
color:#ddd;
padding: 3px;
margin: 0;
font-weight:bold;
}
.ttext {
font-family:Arial,sans-serif;
color:#000000;
padding: 5px;
line-height:150%;
/*font-size:0.8em;*/
} 

/* Die Tablebox */
#table-box {
border:solid 1px #000;
margin-left:10px;
width:175px;
margin-bottom:1.0em;
padding:3px;
}
#table-box h4 {
/*font-size: 90%;*/
color:#ddd;
background-color: #006400;
letter-spacing: 1px;
color: #666;
margin: 0 0 10px 0;
}

/* Die Teaserbox */
#t-box {
display: block;
}
#t-box h4 {
/*font-size: 90%;*/
letter-spacing: 1px;
color: #666;
margin: 0 0 10px 0;
}
.teaser {
width:175px;
background-color:#ffe4b5;
/*background-color: #5595d6;*/
border:solid 1px #000;
margin: 1px 1px 10px 10px;
}
.t-head {
font-family:Arial,sans-serif;
/*background-color:#069;*/
background-color: #006400;
color:#ddd;
padding: 3px;
margin: 0;
/*font-size: 85%;*/
}
.t-txt {
font-family:Arial,sans-serif;
color:#000000;
padding: 5px;
line-height:150%;
/*font-size: 80%;*/
} 

/* Link-Definitionen */
a {
font-weight: bold;
text-decoration: underline;
}
a:link {
/*color: #ff4800;*/
color: #006400;
text-decoration: none;
}
a:visited {
/*color: #f4a460;*/
color: #666;
text-decoration: none;
}
a:hover {
color: #000066;
text-decoration: none;
}
a:active {
color: #ff9900;
text-decoration: none;
}

#footer {
text-align: center;
}

#footer a.sub {
font-weight: bold;
text-decoration: underline;
margin-left: 10px;
}
#footer a.sub:link {
color: #fff;
}
#footer a.sub:visited {
color: #ffc;
}
#footer a.sub:hover {
color: #fc0;
}
#footer a.sub:active {
color: #f90;
}

/* Sonstiges */
p {
/*font-size: 80%;*/
line-height: 140%;
}

code {
color: #cc00ff;
/*font-size: 10pt;*/
}

.stil {
color: #600;
}

hr {
height: 4px;
border: solid 1px #bbb;
width: 90%;
}

img {
}

.liste {
/*font-size: 80%;*/
line-height: 140%;
}

.copy {
/*font-size: 70%;*/
text-align: center;
}

.linkespalte {
	display:table-cell;
	float:left;
	width:260px;
	padding:5px;
}

.rechtespalte {
	display: table-cell;
	padding:5px;
}

.linkespalte_gb {
	display:table-cell;
	float:left;
	width:100px;
	padding:5px;
}

.rechtespalte_gb {
	display: table-cell;
	padding:5px;
}

.fotodiv {
	float: left;
	padding:0;
	border:solid 1px #000;
	text-align:center;
	margin-right:1.0em;
}

.foto {
	width:140px;
}

.fotodiv2 {
	float: left;
	margin-right: 10px;
	width:200px;
}

.foto2 {
	width:190px;
}

.foto3 {
	width:600px;
}

.teamfoto {
	background-color:#ffe4b5;
	border:solid 1px #000;
	padding:10px;
	margin-bottom:1.0em;
}

.ueberschrift {
	border:solid 0px #000;
	border-bottom:solid 1px #000;
	margin-bottom:20px;
}

.uhrzeit {
	width:140px;
	margin: 3px 0 3px 0;
	/*font-size:0.8em;*/
	text-align:center;
}
