@charset "utf-8";
/* CSS Document */

/* Allgemeine Elemente */

body,html {
	width: 100%;
	height: 100%;
}

body {
	padding:0px;
	margin: 0px;
	background-color: #000000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 941px;
	margin: 0px auto;
}

#header {
	position: absolute;
	width: 941px;
	height: 129px;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#header_inner_container {
	position:relative;
	width: 813px;
	height: 129px;
	display: inline;
	float: left;
}

#header_kontakt_box {
	position:relative;
	width: 813px;
	height: 67px;
	background-image: url(/images/elements/background_header_kontakt_box.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
	text-align: right;
	
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
}

#logo {
	position: relative;
	width: 128px;
	height: 129px;
	display: inline;
	float: left;
}

#top_visual {
	position: absolute;
	width: 941px;
	height: 255px;
	top: 129px;
	left: 0px;
	z-index: 1;
}



#top_visual_button {
	position: absolute;
	bottom: 22px;
	right: 22px;
	z-index: 2;
}

#top_visual_text {
	position: absolute;
	top: 16px;
	right: 22px;
	z-index: 2;
}

#top_visual_skyline_webcam {
	position: relative;
	width: 776px;
	height: 569px;
}

#footer {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#footer_nav {
	position: absolute;
	width: 260px;
	height: 20px;
	bottom: 28px;
	left: 0px;
	padding: 0px;
	z-index: 5;
}

#footer_se_helper_text {
	position: relative;
	width: 681px;
	padding: 0px 0px 10px 260px;
}

#footer_bottom {
	position: relative;
	width: 941px;
	height: 22px;
	border-top: 1px solid #ee7f00;
}

#footer_copyright_impressum {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 400px;
	height: 17px;
	z-index: 1;
}

#footer_info {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 400px;
	height: 17px;
	z-index: 1;
	
	text-align: right;
}

/* Navigation */

#navigation {
	position: relative;
	width: 813px;
	height: 62px;
}

#navigation div.main_ul {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	z-index:100;
}

#navigation div.main_li {
	padding: 35px 10px 0px 10px;
	margin-left: 10px;
	list-style: none;
	float: left;
	height: 62px;
}

#navigation div.main_li:hover {
	background-image: url(/images/elements/background_navigation_main.gif);
	background-repeat: repeat-x;
}

#navigation a.main {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a.main:hover {
	/*color: #ee7f00;*/
}

#navigation div.main_active {
	background-image: url(/images/elements/background_navigation_main.gif);
	background-repeat: repeat-x;
}

#navigation a.main_active {
	color: #000000;
}

#navigation a.main_active:hover {
	color: #000000;
}

#navigation div.sub_holder {
	position: relative;
}

#navigation div.sub_ul {
	position: absolute;
	top: 27px;
	left: -10px;
	width: auto;
	padding: 0px;
	margin: 0px;
	z-index:106;
	background-image: url(/images/elements/background_navigation_sub.png);
	visibility:hidden;
	
}

#navigation div.sub_ullast {
	position: absolute;
	top: 27px;
	right: -10px;
	width: auto;
	padding: 0px;
	margin: 0px;
	z-index:106;
	background-image: url(/images/elements/background_navigation_sub.png);
	visibility:hidden;
	
}

#navigation div.sub_li {
	list-style: none;
	margin: 0px;
	padding: 4px 5px 3px 18px;
	white-space:nowrap;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #f0eef1;
	background-image: url(/images/elements/navigation_sub_arrow.png);
	background-repeat: no-repeat;
	background-position:left;
}

#navigation a.sub {
	white-space:nowrap;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

#navigation a.sub:hover {
	color: #ee7f00;
}

#navigation a.sub_active {
	color: #ee7f00;
}

/* Content */

#content_container_index {
	position: relative;
	width: 941px;
	padding: 404px 0px 20px 0px;
	
}

#content_container_index_main_content {
	padding-right: 20px;
}

#content_container_index_spacer {
	position: relative;
	display: block;
	width: 796px;
	height: 20px;
	clear:both;
}

#content_container_index_block_left {
	position: relative;
	width: 379px;
	padding: 10px 20px 10px 0px;
	display: block;
	float: left;
	line-height: 20px;
}

#content_container_index_block_right {
	position: relative;
	width: 377px;
	padding: 10px 0px;
	display: block;
	float: left;
	line-height: 20px;
}

