@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
#wrapper h1 a {
	background-image: url(../img/asm_logo_nav.png);
	display: block;
	width: 186px;
	height: 52px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	bottom: 0px;
}
body {
	background-image: url(../img/bckgnd_muster.gif);
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
.language {
	height: 30px;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 1;
}
#language_sel {
	border: 1px solid #7D0901;
	padding: 0px;
	text-align: center;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	background: #7D0901;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7D0901), to(#980b01));
	background: -moz-linear-gradient(#7D0901, #980b01);
	background: linear-gradient(#7D0901, #980b01);
	-pie-background: linear-gradient(#7D0901, #980b01);
	behavior: url(/PIE.htc);
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFF;
	width: 180px;
	overflow: hidden;
	height: 30px;
	z-index: 100;
}
.language {
	clear: left;
}
.language li {
	border-bottom: 1px solid #600;
}
.language li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	border: 0;
	border-top: 1px solid #cc0000;
	display: block;
}
.flag_en {
	background-image: url(../img/flag_en.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.flag_de {
	background-image: url(../img/flag_de.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.flag_it {
	background-image: url(../img/flag_it.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.flag_fr {
	background-image: url(../img/flag_fr.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}

li.flag {
	border-right: 1px solid #cc0000;
	float: left;
	padding: 0px 5px 10px 7px;
	height: 20px;
}
li.flag  a{
	border-top: 0!important;
	padding: 8px 0 0 0;
}
li.text_sel {
	border-left: 1px solid #660000;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 8px 5px 2px 5px;
	height: 20px;
}
li.text_sel a {
	background-image: url(../img/klapp-pfeil.png);
	background-repeat: no-repeat;
	background-position: 150px -12px;
	display: block;
	padding: 0 17px 0 0;
	border: 0;
}
li.text_sel a.active {
	background-image: url(../img/klapp-pfeil.png);
	background-repeat: no-repeat;
	background-position: 150px 2px;
	display: block;
	padding: 0 17px 0 0;
	border: 0;
}
.rotator {
	width: 900px;
	height: 400px;
	float: left;
	padding: 25px;
}
#content {
	border: 5px solid #fff;
	box-shadow: 0 0 10px #666 inset;
	-moz-box-shadow: 0 0 10px #666 inset;
	-webkit-box-shadow: 0 0 10px #666 inset;
	background: #ededed;
	behavior: url(/PIE.htc);
	height: 450px;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 1;
}
#container {
	height: 450px;
	overflow: hidden;
	width: 950px;
	position: relative;
}
#rotator-full {
	width: 11400px;
	left:0px;
	-webkit-transform:translate3d(0px, 0px, 0);
	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-transition:all 1.0s ease-in-out;
	position: relative;
}
.prev {
	display: block;
	position: absolute;
	left: -13px;
	top: 40%;
	z-index: 1000;
	background-image: url(../img/lasche-links.png);
	width: 0px;
	height: 74px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-transition: all 0.5s ease; /* Finish in 0,5s  */
	-moz-transition: all 0.5s ease; /* wait.. Firefox*/
}
.next {
	display: block;
	position: absolute;
	top: 40%;
	z-index: 1000;
	background-image: url(../img/lasche-rechts.png);
	width: 0px;
	height: 74px;
	text-indent: -9999px;
	right: -13px;
	background-position: left top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#mainmenu {
	background-image: url(../img/menu_lasche_gruen.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 6px 0 0;
	display: block;
	position: absolute;
	left: 186px;
	bottom: 0px;
	height: 36px;
}
#mainmenu ul {
	background: #7D0901;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7D0901), to(#980b01));
	background: -moz-linear-gradient(#7D0901, #980b01);
	background: linear-gradient(#7D0901, #980b01);
	-pie-background: linear-gradient(#7D0901, #980b01);
	behavior: url(/PIE.htc);
	float: left;
	bottom: 0px;
	height: 36px;
	padding: 0px 0px 0px 0px;
}
#mainmenu ul li {
	float: left;
}
#mainmenu ul li a {
	float: left;
	display: block;
	padding: 14px 25px 8px 20px;
	height: 20px;
	margin: -6px 0 0 0;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#mainmenu ul li a.active, #mainmenu ul li a:hover {
	background-image: url(../img/menu-lasche-active.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #990000;
}
#header {
	position: relative;
	height: 80px;
}
.clrflt {
	clear: both;
}
h2 {
	color: #900;
	text-shadow: 0 -1px 0 #fff;
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	color: #900;
	text-shadow: 0 -1px 0 #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.main {
	width: 564px;
	float: left;
}
.side {
	float: right;
	width: 304px;
}
.bild {
	border: 2px solid #d1d1d1;
	display: block;
	margin-bottom: 20px;
}
.imgtext {
	position: absolute;
	bottom: 0px;
	background-color:rgba(0, 0, 0, 0.5);
	width: 100%;
}
.mainimg {
	position: relative;
	border: 2px solid #ccc;
	height: 400px;
}
.google_map {
	position: relative;
	border: 2px solid #ccc;
	height: 350px;
}
.imgtext p {
	margin: 10px;
	color: #FFF;
	text-align: right;
}
.fltlft {
	float: left;
	margin: 0 16px 0 0;
}
.fltrt {
	float: right;
}
.linie {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
	clear: both;
}
.linierot {
	border-top: 1px solid #660000;
	border-bottom: 1px solid #cc0000;
	margin: 20px 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
p ,p a {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	text-decoration: none;
}
p strong {
	color: #900;
	font-weight: bold;
}
p a:hover {
	text-decoration: underline;
}
.spacer {
	margin: auto auto 20px auto;
}
.button {
	border: 1px solid #990000;
	padding: 6px 10px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #cc0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#660000));
	background: -moz-linear-gradient(#cc0000, #660000);
	background: linear-gradient(#cc0000, #660000);
	-pie-background: linear-gradient(#cc0000, #660000);
	behavior: url(PIE.htc);
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 0px -1px 0px;
	display: block;
	margin: 10px 0px 10px 200px;
}
.button span {
	background-image: url(../img/pfeile.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 30px 0 0;
}
form.formular label {
	font-size: 12px;
	color: #FFF;
	padding: 6px 0 0 0;
	display: block;
	font-weight: bold;
	float: left;
	width: 80px;
	margin: 0 0 0 20px;
}
form.formular {
	display: block;
	padding: 40px 50px 0px 50px;
	width: 460px;
	background: #cc0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#660000));
	background: -moz-linear-gradient(#cc0000, #660000);
	background: linear-gradient(#cc0000, #660000);
	-pie-background: linear-gradient(#cc0000, #660000);
	behavior: url(PIE.htc);
	display: block;
	height: 360px;
}
div.success {
	display: block;
	padding: 40px 50px 0px 50px;
	width: 460px;
	background: #cc0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#660000));
	background: -moz-linear-gradient(#cc0000, #660000);
	background: linear-gradient(#cc0000, #660000);
	-pie-background: linear-gradient(#cc0000, #660000);
	behavior: url(PIE.htc);
	display: none;
	height: 360px;
}
.success h2 {
	color: #FFF;
	text-shadow: none;
}
form.formular input.eingabe {
	width: 300px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #c00;
	font-size: 12px;
	color: #333;
}
form.formular input.eingabe-sml {
	width: 110px;
	display: block;
	margin: auto 10px 10px auto;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	font-size: 12px;
	float: left;
	color: #333;
}
input.error, textarea.error {
	border: 1px dashed #C00!important;
	background-color: #fff!important;
}
div.error {
	border: 0px!important;
	background-repeat: no-repeat;
	background-position: left center!important;
	padding: 20px 30px!important;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	width: 92px;
	background-image: url(../img/tooltip.png);
	height: 50px;
	position: absolute;
	right: -50px;
	margin: -50px 0 0 0;
	z-index: 100;
}
form.formular textarea {
	width: 290px;
	display: block;
	margin: 0px 10px 10px 0;
	padding: 8px;
	height: 50px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #c00;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#send {
	position: absolute;
	right: 60px;
	bottom: 20px;
}
#subject:focus, #name:focus, #tel:focus, #email:focus, #textarea:focus {
	background-color: #FFF;
	border: 1px solid #600;
}
#form select {
	float: left;
	width: 50px;
	margin: 2px 70px 20px 0;
}
ul {
	list-style-type: none;
	display: block;
}
ul li {
	list-style-type: none;
}
ul li a {
	display: block;
	padding: 10px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.last {
	border-bottom: 0;
}
.first {
	border-top: 0;
}
.nichtraucher {
	float: right;
	margin: -5px 0 0 0;
}
.gruen {
	background-color: #060;
}
.gruen a:hover {
	color: #060 !important;
}
