/* Datei: format.css */

html
{
 height: 100%; margin-bottom: 1px;
 }

body
{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 12px;
 background: url(../home/gfx/sterne.jpg);
 text-align: center;
}

h1 {font-size: 18px;color: #F5F5F5;margin: 0px;}
h2 {font-size: 16px;color: #F5F5F5;}
h3 {font-size: 14px;color: #F5F5F5;}
h4 {font-size: 12px;color: #F5F5F5;}
h5 {font-size: 10px;color: #F5F5F5;}
h6 {font-size: 8px;color: #F5F5F5;}
p  {margin-top: 0px;}

/* Die Titelzeile */
#titel
{
 text-align: right;
 padding-top: 15px;
 height: 25px;
}

/* Die Hinweise */
#hinweise
{
 float: left;
 width: 200px;
 margin-top: 20px;
 margin-left: 160px;
 margin-bottom: 20px;
 height: 60px;
}

/* Die Neuigkeiten */
#neues
{
 clear: both;
 padding: 2px;
 height: 20px;
 border-top: 1px solid #C0C0C0;
}

/* Das Menü */
#menu
{
 color: #C0C0C0;
 font-size: 16px;
 text-align: center;
 padding: 5px 0px;
 border-top: 1px solid #C0C0C0;
}

/* Für Link im Menu */
a.menu-home:link, a.menu-home:visited
{
 color: #0000FF;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-home:active, a.menu-home:hover
{
 color: #00BFFF;
 font-size: 16px;
 vertical-align:130%;
 text-decoration: none;
}

a.menu-astro:link, a.menu-astro:visited
{
 color: #FF6000;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-astro:active, a.menu-astro:hover
{
 color: #00BFFF;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-seti:link, a.menu-seti:visited
{
 color: #FF0000;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-seti:active, a.menu-seti:hover
{
 color: #00BFFF;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-links:link, a.menu-links:visited
{
 color: #00FF00;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-links:active, a.menu-links:hover
{
 color: #00BFFF;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-mail:link, a.menu-mail:visited
{
 color: #FFFF00;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

a.menu-mail:active, a.menu-mail:hover
{
 color: #00BFFF;
 font-size: 16px;
 vertical-align: 130%;
 text-decoration: none;
}

/* Der Inhalt */
#inhalt
{
 border-top: 1px solid #C0C0C0;
 background: url(../home/gfx/sterne.jpg);
 padding: 5px;
 color: #F5F5F5;
 font-size: 12px;
 line-height:16px;
 font-weight: bold;
}

/* Für Link im Inhalt */
a:link, a:visited, a:active, a:hover
{
 text-decoration: underline;
 color: #C04000;
 font-size: 12px;
 font-weight: bold;
}

a:hover
{
 color: #00BFFF;
}

/* Die Fusszeile */
#fusszeile
{
 background: url(../home/gfx/sterne.jpg);
 border-top: 1px solid #C0C0C0;
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
 font-size: 12px;
 color: #C0C0C0;
}
/* Validator */
#validator
{
 background: url(../home/gfx/sterne.jpg);
 text-align: center;
 font-size: 12px;
 color: #C0C0C0;
}