/* CSS styles for Simba-Village website */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	color: #fff;
	height: 100%;
}

table.wrapper {
	height:100%;
	width:100%;
	}

table.wrapper td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #fff;
	text-align: left;
	text-align: center;
	font-size: 13px;
	line-height: 140%;
}

.maincontainer {
	width: 900px;
	height: 640px;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

.main_top {
	width: 900px;
	height: 7px;
	background: url(../pics/back_top.jpg) left top no-repeat;

}

.main_content {
	width: 870px;
	height: 555px;
	padding: 15px;
	padding-top: 7px;
	text-align: left;
	background: url(../pics/back_main.jpg) left top repeat-y;
}

.main_bottom {
	width: 900px;
	height: 12px;
	background: url(../pics/back_bottom.jpg) left top no-repeat;
}

.content_header {
	background: url(../pics/header_pic.jpg) left top no-repeat;
	width: 771px;
	height: 146px;
	margin-right: 5px;
	padding-top:1px;
	padding-left:1px;
}
.picband {
	background: url(../pics/picband_right.jpg) left top no-repeat;
	width: 89px;
	height: 558px;
}

.left {
	float: left;
}

.clear_left {
	clear: left;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clear_both {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.navicontainer {
	width: 771px;
}
.navicontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navicontainer li {
	float:left;
}
.navicontainer li.element_right a {
	float: right; 
	margin-right: 1px;
}

.navicontainer li a {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	outline: none;
	padding-left: 8px;
	padding-top: 3px;
	width: 143px;
	height: 32px;
	margin-right: 3px;
	display: block;
	background: url(../pics/navi_button.jpg) left top no-repeat;
}

.navicontainer li a:hover,
.navicontainer li a.active {
	background: url(../pics/navi_button_active.jpg) left top no-repeat;
	cursor: pointer;
}

.content .list_norm ul {
	list-style-image: none;
	list-style: none;
	list-style-position: inside;
}
.content .list_norm li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}


.content ul {
	list-style-image: url(../pics/list_style_image.jpg);
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style-position: outside;
}

.content li {
	margin-bottom: 20px;
	padding-left: 5px;
	margin-left: 5px;
}

.content {
	margin-top: 10px;
	height: 355px;
	width: 764px;
}

.content a {
	color: #fff;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content_mainpic,
.content_smallpic_left,
.content_smallpic_right {
	border: 1px solid #fff;
}
.content_mainpic {
	margin-right: 10px;
	float: left;
	width: 380px;
	height: 275px;
}

.content_smallpic_left {
	margin-right: 10px;
	float: left;
	width: 177px;
	height: 123px;
	margin-bottom: 5px;
}

.content_smallpic_right {
	float: right;
	width: 177px;
	height: 123px;
	margin-right: 2px;
	margin-bottom: 5px;
}

.content_navi {
	position: absolute;
	bottom: 75px;
	left: 15px;
	
}

.content.homepage {
	margin: 0 auto;
	padding: 0px;
	/*background: url(../pics/homepage.jpg) top center no-repeat;*/
	text-align: center;
	margin-top: 100px;
	/*padding-top: 310px;*/
}
.content.homepage img {
	margin-right: 5px;
}

.footer_navi {
	color: #00529E;
	text-align: right;
}

.footer_navi a.active {
	font-weight: bold;
	text-decoration: underline;
}

.footer_navi a {
	color: #00529E;
	text-decoration: none;
}

.footer_navi a:hover {
	text-decoration: underline;
}
.footer_navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 600px;
}

.footer_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 70px;
}

/* Reservierungsformular */

.formcontainer {
	background: #fff;
	color: #000;
	float: right; 
	margin-right: 2px; 
	width: 430px;
	padding: 10px;
	height: 325px;
	overflow: auto;
	overflow-x: hidden;
	font-size: 11px;
}
.formcontainer h1 {
	margin: 0px;
	font-size: 15px;
	padding: 3px;
	background: #00529E;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}


.formcontainer #contact label {
	width: 200px;
	margin-right: 10px;
	display: block;
	float: left;
}

.formcontainer #contact input,
.formcontainer #contact select  {
	width: 204px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #00529E;
	padding: 3px;
}

.formcontainer #contact #addon-Shuttle,
.formcontainer #contact #addon-Safari {
	width: 15px;
	float: left;
	margin-right: 10px;
}

.formcontainer #contact #addon-label {
	width: 194px;
	margin-right: 10px;
	display: block;
	float: left;
	height: 45px;
}


.formcontainer #contact #msg-element p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: -40px;
}

.formcontainer #contact input:focus,
.formcontainer #contact #msg:focus {
	background: #eee;
	color: #000;
}

.formcontainer #contact .submit_btn {
	margin-left: 170px;
}

.formcontainer #contact .submit_btn:hover {
	cursor: pointer;
}

.formcontainer #contact #msg {
	border: 1px solid #00529E;
	padding: 3px;
	width: 204px;
	height: 100px;
	overflow: auto;
	resize: none;
}


.download_expose {
	position: absolute;
	top: 535px;
	right: 115px;
}