/*
body{
background-image: url('images/leiste_rechts.jpg');
background-repeat:repeat-x;
background-position-x: 0px;
background-position-y: 0px;

padding: 0px;
margin: 0px;

}

.main{
padding: 0px;
margin: 0px;

background-image: url('images/background.jpg');
background-repeat: no-repeat;
background-position-x: 0px;
background-position-y: 0px;


}
*/
body{
padding: 0px;
margin: 0px;

background-image: url('images/leiste_rechts_lang.jpg');
background-repeat:repeat-x;
background-position-x: 1200px;
background-position-y: 0px;

font-family: Helvetica;
}



.main {
top: 0px;
position: absolute;
left: 0px;
background-image: url('images/background.jpg');
background-repeat: no-repeat;

width: 1024px;
height: 768px;
}


.navi
{
position: absolute;
left: 510px;
top: 270px;
width: 500px;
}


.navi ul{
font-family: Helvetica;
color: black;
text-decoration: none;
float: right;
}

.navi li{
list-style: none;
padding: 3px;
padding-left: 10px;
padding-right: 10px;
background-color: yellow;
float: left;
}

.navi li a{
display:block;
color: black;
text-decoration: none;
}

.content{
position: absolute;
left: 20px;
top: 350px;
}

.content a{
color: #009ee1;
background-color: white;
}

#zeittabelle
{
border: none;
width: 1025px;
padding-right: 25px;
}

.termin{
font-size: 14px;
vertical-align: top;
background-color: #009ee1;
padding: 5px;
width: 250px;
font-size: 14px;
font-weight: bold;
}



table .zeit{
font-weight: bold;
vertical-align: top;
font-size: 25px;
padding-right: 15px;
}

table h2{
font-size: 12px;
}

h2{
font-size: 16px;
}

table .mehr{
color: black;
text-decoration: none;
background-color: yellow;
}

table .mehr:hover{
text-decoration: none;
background-color: yellow;
}

.rechts{
width: 600px;
}

.links{
position: absolute;
text-align: right;
top: 0px;
left: 640px;
width: 355px;
}

.preis{
font-size: 16px;
}