html, body {
margin : 0;
padding : 0;
}


html {
    height: 100%
}
body {    min-height: 101%;
font : 73% "Trebuchet MS", Arial,  Helvetica, Tahoma, sans-serif;
background : #fff;
color : #555;

}


			/*WRAP*/
#wrap {
width: 960px;
margin-left: auto;
margin-right: auto;
padding: 0;
color : #555;
background: #fff url(images/wrap_bg.jpg) repeat-x;
}
			/*TOP BANNER*/
#masthead {
height:110px;
padding: 0;
margin-bottom: 0;

background-position: right;
background-repeat: no-repeat;
}



			/*MAIN CONTAINER*/
#container {
width: 770px;
border: 0px solid #aaa;
margin-left: auto;
margin-right: auto;
margin-top:30px;
padding: 0;
line-height: 1.8em;
}
			/*TOP NAVIGATION*/
#menucontainer{position:relative;height:56px; color:#E0E0E0;background:#143D55;
width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}

#menunav{position:relative; height:33px;font-size:12px;text-transform:uppercase;
font-weight:bold;background:#fff url(images/menu_bg.gif) repeat-x bottom left;
padding:0 0 0 20px;}

#menunav ul{margin:0 auto;padding:0; white-space: nowrap; list-style-type:none;width:auto;float:left;}

#menunav ul li{display:block;float:left;padding:0 1px;}

#menunav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;
padding:0 0 0 20px;height:33px;}

#menunav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}

#menunav ul li a:hover{color:#fff;
background:transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;}

#menunav ul li a:hover span{display:block;width:auto;cursor:pointer;}

#menunav ul li a.current,#menunav ul li a.current:hover{color:#fff;
background:#1D6893 url(images/menu_left-ON.gif) no-repeat top left;line-height:275%;}

#menunav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;
background:#1D6893 url(images/menu_right-ON.gif) no-repeat top right;height:33px;}
			/*MAIN CONTENT*/
#content {
padding: 0 1em 0 1em;
margin: 0 320px 0 0;
border-right: 1px solid #eee;
}
			/*SIDEBAR*/
#sidebar {
float: right;
width: 280px;
margin-top: 0;
padding: 0 1em 0 1em;
}
			/*FOOTER*/
#footer {
width: 960px;
margin-left: auto;
margin-right: auto;
clear: both;
height: 50px;
padding: 0;
margin-bottom: 0;
margin-top: 20px;
text-align: center;
border-top: 10px solid #143D55;
color: #333;
background: #4592BE;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 20px 0 20px 25px;
font-size: 175%;
letter-spacing: 5px;
color: #143D55;
}
h2 {
margin: 0;
padding: 20px 0px 20px 0px;
font-size: 160%;
letter-spacing: 3px;
color: green;
}

.termin{
font-size: 140%;
letter-spacing: 3px;
color: green;
font-weight: bold;
width: 150px;
 }

.termin2{
font-size: 140%;
letter-spacing: 3px;
color: #4592BE;
font-weight: bold;
text-align: right;
 }
 .termintr{
     vertical-align: top}

blockquote {
padding: 15px;
font-weight : bold;
font-style : italic;
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
color : #b29b35;
}
			/*LINKS*/
a:link, a:visited {
color : blue;
background : inherit;
text-decoration : none;
}
a:hover {
color : red;
background : inherit;
text-decoration : none;
}

a:focus {
    outline: none;
}
			/*IMAGES*/
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}
			/*SEARCH BAR*/
legend {
color: green;
}
input {
background: #eee;
}
 .logo  {

     text-align: right;
     color: purple;

 }
 
  #master {

     color: white;
 }
  #master2 {
      font-size: smaller
  }
    thead {
       font-weight: bold;
       color: #4592BE;
       font-size: 140%;
   }
   
   .preise {font-weight: bold;
color: green;
font-size: 160%;
padding-bottom: 5px;
text-align: left;

}