body         
{ 
font-family: Verdana, Tahoma, Arial;
margin: 0;
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited
{  
color: #333;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #999       
}

/* Rahmen für Grafiken allgemein */
img
{
border: 0
}

/* Formatierung Your Company */
#logo     
{  
margin: 0;
background-image: url('../images/entwurf.jpg');
background-repeat: repeat;
background-position: center;
height: 150px
}
#logo h1     
{  
margin: 0;
padding-top: 20px;
font-size: 40px;
font-weight: bold;
color: #000;
text-transform: uppercase;
letter-spacing: 5pt;
opacity: 0.5
}
/* Navigation */
#navi
{
background-image: url('../images/navi_hover.gif');
background-repeat: repeat-x;
background-color: #ccc;
color: #333;
font-size: 10px
}
#navi table
{
border-collapse: collapse;
table-layout: fixed;
width: 750px;
line-height: 38px
}
#navi td
{
text-align: center;
border: 1px solid #999
}
#navi a
{
background-image: url('../images/navi.gif');
background-repeat: repeat-x;
color: #fff;
text-decoration: none;
font-size: 12px;
display: block
}
#navi a:hover
{
background-image: url('../images/navi_hover.gif');
color: #000
}

/* Hauptrahmen */
#rahmen      
{ 
background-image: url('../images/bg.gif');
background-repeat: repeat
}

/* Formatierung Beispiel-Suchformular */
#suche
{
background-color: #666;
color: #ccc
}
form
{
margin: 0;
padding: 0
}
.such
{
padding: 6px;
width: 750px
}
.suchbox, .suchbutton
{
font-family: Verdana, Tahoma, Arial;
font-size: 11px
}
.suchbox
{
background-color: #fff;
border: 1px solid #ccc
}
.suchbutton
{
background-color: #ccc;
color: #000;
font-weight: bold;
border: none
}

/* Inhalt Content */
#inhalt     
{  
position:relative;
top:500px;
border: 1px solid #000;
background-color: #fff;
background-image: url('../images/entwurf.jpg');
background-repeat: repeat;
width: 750px;
}

/* Überschriften und Absatz */
#inhalt h1 
{           
font-size: 20px;
color: #000;
letter-spacing: 1pt;
text-align: left;
margin: 25px;
}
#inhalt h2 
{           
font-size: 16px;
color: #000;
text-align: left;
margin: 20px 20px 20 20px;
}
#inhalt p
{           
width:300px;
margin: 0 25px 30px 25px;
text-align: justify;  
font-size: 13px;
color: #000;
}

/* Inhalt_imp */
#inhalt_imp     
{  
position:relative;
top:500px;
border: none;
background-color: #fff;
background-image: url('../images/impressum.png');
background-repeat: no-repeat;
width: 750px;
}

/* Inhalt_dat */
#inhalt_dat     
{  
position:relative;
top:500px;
border: none;
background-color: #fff;
width: 750px;
}

/* Footer */ 
#footer
{
position:absolute;
top:96%;
width:99.9%;
background-image: url('../images/bg_footer.gif');
background-repeat: repeat;
background-position: center;
line-height: 25px;
color: #333;
font-size: 10px
}
