body
{
 font-family:Verdana;
 font-size:14px;
 /*background-color:black;*/
 background-image:url(7.jpg);
 text-align:center;
}

h1 {font-size:24px;color:#000000;margin:0px;}
h2 {font-size:18px;color:#000000;}
h3 {font-size:16px;color:#000000;}
h4 {font-size:14px;color:#000000;}
p {margin-top:0px;}
td {vertical-align:top}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  color:black;
}
a:active, a:hover
{ 
  color:red;
}

/* Die Titelzeile */
#title {
height:24px;
padding:5px;
text-align:left;
color:red;
font-size:26px;
background-color:#000000;
}

/* Die Untertitelzeile */
#subtitle {
height:25px;
padding:5px;
text-align:left;
color:yellow;
font-size:11px;
font-weight:bold;
background-color:#000000;
}

/* Das Menü */
#menu {
font-size:13px;
color:#eeeeee;
background-color:#CC0000;
text-align:center;
font-weight:bold;
padding:10px 0px;
}
a.menu:link, a.menu:visited
{
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
  text-decoration:underline;
}

/* Das Submenü */
#submenu {
color:#eeeeee;
background-color:red;
text-align:right;                 
padding:2px 0px;
font-weight:bold;
font-size:10px;
}

a.submenu:link, a.submenu:visited
{
  color:#cecfc6;
  text-decoration:none;
}
a.submenu:active, a.submenu:hover
{
  color:#eeeeee;
  text-decoration:underline;
}

/* Der Menü-Container */

#menucontainer {
color:#eeeeee;
font-size:13px;
font-weight:bold;
background-color:red;
width:160pt;
float:right;
padding:5pt;
margin:5pt 5pt 5pt 0pt;
}

/* Der Inhalt */
#content {
background-color:#C0C0C0;
padding:5px;
color:#000000;
}

/* Die Fusszeile */
#fusslinks
{
color:#cecfc6;
font-size:12px;
font-weight:bold;
text-align:left;
}
#fussrechts
{
color:#cecfc6;
font-size:12px;
font-weight:bold;
text-align:right;
}

