* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #fff;
}

#wrapper {
margin: 10px auto;
width: 942px;
height: 500px;
background-image:url(bilder/logo.jpg);
position: relative;
}

#kontakt {
width: 400px;
padding: 38px 0 0 558px;
}

h1 {
font-size: 23px;
font-weight: normal;
margin-bottom: 14px;
}

h2 {
font-size:18px;
font-weight: normal;
margin-bottom: 5px;
margin-top: 15px;
}

address {
font-style: normal;
}


#speisekarte {
margin-top: 20px;
}

a:link {font-weight:bold; color: #000; text-decoration: none;}
a:visited {font-weight:bold; color: #000; text-decoration: none;}
a:hover {font-weight:bold; color: #000; text-decoration: underline;}
a:active {font-weight:bold; color: #000; text-decoration: none;}

#logo-gastro {
width: 110px;
float: left;
padding-left: 2px;
}

#text-gastro {
width: 230px;
float: left;

}


