﻿/* fertig? */


/*allgemein---------------------------------------------------------------------------------*/
*
{
    outline:none; 
}


body
{
 background:url(../img/hintergrund.jpg) top center #FFFF00;
 margin:0px;
 padding:0px;
}

a
{
    color:white;
    text-decoration:none;
    display:block;
}



img
{
    border:0;    
}

div#page
{
 margin:31px auto auto auto;
 width:816px;
 position:relative;
 
}

div#content
{
 float:left;
 width:617px;
 height:532px;
 background-image:url(../img/slideshow/1.jpg);
}

div#bgImg
{
 float:left;
 width:617px;
 height:532px;
 border-right: solid 1px #000000;
}

/*ende allgemein--------------------------------------------------------------------------------------*/

/*logolink----------------------------------------------------------------------------------------*/

a.home
{
    display:block;
    width:180px;
    height:50px;
    margin-top:12px;    
}

div#logo
{
    width:200px;
    height:100px;    
}
/*ende logolink---------------------------------------------------------------------------------------------*/

/*navi---------------------------------------------------------------------------------------------------*/

#navi
{
 float:left;
 background-image:url(../img/hintergrund_navi.jpg);
 width:197px;
 overflow:hidden;
 height:532px;
 border-left: solid 1px #000000;
}


ul#nav
{
    list-style-type:none;
    margin:0;
    margin-top:20px;
    margin-left:-1px;
    padding:0;
    height:124px;
    z-index:100;
    position:relative;
}

ul#nav li
{
    border-bottom:1px dotted #fefefe;
    padding:8px 10px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    text-transform:uppercase;
}

ul#nav li a
{
    background-image:url(../img/pfeilchen_inaktiv.gif);
    background-position:right;
    background-repeat:no-repeat;
}

ul li#first
{
    border-top:1px dotted #fefefe;
}



.active
{
    background-image:url(../img/pfeilchen_aktiv.gif);
       color:#e2d200;
}

.active1
{
}

/*ende navi--------------------------------------------------------------------------------------*/

/*slidemeüs-----------------------------------------------------------------------------------------------------*/

div.horizontal_slide
{
    margin-top:6px;
    //margin-top:7px;
    margin-left:0px;
    background-color:White;
    border:1px solid black;
    width:581px;
    //width:580px;
    padding:10px;
    padding-left:18px;
    font-family:Arial;
    font-size:11px;
    line-height:24px;
    position:relative;
    z-index:1001!Important;
}

#horizontal_slide1
{
    margin-top:7px;
    //margin-top:8px;
}


.schliessen
{
    background-color:white;
    color:#999999; 
    bottom:10px;
    right:10px;
    position:absolute;
}

.schliessen a
{
    color:#999999;
}

div#slidein1
{
   float:right;    
}

div#slideContainer
{
    position:absolute;
    left:197px;
    overflow:hidden;
    visibility:hidden;
    float:left;
    z-index:1000;
}
/*ende slidemenüs-----------------------------------------------------------------------------------------*/

/*anfahrtsplan-----------------------------------------------------------------------------------*/

div#anfahrtsplan
{
    position:absolute;
    left:197px;
    top:0px;
    background-color:#000000;
    height:532px;
    width:618px;
    display:none;
    overflow:hidden;
    z-index:100;
}
/*ende anfahrtsplan----------------------------------------------------------------------------*/

/*firma-------------------------------------------------------------------------------*/

div#firma
{
    bottom:0px;
    right:5px;
    margin-right:12px;
    text-align:right;
    font-size:10px;
    font-family:Arial;
    margin-top:-13px;
}

a#firmenlink
{
   color:black;
   font-size:10px;
   display:inline;
   text-decoration:underline;  
}
/*ende firma-----------------------------------------------------------------------------------------*/

/*tabellen---------------------------------------------------------------------------------------------*/

table#kontakt
{
    width:560px;
    line-height:15px;
    height:10px;
    text-align:left;
}

table#kontakt ul li * a
{
    list-style-type:none!Important;
}


table#kontakt ul
{
    list-style-type:none!Important;
    padding:0;
    margin-left:-3px;
}


table#kontakt
{
    list-style-type:none!Important;
    padding:0;
    margin-left:-3px;
}


table#kontakt table td,table#kontakt table,table#kontakt
{
    vertical-align:top!Important;
}


table a
{
    color:black;
    text-decoration:underline; 
}

table.aufzaehlung 
{
    text-align:left;
    table-layout:fixed;
    
    
}

table.aufzaehlung td
{
    width:33%;
    text-align:left;
}    

table.aufzaehlung td ul
{
list-style-type:none;

margin-left:-42px;
//margin-left:-1px;
}   

table
{
    width:560px;
    line-height:16px;
    height:15px;
    text-align:left;
}

/*ende tabellen--------------------------------------------------------------------------------------*/

/*impressum--------------------------------------------------------------------------------------*/

#impressum
{
    text-align:left;
    font-size:9px;
    margin-left:11px;
    font-family:Arial;
    margin-top:-11px;
    
}

a#impressumlink
{
    color:black;
    font-size:9px;
    display:inline;
}

/*ende impressum---------------------------------------------------------------------------------*/