#content_container_skyline_webcam {
	position: relative;
	width: 941px;
	padding: 129px 0px 20px 0px;
}

#content_container_standardseite {
	position: relative;
	width: 941px;
	padding: 404px 0px 20px 0px;
	color: #FFFFFF;
}

#content_container_standardseite img {
	border: none;
}

#content_container_standardseite_main_content {
	padding-right: 20px;
}

#content_container_standardseite .spacer {
	position: relative;
	display: block;
	width: 768px;
	height: 25px;
	clear:both;
}

#content_container_standardseite_block_left {
	position: relative;
	width: 365px;
	padding: 10px 20px 10px 0px;
	display: block;
	float: left;
	line-height: 20px;
	color: #FFFFFF;
}

#content_container_standardseite_block_left img {
	margin: 5px 10px 5px 0px;
	
}

#content_container_standardseite_block_right {
	position: relative;
	width: 363px;
	padding: 10px 0px;
	display: block;
	float: left;
	line-height: 20px;
	color: #FFFFFF;
}

#content_container_standardseite_block_right img {
	margin: 5px 10px 5px 0px;
	
}

#content_container_standardseite .block_full {
	position: relative;
	width: 743px;
	padding: 30px 0px 10px 0px;
	display: block;
	line-height: 20px;
	color: #FFFFFF;
}

#content_container_standardseite_block_full {
	position: relative;
	width: 743px;
	padding: 10px 0px 10px 0px;
	display: block;
	line-height: 20px;
	color: #FFFFFF;
}

#clearer {
	clear: both;
}

#content_container_buch {
	position: relative;
	display: block;
	width: 941px;
	
	background-image: url(/images/elements/background_book_fill.jpg);
	
	color:#000000;
}

#content_container_buch_top {
	background-image: url(/images/elements/background_book_top.jpg);
	background-repeat: no-repeat;

}

#content_container_buch_bottom {
	background-image: url(/images/elements/background_book_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_container_buch_container {
	position: relative;
	display: block;
	padding: 72px 31px 130px 41px;
}

#content_container_buch_block_headline {
	position:absolute;
	top: 10px;
	left: 30px;
	width: 350px;
	height: 40px;
	z-index: 2;
}

#content_container_buch_block_eintrag_schreiben {
	position:absolute;
	top: 22px;
	left: 645px;
	width: 236px;
	height: 31px;
	z-index: 2;
}

#content_container_buch_block_navigation {
	position:absolute;
	bottom: 85px;
	right: 48px;
	width: 436px;
	height: 31px;
	z-index: 2;
	text-align:right;
}

#content_container_buch_block_navigation .small_link {
	font-size: 10px;
	color: #ef621d;
}

#content_container_buch_block_navigation .deactivated {
	color: #cccccc;
}

#content_container_buch_block_links {
	position: relative;
	display: block;
	float: left;
}

#content_container_buch_block_rechts {
	position: relative;
	display: block;
	float: left;
}

#content_container_buch_block_spacer {
	position: relative;
	display: block;
	float: left;
}

#content_container_standardseite li {
	list-style-position:inside;
}

/* Gästebuch */

#gaestebuch_box_even {
	position: relative;
	display: block;
	width: 371px;
	padding: 5px 5px 10px 5px;
}

#gaestebuch_box_odd {
	position: relative;
	display: block;
	width: 371px;
	background-color: #fff6d9;
	padding: 5px 5px 10px 5px;
}

#gaestebuch_headline {
	position: relative;
	display: block;
	width: 371px;
	height: 18px;
	background-image: url(/images/elements/trennlinie_gaestebuch.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#gaestebuch_eintrag {
	position: relative;
	display: block;
	width: 371px;
}

#passagierfoto_box {
display:block;
position:relative;
width: 137px;
height: 166px;
float: left;
margin-bottom: 12px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
z-index: 10;
	}

#passagierfoto_eintrag {
display:block;
position:relative;
width: 123px;

}


#fotosuche_name {
	width: 150px; height: 19px;
	margin: 5px 10px;
}

#fotosuche_datum {
	width: 150px; height: 19px;
	margin: 5px 10px;
}

#content_container_buch_block_fotosuche {
position:absolute;
	top: 21px;
	left: 495px;
	width: 356px;
	height: 31px;
	z-index: 2;
}

/* Boxen */

