        /*
Allgemein
*/
* {
font-family:verdana;
 font-size:11px;

}

body{
        margin: 0px;
        font-family:verdana;
        background-color:#FFFFFF;
       background-image: url("../bg.gif");

}

a {
        text-decoration: none;
        color:#880000;
}


a.grey {
        text-decoration: none;
        color:#CACACA;
}

/* LAYOUT DIVS*/

table.wrapper {
        width: 100%;
        height: 100%;
		/*background-image: url('../bg_table.gif');
	    background-repeat: repeat-y;*/
}

td.wrapper {
        vertical-align: top;
        text-align: center;

}


div.container {
        position: relative;
        margin: 0 auto;
        width: 750px;
        height: 100%;

        text-align: left;
        background-color:#ffffff;

}

div.container {
        position: relative;
        margin: 0 auto;
        width: 750px;
        height: 100%;
        text-align: left;
        background-color:#ffffff;
}

div.containerstart {
        position: relative;
        margin: 0 auto;
        width: 750px;
        height: 100%;
        text-align: left;

}


 div.left {
        position: relative;
        top: 150px;
        left: 0px;
        width: 170px;
        height: 100%;
        background-color:#646464;
}

 div.leftstart {
        position: absolute;
        top: 150px;
        left: 0px;
        width: 170px;
        height: 301px;
        background-color:#646464;
}

div.top {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 750px;
        height: 150px;
        background-color:#FFFFFF;
        background-image: url("../images/layout/header.gif");
        }

div.topstart {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 750px;
        height: 150px;
        background-color:#FFFFFF;
        background-image: url("../images/layout/header_start.gif");
        }




div.dyntitel {
        position: relative;
        top: 40px;
        left: 620px;
        width: 166px;
        height: 18px;
}

div.metaweiterempfehlen {
        position: absolute;
        top: 133px;
        left: 501px;
        width: 135px;
        height: 20px;
        color:#FFFFFF;
}


div.main {
        position: absolute;
        top: 150px;
        left: 170px;
        width: 580px;
        height: 300px;
        background-color:#FFFFFF;
      /*  background-image: url("../images/dynbg/restaurants.gif");  */
}

div.content {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 580px;
        height: 290px;
       background-color:#FFFFFF;
       }

div.langnav {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 170px;
        height: 25px;
        color:#FFFFFF;
        line-height:20px;

}


div.dynpic {
        position: absolute;
        top: 25px;
        left: 430px;
        width: 120px;
        height: 200px;
        color:#f00;

}


div.nav {
        position: absolute;
        top: 25px;
        left: 0px;
        width: 170px;
        height: 220px;

}


/* NAVIGATION */
 a.nav{
        font-weight:bold;
       width: 170px; 
      border-bottom:1px solid #6c6c6c;
        margin : 0px 0px 0px 0px;
      /*  padding : 2px 0px 2px 5px;   */
        display : block;
        background : #969696;
        color : #FFF;
        font-size : 12px;
        text-decoration : none;
        position : relative;
        text-indent:5px;
        line-height:20px;
}

a.nav:hover{
        background-color:#880000;
        color : #FFF;
}


a.subnav{

        width: 170px;
       
        margin : 0px 0px 0px 0px;
       /* padding : 2px 0px 2px 15px; */
        display : block;
        background : #FFF;
        color : #000;
        font-size : 11px;
        text-decoration : none;
        position : relative;
         text-indent:15px;
        line-height:20px;
}
a.subnav:hover{
        color : #880000;

}

span.footer{
        z-index:10;
        font-size : 11px;
        color:#FFFFFF;

}

span.copyright{
        margin-left:8px;
        z-index:10;
        font-size : 8px;
        color:#FFFFFF;

}