body{ 
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
}

html { 
	background: url(img/background3.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p { text-align:justify; }

div[id="main"] { 
	width: 1130px;
	margin: 0px auto;
	text-align: left;
}

div[id="header"] {
	height: 150px; 
	width: 100%;
	border: 0px solid white;
	background-color: #0b375a
	
}

div[id="copyright"] {
	clear:both;
	font-size:9px;
	text-shadow: 0px 0px 3px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

div[id="line"] {
	height: 7px; 
	width: 100%;
	margin-bottom: 30px;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 2px 1px #333;	
	-webkit-box-shadow: 0px 0px 3px 1px #333;
	box-shadow: 0px 0px 2px 1px #333;
}

div[id="navigation"] {
	width: 220px;
	border: 0px dashed #666;
	float: left;
}

div[id^="navibox"] {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 3px 2px #333;	
	-webkit-box-shadow: 0px 0px 3px 2px #333;
	box-shadow: 0px 0px 3px 2px #333; 
	margin-bottom: 15px;
	position: relative;
}

div[class="ecke_small"] {
	background-image: url('./img/ecke_navi.png');
	background-repeat: no-repeat;
	background-size: 160px 21px;
	width: 160px;
	height: 21px;
	z-index:80;
	position:absolute;
	left:0px;
	top:-1px;
	
}
div[class="ecke_small"] span {
	padding-left:15px;
	font-weight:bold;
	font-variant: small-caps;
	font-size:14px;
	color: #0b375a;
	line-height: 15px;
	cursor: default;
}

div[class="bg_navigation"] {
	background: url(img/background.jpg) repeat;	
	height: 100%; 
	position: relative;	
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 10px 10px 0;
}


.button {
	line-height: 30px;
	background-image: url('./img/button_01.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 0 0 0 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	cursor:pointer;
}

.button:hover {
	background-image: url('./img/button_02.png');
	background-repeat: no-repeat; 
	padding-left: 30px;	
	font-weight: bold;
	color: #fff;
}

ul[id="nav"] ul, ul[id="nav"] li { list-style: none;  color: #FFF;}
ul[id="nav"] { padding-left: 0px; margin: 0px;}
ul[id="nav"] ul { padding-left: 35px; margin: 0px; color: #FFF;}
ul[id^="item"] {padding-left: 15px !important; }
#nav ul { display: none; }
ul[id="nav_sub"] > li.expand { 
	background-image: url(img/arrow_right.png); 
	background-repeat: no-repeat; 
	background-position: 0px 3px;
}

ul[id="nav_sub"] > li.expanded { 
	background-image: url(img/arrow_down.png); 
	background-repeat: no-repeat; 
	background-position:  0px 3px;
}

ul[id="nav_sub"] li.expand span { margin-left: 15px; cursor:pointer;}
ul[id="nav_sub"] li.expand span:hover { font-weight:bold;}
ul[id^="item"] li.expand span { margin-left: 0px; cursor:pointer;}
ul[id^="item"] li { list-style:square outside; margin-left: 15px;}
ul[id="nav_sub"] li a{ color:#FFF; font-weight: normal; }
ul[id="nav_sub"] li a:hover { font-weight: bold; }


ul[id="trailer"], ul[id="datenblatt"] { margin: 0; padding-left: 35px; display: none; }
ul[id="trailer"] li, ul[id="datenblatt"] li { 
	color:#FFF; 
	list-style: none; 
	background-image: url(img/arrow_right.png); 
	background-repeat: no-repeat; 
	background-position: 0px 3px; }
ul[id="trailer"] li a, ul[id="datenblatt"] li a { color:#FFF; font-weight:normal;  margin-left: 15px; }
ul[id="trailer"] li a:hover, ul[id="datenblatt"] li a:hover { font-weight:bold; }


div[id="content"] { 
	width: 880px;
	position: relative;
	float: right;	
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 2px #333;	
	-webkit-box-shadow: 0px 0px 3px 2px #333;
	box-shadow: 0px 0px 3px 2px #333; 	
	margin-bottom: 30px;	
}


div[id="bg_content"] {
	background: url(img/background.jpg) repeat;	
	height: 100%; 
	width: 100%;
	position: absolute;	
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}


h1{ 	
	color: white;
	padding-left: 25px;	
	margin: 30px 0 0 0;
}

div[id="content_box"] {
	width: 780px;
	height: auto;
	opacity: 0.6;
	position: relative; 
	margin-top: 70px;
	margin-left: 20px;
	margin-bottom: 20px;
	opacity: 0.7;	
	filter:alpha(opacity=70);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	z-index: 2;
	-moz-box-shadow: inset 0px 0px 3px 2px #333;
	-webkit-box-shadow: inset 0px 0px 3px 2px #333;
	box-shadow: inset 0px 0px 3px 2px #333; 	
	padding: 30px;
	min-height: 550px;
	overflow: hidden;
}

.features_img {
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 2px 2px #333;
	box-shadow: 0px 0px 2px 2px #333;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	display: block; 

}
.features_img:nth-child(odd) {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
div[id="features"] .features_img:nth-child(odd) {
	float: right;
	margin: 0 0 10px 20px;
}
.header_img {
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 2px 2px #333;
	box-shadow: 0px 0px 2px 2px #333; 

}
h2 {
	margin-top: 30px;
	border-bottom: 1px dashed #333;
}
img + h2 {
	padding-top: 30px;
}
h3 {
	color: #27587a;
	
}
p + h2 { padding-top: 40px; clear: both; }

div[id="content_box"] em, div[id="content_box"] i { color: #27587a; }
div[id="features"] ul { padding-left: 15px;}

.impressum {
	color: #FFF;
	text-decoration: none;
}

.fb-like { margin: 5px 0 0 45px;}
div[id="ecke"] {
	background-image: url('./img/ecke.png');
	background-repeat: no-repeat;
	background-size: 160px 21px;
	width: 160px;
	height: 21px;
	z-index:80;
	position:absolute;
	right:0px;
	top:-1px;
	overflow:hidden;
}

div[id="guestbook"] table { width: 100%; border-collapse:collapse;}

div[id="guestbook"] th { 
	padding: 2px 10px 2px 0px;  
	background-color: #7e95a8;
	-moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
div[id="guestbook"] td { 
	padding: 5px 15px 5px 15px;
	background-color: #f3f5f7;
	-moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0; 
	vertical-align:top;
}
div[id="guestbook"] td:nth-child(odd) { width: 25%; font-weight: bold;  background-color:#ced7de; 
	height: 50px;
	-moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
div[id="guestbook"] th { text-align:right; font-weight:normal; font-size:11px; }
tr[class="empty"] td { border: none; background: none !important; height: 10px !important;}
div[id="gb_navi"] b { color: #27587a; }
div[id="gb_navi"] a { color: #000; }
div[id="gb_navi"] td { vertical-align: top; }


div[id="comment_form"] table { width: 100%; border-collapse:collapse;}
div[id="comment_form"] td { vertical-align:top; }
div[id="comment_form"] td:nth-child(odd) { width: 25%;}
div[id="comment_form"] textarea {width: 100%; border: 1px dotted #27587a;}
div[id="comment_form"] input[type="text"] {width: 90%; border: 1px dotted #27587a; }
div[id="comment_form"] tr:nth-child(3n) td { vertical-align:top; text-align:right;}
div[id="comment_form"] tr:first-child td { font-weight: bold; }

div[id="gallery"] div { float: left; padding: 6px;}
div[id="gallery"] img{ 
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 2px 2px #333;
	box-shadow: 0px 0px 2px 2px #333; 
}

li a {Color: #27587a; text-decoration: none; font-weight: bold;}
li a:visited {Color: #27587a;}

div[id="lang"] {
	margin-top: 2px;
	margin-right: 20px;
	z-index: 99;
	font-size:12px;
	font-weight: normal;	
	color: black;
	cursor: default;
	text-align:right;
}
div[id="lang"] img {
	opacity: .5;
	cursor: pointer;
	padding-left: 10px;
}
div[id="lang"] img:hover{
	opacity: 1;
}
div[id="lang"] img[class="active"] {
	opacity: 1;
}