@charset "UTF-8";
/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Light'), local('Oxygen-Light'),
       url('../fonts/oxygen-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v7-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Regular'), local('Oxygen-Regular'),
       url('../fonts/oxygen-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v7-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}

body{
	margin:auto;
	font-family: 'Oxygen', Arial, sans-serif;
	background-color: #a5a5a5;
	color:#FFFFFF;
	background-image: url(../bilder/bg.png);
	background-repeat: repeat;
}

/******************************
* OBERE HAUPTNAVIGATION
******************************/
div#hauptnavi{
	height:72px;
	width:661px;
	margin:0 0 0 0px;
	padding:0;
	border:0;
	background:transparent;/* jetzt noch nicht erforderlich :)*/
}
div#hauptnavi ul#menu{
	height:72px;
	width:661px;
	margin:0;
	padding:0;
	position:relative;
	background-color: transparent;
	background-image: url(../bilder/navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#hauptnavi ul#menu li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menu li,ul#menu a{
	height:72px;
	display:block;
}
div#hauptnavi ul#menu li a{
	text-indent:-9999px;
	text-decoration:none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
}
#home{
	left:0;
	width:86px;
}
#otoro{
	left:86px;
	width:81px;
}
#produkte{
	left:167px;
	width:116px;
}
#manufakturen{
	left:283px;
	width:160px;
}
#designer{
	left:443px;
	width:114px;
}
#kontakt{
	left:557px;
	width:104px;
}
/* start of buttons */
/* The 'on' states follow */
#home a:hover,body#homeein #home{
	background:transparent url(../bilder/navbar.png) 0 -72px no-repeat;
}
#otoro a:hover,body#otoroein #otoro{
	background:transparent url(../bilder/navbar.png) -86px -72px no-repeat;
}
#produkte a:hover,body#produkteein #produkte{
	background:transparent url(../bilder/navbar.png) -167px -72px no-repeat;
}
#manufakturen a:hover,body#manufakturenein #manufakturen{
	background:transparent url(../bilder/navbar.png) -283px -72px no-repeat;
}
#designer a:hover,body#designerein #designer{
	background:transparent url(../bilder/navbar.png) -443px -72px no-repeat;
}
#kontakt a:hover,body#kontaktein #kontakt{
	background:transparent url(../bilder/navbar.png) -557px -72px no-repeat;
}


/*********************************
* LINKS IM CONTAINER UND ANDERE  *
*********************************/
a:link{
	color:#cccccc;
	background-color:transparent;
	text-decoration: none;
	font-weight: 400;
}
a:visited{
	color:#cccccc;
	font-weight: 400;
}
a:active{
	color:#000000;
}
a:hover{
	font-weight: 400;
	color: #A00D20;
}
#footer a:link{
	color:#cccccc;
	background-color:transparent;
	text-decoration: none;
	font-weight: 400;
}
#footer a:visited{
	color:#cccccc;
	font-weight: 400;
}
#footer a:active{
	color:#000000;
}
#footer a:hover{
	font-weight: 400;
	color: #ffffff;
}

