body  {
  margin:0;
  background-color: #F8DCC1;
  background-image: url('/m%FCritz-yachten.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
  background-attachment: fixed;
}

body, p, ul, td  {
  font-family: Verdana;
  font-size: 12px;
}

a img  {
  border: 0px;
}

p.small  {
  font-size: 10px;
}

p.claim  {
  color: #3C6A90;
  font-weight: bold;
  font-size: 14px;
}

p.claim-big  {
  color: #3C6A90;
  font-weight: bold;
  font-size: 16px;
}


ul#yachten {
  margin-left: 0px;
  padding: 5px;
}


ul#yachten ul {
  margin-left: 5px;
  padding: 5px;
}

ul#yachten li {
	margin-left: 5px;
}


h1  {
  color: navy;
  font-size: 18px;
  font-weight: bold;
}

h2  {
  font-size: 14px;
  font-weight: bold;
}

em  {
  color: RGB(181,8,41);
  font-weight: bold;
}

a  {
  font-weight: bold;
  text-decoration: none;
  color: navy;

}

#all_outer  {
height: 100%;
overflow: hidden;
}

#content_outer  {
  PADDING: 20px;
  FLOAT: right;
  width: 60%;
}


#content  {
	overflow: hidden;
}

#navi  {
 float: left;
 WIDTH: 25%;
 HEIGHT: auto;
 PADDING: 30px;
 background-color: #d4e5f2;
 background-image: url(/m%FCritz-yachten.gif);
 border-right: solid 2px #3C6A90;
 border-bottom: solid 2px #3C6A90;
}


#navi li  {
	MARGIN: 7px;
}

#navi  a  {
  color: black;
}

#footer  {
	TEXT-ALIGN: center;
}

a:hover  {
  text-decoration: underline;
}

td.data, th.data  {
  background-color: #d4e5f2;
  font-size: 12px;
  padding: 5px;
}

td.data-light, th.data-light  {
  background-color: #e4f3ff;
  font-size: 12px;
  padding: 5px;
}

th.data  {
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

td.form, th.form  {
  background-color: #eedddd;
  font-size: 12px;
  padding: 5px;
}

th.form  {
  font-weight: bold;
  font-style: italic;
  text-align: left;
}


.button  {
  background-color: #eedddd;
  font-size: 12px;
}




