.box { width: 590px; height:auto; background: #ffdead; margin-left:200px; }
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:150%; color:#191970; text-align:center; }
.box .top, .box .bottom{display:block;background: #d0e0e6;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #ffdead;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

.box_start {float:left; width: 590px; height:auto; background: #ffdead;  }
.box_start h1, .box_start p {margin: 0 10px;}
.box_start h1 {font-size:150%; color:#191970; text-align:center; }
.box_start .top, .box_start .bottom{display:block;background: #d0e0e6;}
.box_start .top b, .box_start .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #ffdead;
}
.box_start .r1{margin: 0 5px;}
.box_start .r2{margin: 0 3px;}
.box_start .r3{margin: 0 2px;}
.box_start .top .r4, .box_start .bottom .r4{margin: 0 1px;height: 2px;}

#main {margin-left: 200px;}

h4,h2,h1 {
color:#1a4d80;
font-weight: bold;

}

#no {color: #000000;}

#content {margin-left:  200px; width: 70%; font-family:arial;}

#content_stand {margin-left: 400px; font-family:arial; }

#beschreibung {width: 60%;}

#preise th {border: 1px solid; border-color: #000000;}

#header {background: #1a4d80; width: 100%; height:100px;}

#nav {margin-left:200px;}

#dontprint {text-align:center;}

.box font {color:#191970;}
.box_start font {color:#191970;}

a {text-decoration:none; color:black;}


img {border:0;}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #ffdead;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}