body {
background-image: url(grafiken/bg.jpg);
background-position: top;
text-align: center;
background-attachment: fixed;
}

/* Main */
#main {
width: 960px;
margin:0px auto;
text-align:left;
}

/* Logo */
#logo {
background-image: url(grafiken/bildrahmen.jpg);
width: 175px;
height:150px;
float: left;
-moz-border-radius: 10px;
}

/* Header bzw. Banner */
#header {
background-image: url(grafiken/banner_frettchen.jpg);
background-color: #C0C0BB;
color: #ffffff;
font-size: 24px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
padding-top: 30px;
padding-left:50px;
width: 730px;
height:120px;
float: right;
clear: right;
-moz-border-radius: 10px;
}

/* Menü */
#menu {
width: 130px;
margin-bottom: 10px;
float: left;
}

/* Content bzw. Inhalt */
#content {
background-color: #C0C0BB;
border: 1px solid #cccccc;
min-height: 395px;
width: 765px;
font-size: 13px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
float: right;
filter:alpha(opacity=65);
filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=90);
-moz-opacity:0.90;
-moz-border-radius: 10px;
}

/* Footer bzw. Fußzeile */
#footer {
background-color: #C0C0BB;
border: 1px solid #cccccc;
width: 960px;
height: 40px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
clear: both;
-moz-border-radius: 10px;
}

/* Seitenanfang zurück */
#seitenaback {
background-color: #C0C0BB;
border: 1px solid #cccccc;
width: 300px;
height: 15px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
clear: both;
-moz-border-radius: 10px;
}


/* die einzelnen Menüboxen auf der linken Seite */
.menucontainer {
background-color: #C0C0BB;
border: 1px solid #cccccc;
width: 172px;
margin-top: 10px;
filter:alpha(opacity=65);
filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=90);
-moz-opacity:0.90;
-moz-border-radius: 10px;
}

/* die Titelzeile der einzelnen Menüboxen */
.menutitle {
border-bottom: 1px solid #000;
background-color: #8080FF;
height: 14px;
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
padding-right: 3px;
-moz-opacity:0.85;
-moz-border-radius: 10px;
}

/* der Inhalt der einzelnen Menücontainer */
.menulink {
display: block;
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
padding-left: 3px;
}

.tdteam {
width: 175px;
vertical-align: top;
}

/* Bilder */
.img {
border: 1px solid #000000;
}

/* Tabellenzellen */
.tdkursplan {
width: 120px;
text-align: center;
}

/* Listen */
.ul {
list-style-type: discus;
}

/* Listenpunkte */
.li {
padding-bottom: 13px;
}

/* Überschriften */
.h1 {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}

/* Anmerkungen bzw. Hervorhebungen */
.h2 {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}

/* allgemeine Links im Text */
a:link {
color: #0000A0;
text-decoration: none;
}

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

a:hover {
color: #ff0000;
text-decoration: none;
}

/* Links in den Menücontainern */
.menulink:link {
color: #0000A0;
text-decoration: none;
}

.menulink:visited {
color: #0000A0;
text-decoration: none;
}

.menulink:hover {
color: #ff0000;
text-decoration: none;
}

.highlight {
	background-color: #FFFF00;
}

#mynews p {color:black; font-size:80%;font-weight: bold;text-align: center;
}
#mynews strong {color:black;font-weight: bold;text-align: center;padding-left: 3px;
}
#mynews h2 {color:black; border:1px dotted black; margin:5px; padding:0;font-weight: bold;background-color: #8080FF;text-align: center;
}
#mynews ul {color:black; list-style-type:none;font-weight: bold;text-align: center;
}
