/* Allgemeines */
#hauptcontent   {
	width: 585px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2577B1;
}
#hauptcontent div {
	margin-left: 10px;
	font-weight: bold;
}
/* Navigation */
#kontakt_navigation   {
	width: 170px;
	float: left;
	background-color: #2577B1;
	text-align: left;
	margin-left: 0px;
	border-top: 1px dotted #F6F6F6;
	border-right: 1px dotted #F6F6F6;
}
#kontakt_navigation a {
	font-size: 18px;
	color: #F6F6F6;
	font-style: normal;
	font-weight: lighter;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom: 1px dotted #F6F6F6;
	height: 22px;
}
#kontakt_navigation a:hover {
	text-decoration: none;
	background-color: #3893D6;
	color: #AB363D;
	font-weight: bold;
}
#kontakt_navigation .auswahl {
	text-decoration: none;
	color: #AB363D;
	font-weight: bold;
	background-color: #3893D6;
}
#kontakt_navigation li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 170px;
}
/* Formular */
#formular {
	padding: 10px;
	width: 480px;
}
label, input, select { 
	display: block;
	float: left;
	width: 100px;
	margin-bottom: 5px;
}
form br { 
  clear: left; 
}
#formular label {
	font-weight: bold;
}
input {
	background-color: #CCE3F4;
	width: 250px;
	border: 1px solid #3A4851;
	padding-left: 2px;
}
textarea {
	background-color: #CCE3F4;
	width: 350px;
	border: 1px solid #3A4851;
	padding-left: 2px;
	margin-bottom: 8px;
	float: left;
}
#formular  #senden {
	font-weight: bold;
	width: 100px;
	margin-left: 100px;
	margin-right: 20px;
	padding: 0;
}
#formular #reset {
	font-weight: bold;
	width: 100px;
	padding: 0;
}
input#submit { 
  float: none;
  width: auto;
}
/* Hotels */
#hauptcontent  .hotel img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
}
#hauptcontent  .hotel  {
	overflow: hidden;
	margin-bottom: 20px;
}
#hauptcontent .hotel p {
	float: left;
	margin: 0;
}
/* Anfahrt */
#hauptcontent iframe {
	border: 1px solid #3A4851;
}
#content ol {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 17px;
	font-size: 16px;
}
.li_pdf li {
	list-style-position: outside;
	list-style-image: url(../images/pdf.gif);
	margin-left: 25px;
}
