html {
    overflow:auto;
}

body {
    background: url(Hintergrund.jpg) #FCB489;
		background-position:center top;
		background-attachment:fixed;
		/*background-repeat: no-repeat;*/

    /*background: #FCB489;*/
    padding: 0;
    margin: 0;
}

* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #aa5500;
    display: table;
    background: #FFE2D3;
    margin: 0 auto;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 12px;font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;color: #aa5500;}
#body p {font-size: 12px;color: #aa5500;}
#body .bot, #body .bot td, #body .bot p{font-size: 12px;color: #AA5500}
#body .bot a{padding:1px;border-bottom:1px dotted #0000FF;text-decoration: none}/*#0090E0*/
#body .links a{padding:1px;border-bottom:1px dotted #0000FF;text-decoration: none}/*#0090E0*/
#body .verweis a{padding:1px;border-bottom:1px dotted #AA5500;text-decoration: none}/*#0090E0*/
#body ul{list-style-image:url(bullet.gif);}


a, a:visited {
    color: #0000FF;
    text-decoration: none;
     /*padding:1px;
 border-bottom:1px dotted #0090E0;
 text-decoration: none;*/

}
a:hover {
 /*padding:1px;
 border-bottom:1px dotted #0090E0;
 text-decoration: none;*/

    text-decoration: none;
}


