
/* schriftstil,abstände */

body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #000000;
background-color:#;
background-image:url(../bilder/bg_main.jpg);
font-family: arial;
font-size: 9pt;
}


table,tr,td
{
color: #000000;
font-family: arial;
font-size: 10pt
}

/* scrolleiste internet explorer ab vers.5.5 */

body
{
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #000000;
scrollbar-highlight-color : #ffffff;
scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #000000;
}

#main
{
background-color:#ffffff;
border:solid 0px #000000;
background-image:url(images/xback.jpg);
background-repeat:no-repeat;
margin:0px
}

#content
{
border:solid 0px #000000;
background-image:url(stern/bilder/inlay1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

#contentback
{
background-image:url(stern/bilder/inlay1.jpg);
}


#name
{
margin:0px;
height:18px;
font-size:11px;
border:solid 1px #000000;
letter-spacing:2px;
font-style:italic;
background-color:#ffffff;
font-weight:bold;
color:#000000;
}

#inl
{
font-family:arial;
font-size:9pt;
color:#000000;
margin-top:10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom:10px;
background-color:#ffffff;
background-image:url(stern/bilder/inlay1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
font-weight:bold;
}


/* menue linke seite */

#menu1 a
{
display: block;
width: 120px;
text-align: center;
text-decoration: none;
font-family: verdana;
font-size: 12px;
color: #ffffff;
background-color: #000000;
border-style:  ;
border-width: 0px;
border-color: # ;
padding-left: 0px;
padding-bottom: 5px;
padding-top: 5px;
margin-top: 5px ;
margin-bottom: 5px;
}

#menu1 a:visited
{
background-color:#000000;
color:#ffffff;
text-decoration:none;
font-family:verdana;
font-size: 12px;
width:120px;
padding-left: 0px;
padding-bottom: 5px;
padding-top: 5px;
margin-top: 5px ;
margin-bottom: 5px;
border:solid 0px #000000;
}

#menu1 a:active
{
background-color:#e6cc98;
color:#000000;
text-decoration:none;
font-family:verdana;
font-size: 12px;
width:120px;
padding-left: 0px;
padding-bottom: 5px;
padding-top: 5px;
margin-top: 5px ;
margin-bottom: 5px;
border:solid 0px #e6e6e6;
}

#menu1 a:hover
{
border-style: ;
border-width: 0px;
border-color: # ;
color: #000000;
background-color: #e6cc98;
}


/* allgemeine links im text */

a:link
{
color: #000000;
text-decoration:underline;
font-family: arial;
font-size: 10pt;
}
a:visited
{
color: #000000;
text-decoration:underline;
font-family: arial;
font-size: 10pt;
}
a:active
{
color:#000000;
text-decoration:underline;
font-family: arial;
font-size: 10pt;
}
a:hover
{
color: #000000;
background-color:#ffffff;
text-decoration:none;
font-family: arial;
font-size: 10pt;
}