@charset "utf-8";
/* CSS Document */

A:link
{
text-decoration: none;
color: #4d4d4d;
}

A:visited
{

	text-decoration: none;
}

A:active
{

	text-decoration: none;
}

html, body{
background-color: #FFFFFF;
color: #000000;
font-family: "Century Gothic";
height: 100%;
}

#alles{
position: relative;
margin: auto;
text-align: left;
width: 800px;
height: 600px;
}

#header{
position: absolute;
width: 655px;
height: 135px;
}

#logo{
position: absolute;
left: 665px;
width: 135px;
height: 135px;
}

#navi{
position: absolute;
top: 145px;
width: 655px;
height: 30px;
}

#home{
position: absolute;
width: 115px;
height: 30px;
}

#float{
position: absolute;
left: 135px;
width: 115px;
height: 30px;
}

#desk{
position: absolute;
left: 270px;
width: 115px;
height: 30px;
}

#dinner{
position: absolute;
left: 405px;
width: 115px;
height: 30px;
}

#contact{
position: absolute;
left: 540px;
width: 115px;
height: 30px;
}

#textfeld{
position: absolute;
top: 180px;
width: 655px;
height: 140px;
}

#bild{
position: absolute;
top: 335px;
width: 655px;
height: 265px;
}

#bild_rechts{
position: absolute;
top: 145px;
left: 665px;
width: 135px;
height: 455px;
}