#box_container_index {
	position: relative;
	display: block;
	width: 796px;
	height: 114px;
}

#box_small {
	position: relative;
	display: inline;
	float: left;
	width: 145px;
	height: 114px;
	margin-right: 14px;
}

#box_small .no_margin {
	margin-right: 0px;
}

#box_small_head {
	position: relative;
	display: block;
	width: 145px;
	height: 21px;
	background-image: url(/images/elements/box_small_top.png);
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
}

#box_small_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 113px;
	z-index: 3;
}

#box_small_content {
	position: relative;
	display: block;
	width: 145px;
	height: 92px;
	background-image: url(/images/elements/box_small_content.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#box_small_text {
	padding: 5px 7px 7px 7px;
	font-size: 12px;
	line-height: 16px;
	color: #fbe209;
}

#box_small_text h1 {
	color: #ef621d;
	font-size: 12px;
	font-weight: bold; 
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

#box_small_long {
	background-image: url(/images/elements/box_small_content.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#box_small_long_head {
	position: relative;
	display: block;
	width: 145px;
	height: 21px;
	background-image: url(/images/elements/box_small_top.png);
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
}

#box_small_long_content {
	position: relative;
	display: block;
	font-size: 11px;
	
	line-height: 16px;
	color: #b1b3b4;
	
}

#box_small_long_text {
	position: relative;
	display: block;
	padding: 5px 11px 11px 11px;
}

#box_small_long_text_passagierfotos {
	position: relative;
	display: block;
	font-size: 11px;
	font-style:italic;
	line-height: 16px;
	color: #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
}

#box_small_long_text_passagierfotos img {
	margin: 11px 0px;
}

#box_small_long_text_gaestebuch {
	position: relative;
	display: block;
	padding-top: 11px;
	font-size: 12px;
	font-style:italic;
	line-height: 16px;
	color: #b1b3b4;
	border-top: 1px solid #b1b3b4;
}

#box_small_long_text_gaestebuch img {
	margin: 11px 0px;
}

#box_middle_long {
	background-image: url(/images/elements/box_middle_content.png);
	background-repeat: repeat-y;
	background-position: top;
	
}
/*
#box_middle_long .bottom {
	position: absolute;
	width: 173px;
	height: 7px;
	bottom: 20px;
	right: 0px; 
	background-image: url(/images/elements/box_middle_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
*/

#box_middle_long_head {
	position: relative;
	display: block;
	width: 173px;
	min-height: 16px;
	background-image: url(/images/elements/box_middle_top.png);
	background-repeat: no-repeat;
	padding:2px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

#box_middle_long_content {
	position: relative;
	display: block;
	padding: 11px 11px 11px 11px;
	font-size: 11px;
	font-style:italic;
	line-height: 16px;
	color: #b1b3b4;
}

#box_middle_long_content_no_padding {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 11px;
	font-style:italic;
	line-height: 16px;
	color: #b1b3b4;
}

#box_middle_long_picture img {
	margin: 0px 0px 11px 0px;
}

#box_middle_long_picture {
	position: relative;
	display: block;
	padding: 0px 0px 11px 1px;
	font-size: 11px;
	font-style:italic;
	line-height: 16px;
	color: #b1b3b4;
}

#box_middle_long_picture_text {
	padding: 0px 11px 11px 11px;
}

.ohne_einzug_links {
	margin-left: -11px;
	margin-right: -11px;
}

/* Schriftformatierungen */

.yellow {
	color: #fbe209;
}

.black {
	color: #000000;
}

.orange {
	/*color: #ef621d;*/
        color: #ee7f00;
}

.orange_light {
	color: #ee7f00;
}

.grey {
	color: #696a6c;
}

.white {
	color: #FFFFFF;
}

a {
	color: #fbe209;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#content_container_standardseite h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #ee7f00;
}

h3 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #ee7f00;
}

h5 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #ffd500;
	text-align: right;
}

h6 {
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: right;
}

.lineheight_20 {
	line-height: 20px;
}

.padding_bottom_10 {
	padding-bottom: 10px;
}

.smallertext {
	font-size: 9px;
}

#header_kontakt_box .smalltext {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

#box_small_long_text_gaestebuch .smalltext {
	font-size: 10px;
	font-weight: normal;
}

.text_10_px {
	font-size: 10px;
}

.text_9_px {
	font-size: 9px;
}

.display_only_in_print {
	display: none;
}
