

/* --- Stylesheet 1678 () --------- */ 

#common_links {
	background-color: #ccc;
	position: fixed;
	bottom: 25px;
	width: 100%;
}
#links {
	margin: 0 auto;
	width: 800px;
	height: 20px;
	padding: 5px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#links .languages {
	float: left;
	padding: 0 10px;
	border-right: solid 1px #333;
}
#links .common {
	float: left;
	padding: 0 10px 0 20px;
	border-right: solid 1px #333;
}
#links .social {
	float: left;
	padding: 0 10px 0 20px;
}
#links a {
	color: #333;
	text-decoration: none;
	margin-right: 10px;
}

/* --- Stylesheet 1679 () --------- */ 

body {
	background-color: #FFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;

	position: relative;
	top: 0xp;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#content {
	/*position: fixed;
	top: 140px;
	bottom: 103px;*/
	margin-bottom: 107px;
	/*min-height: 700px;*/
	width: 100%;
}

#content_inner {
	/*min-height: 300px;*/
	color: #fff;
	padding: 50px 50px 20px 50px;
	z-index: 1;
}
#motive {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
	background-color: #000;
}
.motiv {
	/*position: fixed;
	top: 140px;
	left: 0px;
	bottom: 103px;
	padding: 1px 0 0px 0;
	z-index: -1;*/

	/*right: 0px;
	height: 100%;*/

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

.motiv .Bild img {
	width: 100%;
	height: auto;
	/*height: 100%;*/
}

#nav_right {
	position: fixed;
	top: 300px;
	right: 0px;
	/*width: 50px;
	height: 50px;*/
	font-size: 25px;
	padding: 15px;
	background: rgba(217, 217, 217, 0.6);
	cursor: pointer;
	z-index: 10;
}
#nav_left {
	position: fixed;
	top: 300px;
	left: 0px;
	font-size: 25px;
	padding: 15px;
	background: rgba(217, 217, 217, 0.6);
	cursor: pointer;
}

.nav_verlauf {
	background:-moz-linear-gradient(top, transparent, #ccc); /* Firefox */
	background:-webkit-linear-gradient(top, transparent, #ccc); /* Safari, Chrome */
	background:-o-linear-gradient(top, transparent, #ccc); /* Opera */
	background:-ms-linear-gradient(top, transparent, #ccc); /* IE */
	background:linear-gradient(top, transparent, #ccc); /* W3C Standard */
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 107px;
}
#main_content {
	position: relative;
	left: 300px;
	border-left: 1px solid #000;
	min-height: 500px;
}

/* --- Stylesheet 1680 () --------- */ 

#header {
	/*background: url(http://tramino.s3.amazonaws.com/s/obere-muehle/523063/schindel-streifen-dunkel100.png) repeat-x;*/
	/*http://tramino.s3.amazonaws.com/s/obere-muehle/509452/schindeln.jpg*/
	/*background-color: rgba(220, 220, 220, 1.0);*/

	height: 100px;
	/*padding: 10px 0;*/
}
#header .logo {
	height: 100px;
	width: 220px;
	margin: 0 auto;
	background: rgba(217, 217, 217, 0.6);
	padding: 10px 10px 20px 10px;
	position: relative;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#header .logos {
	height: 90px;
	position: fixed;
	right: 0px;
	top: 10px;
	background: rgba(217, 217, 217, 0.6);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding-left: 10px;
}
#header .logos img {
	margin: 10px 5px 10px 5px;
	float: right;
}
#header .verlauf {
	position: absolute;
	left: 0px;
	top: 50px;
	/*background: url(http://tramino.s3.amazonaws.com/s/obere-muehle/348907/bg-verlauf.png) top left repeat-x;*/
	height: 90px;
	width: 100%;

	background:-moz-linear-gradient(top, transparent, #ccc); /* Firefox */
	background:-webkit-linear-gradient(top, transparent, #ccc); /* Safari, Chrome */
	background:-o-linear-gradient(top, transparent, #ccc); /* Opera */
	background:-ms-linear-gradient(top, transparent, #ccc); /* IE */
	background:linear-gradient(top, transparent, #ccc); /* W3C Standard */
}

/* --- Stylesheet 1681 () --------- */ 

#nav {
	position: fixed;
	bottom: 55px;
	right: 0;
	width: 100%;
	background-color: #000;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#nav li{
	float: left;
	margin: 10px 15px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
#nav li:hover{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #fff;
}
#nav .nav_aktiv,#nav .nav_offen {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#nav a{
	color: #fff;
	font-family: 'BernhardModernFSRegular', Georgia, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	/*width: 180px;*/
	height: 30px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#nav a:hover{
}
#nav ul .ul {
	display: none;
}

#left_nav {
	width: 300px;
	/*float:left;
	height: 100%;
	margin-bottom: 107px;
	min-height: 300px;*/
	border-right: solid 1px #000;
	position: fixed;
	left: 0;
	bottom: 107px;

}
#left_nav ul {
	list-style: none;
	margin: 0 auto;
}
#left_nav li {
	margin-bottom: 20px;
}
#left_nav a{
	color: #000;
	font-family: 'BernhardModernFSRegular', Georgia, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	/*width: 180px;*/
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #000;
}

/* --- Stylesheet 1762 () --------- */ 

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}