html {overflow-y: scroll;}

body {
 margin:0px;
 font-family:verdana,arial,helvetica;
 background-image: url(bilder/hintergrund01.jpg);
 background-attachment: fixed;
 background-repeat:no-repeat;
 background-position:center center;
 background-size:150% 150%; 
}

h1 {
 font-size: 11pt;
}

a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color:black; }
a:hover {text-decoration: underline; color:blue;}

.visitenkarte {
 width:300px;
 background-image: url(bilder/visitenkarte.jpg);
 background-position: center top;
 background-size: 100% 80%;
 background-repeat: no-repeat;
}

.header {
 vertical-align: top;
}

.menue {
 font-family: Comic Sans MS,Verdana,Helvetica;
 /* font-style: oblique; */
 font-style: normal;
 font-size: 12pt;
 color: rgb(50,70,100);
 vertical-align: top;
 background-image: url(bilder/menue-fuss.jpg);
 background-repeat:no-repeat;
 background-position:center bottom;
}

.menue ul {
 margin-top: 0px;
}

.inhalt {
 vertical-align: top;
 padding: 10px;
}