body {
	margin-height: 0px;
	margin-width: 0px;
	margin: 0px 0px 0px 0px;
	font: 12px Georgia, Times New Roman, Times, serif;
  line-height: 18px;
	padding: 40px 40px 20px 40px;
	background: url(../images/bg_main2.png);
	background-color: #ffffcc;
}

#mood {
	left : 10px;
	position : absolute;
	top : 10px;
  width: 761px;
}

#nav {
	left : 10px;
	position : absolute;
	top : 130px;
	width : 119px;
	background: url(../images/bg_main3.png);
  border-left: 1px dotted red;
  border-bottom: 1px dotted red;
}

#nav a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav b {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  color: #cc9900; 
}

#nav p {
  border-top: 1px dotted red;
  border-bottom: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;

  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  
  text-align: center;
}


#main {
	left: 130px;
	position: absolute;
	top: 130px;
	width: 639px;
	background: url(../images/bg_main.png);
	padding: 0px 0px 0px 0px;
  border-top: 1px dotted red;
  border-left: 1px dotted red;
  border-right: 1px dotted red;
  border-bottom: 1px dotted red;
  margin-bottom: 20px;
}

#maincontent {
	padding: 10px 19px 10px 20px;
}

#maincontent p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 12px;
  margin-top: 0px;
}

h1 {
	font: 14px Georgia, Times New Roman, Times, serif; 
	font-weight: bold; 
	font-style: normal; 
	color: #cc9900; 
	padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
	font: 12px Georgia, Times New Roman, Times, serif; 
	font-weight: normal; 
	font-style: normal; 
	color: #cc9900; 
	padding-bottom: 0px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

td {
  vertical-align: top;
	font: 12px Georgia, Times New Roman, Times, serif;
}

input, textarea {
	font: 12px Georgia, Times New Roman, Times, serif; 
  background-color: #FFFFFF;
}

iframe {
/*  border: 1px solid #009966; */
  border-top: 1px dotted red;
  border-left: 1px dotted red;
  border-right: 1px dotted red;
  border-bottom: 1px dotted red;

}

.framed {
  border-top: 1px dotted red;
  border-left: 1px dotted red;
  border-right: 1px dotted red;
  border-bottom: 1px dotted red;
}

form {
  margin-top: 0px;
}


a {
	color: #006699;
	text-decoration: none;
}
a:hover {
  color: #0066CC;
	text-decoration: underline;
}

a img {
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

/* buchungsanfrage */

table.bookingform {
	border-style: none;
}


input.bookingtext {
  border: 1px dotted red;
	background-color: #FFFFFF;
	width: 160px;
}

input.bookingtext2 {
  border: 1px dotted red;
	background-color: #FFFFFF;
	width: 20px;
}

textarea.bookingtext {
  border: 1px dotted red;
	background-color: #FFFFFF;
	width: 550px;
	height: 60px;
}

table.bookingform td.header {
	color: #cc9900;
	font-weight: bold;
	height: 24px;
	vertical-align: top;
}


table.bookingform input.submit {
  border: 1px dotted red;
  color: #006699;
	background-color: #FFFFC4;
  font-weight: bold;
	width: 160px;
}

table.preise {
  border-top: 1px dotted red;
  border-left: 1px dotted red;
  margin-bottom: 10px;
  width: 600px;
}

table.preise td {
  border-bottom: 1px dotted red;
  border-right: 1px dotted red;
  text-align: center;
}

table.preise th {
  border-bottom: 1px dotted red;
  border-right: 1px dotted red;
  font-weight: bold;
}


/* mitbiz photo gallery */
td.pich { vertical-align: middle; text-align: center; background-image: url(../images/pic_frame_h.png); }
td.picv { vertical-align: middle; text-align: center; background-image: url(../images/pic_frame_v.png); }