/******************************
* STRUKTUR
******************************/
#container{
	width:980px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	padding:0px 1px 0px 1px;
}
#header{
	padding:0px;
	margin:0px 0px 12px 0px;
	background-image: url(../bilder/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 266px;
	width: 980px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
#headnav{
	width:968px;
	background-color:#FFFFFF;
	height:31px;
	border-left:1px solid #9d9fa2;
	border-right:1px solid #9d9fa2;
}
#navigehaeuse{
	padding:0px;
	margin:194px 0 0 0px;
	height:72px;
	position: relative;
	float: right;
}
.logo {
	float: left;
}
/*********************************
* BILDBOXES STARTSEITE 3ER BLOCK
**********************************/
.thumblinks{
	margin:12px 12px 0px 0px;
	float: left;
	width: 318px;
	height: 210px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.thumbmitte{
	margin:12px 12px 0px 0px;
	float: left;
	width: 318px;
	height: 210px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.thumbrechts{
	margin:12px 0px 0px 0px;
	float: left;
	width: 318px;
	height: 210px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
/*********************************
* BOXES MANUFAKTUREN 3ER BLOCK
**********************************/
.contlinks{
	margin:12px 12px 0px 0px;
	float: left;
	width: 318px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.contmitte{
	margin:12px 12px 0px 0px;
	float: left;
	width: 318px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.contrechts{
	margin:12px 0px 0px 0px;
	float: left;
	width: 318px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
/*********************************
* BOXES DESIGNER 4ER BLOCK
**********************************/
.contkleinlinks{
	margin:12px 12px 0px 0px;
	float: left;
	width: 236px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.contkleinmitte{
	margin:12px 12px 0px 0px;
	float: left;
	width: 236px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.contkleinrechts{
	margin:12px 0px 0px 0px;
	float: left;
	width: 236px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
/*********************************
* TEXTBOXES 
**********************************/
.textbox{
	background-image: url(../bilder/trans_bg_55.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 15px 0 10px 0;
	background-color: #ffffff;
	height: 380px;
	line-height: 1.25em;
}
.textbox2{
	padding: 15px 0 10px 0;
	line-height: 1.25em;
	width:340px;
	height:545px;
	float:left;
}
.textbox3{
	background-image: url(../bilder/trans_bg_55.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 15px 0 10px 0;
	background-color: #ffffff;
	height: 470px;
	line-height: 1.25em;
}
.textbox4{
	padding: 15px 0 10px 0;
	height:520px;
	line-height: 1.25em;
}
.formcontainer{
	width: 978px;
	background-image: url(../bilder/trans_bg_55.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #ffffff;
}
#footer{
	height: 94px;
	width: 980px;
	background-image: url(../bilder/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
img{
	border: none;
}

/******************************
* THE HEADERS AND OTHER FONTS
******************************/
h1, h3{
	font-weight: 400;
	text-align:left;
}
.contrechts h1, .contmitte h1, .contlinks h1, .contkleinrechts h1, .contkleinmitte h1, .contkleinlinks h1{
	margin:0px;
	font-size:200%;
	text-align:center;
	padding: 20px 0px 20px 0px;
	background-image: url(../bilder/trans_bg_55.png);
	background-repeat: repeat;
	background-position: left top;
}
h2{
	font-weight: 300;
	margin:0px 0px 0px 40px;
	color:FFFFFF;
	font-size:115%;
	line-height: 160%;
}
h3{
	margin:10px 30px 0px 10px;
	color:#4A5254;
	padding:0 0 0 0;
	font-size:105%;
}
.disclaimer h4{
	margin:15px 0 10px 0;
	padding:0 0 0 0;
	font-size:105%;
}

/******************************
* TEXT
******************************/
p{
	text-align: left;
	margin:0;
	padding:0px 0px 10px 0px;
}
.textbox p{
	margin:0 20px 0 40px;
	font-weight: 300;
	font-size:0.9em;
}
.textbox2 p,.textbox4 p{
	margin:0 20px 0 44px;
	font-weight: 300;
	font-size:0.9em;
}
.haftung p{
	text-align:justify;
	font-size:0.75em;
	padding-bottom:0px;
}
.disclaimer p{
	text-align:justify;
	font-size:0.85em;
	padding:0;
	margin:0 0 10px 0;
}
.textbox3 p{
	margin:0 15px 0 20px;
	font-weight: 300;
	font-size:0.9em;
}
#footer p{
	font-size:0.8em;
	color:#ccc;
	padding:60px 0px 0px 44px;
	font-weight: 300;
	text-shadow:1px 1px 0 #000000;
}

/******************************
* FORM
******************************/
.fieldset{
	margin:0;
	padding:27px 0 0 45px;
	border:0;
	font-size:75%;
	font-weight: normal;
	line-height: 10px;
}
.input{
	background:#cccccc;
	width:420px;
	border:1px #CACACA solid;
	color:#6A6A6A;
	font-size:11px;
	padding:2px;
	margin: 5px 0 20px 0;
	height:18px;
}

.button{
	background:#999;
	color:#FFFFFF;
	border:1px solid #CACACA;
	font-size:12px;
	padding:3px;
	margin:10px 0 5px;
	cursor: pointer;
	line-height:150%;
}
.textarea{
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 9pt;
	color: #5B5B5B;
	height: 140px;
	width: 420px;
	background:#cccccc;
	border:1px #CACACA solid;
	padding:2px;
	margin: 4px 0;
}
.haftung {
	float:right;
	width:437px;
	padding-right:20px;
	margin-top:40px;
	margin-right:20px;
	height:375px;
	overflow:auto;
}
.disclaimer {
	float: none;
	padding:0px 50px 0px 50px;
	height: 500px;
	overflow: auto;
}
.disclaimer ul li{
	padding:0px 0px 5px 0px;
}
