
/* CSS Document */

html,
body,
* {
			margin:0px;
			padding:0px;
}

html,
body {
			height:100%;
}

body {
			font: 12px/18px Arial, Helvetica, sans-serif;
			color:#f1d0b0;
			background:url(../images/bg-body.jpg) 0 0 repeat-x #900709;
}
div#container {
			margin: 0 auto -51px auto;
			width:940px;	
			min-height: 100%;
			height: auto !important;
			height: 100%;

}

@font-face {
	font-family: Graublau;
	src: url('../fonts/GraublauWeb.otf') format("opentype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: GraublauBold;
	src: url('../fonts/GraublauWebBold.otf') format("opentype");
	font-style: normal;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, ul#navigation li a {
	font-family: Graublau;	
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------| =header |--------------------------------*/
/*-----------------------------------------------------------------------------*/
div#header {
	width:930px;
	height:475px;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	padding:0px 0px 0px 30px;
}
ul#navigation-add{
	float:left;
	list-style:none;
	width:335px;
	height:34px;
	padding:0 0 0 320px;
}
ul#navigation-add li{
	float:left;
}
ul#navigation-add a{
	height:34px;
	display:block;
	outline:none;
	text-indent:-9999px;	
}
.li-startseite a{
	width:68px;
	background:url(../images/bg-navigation-add.jpg) 0 0 no-repeat;
}
.li-startseite a:active, .li-startseite a:hover, .li-startseite .active{
	width:68px;
	background:url(../images/bg-navigation-add.jpg) 0 -34px no-repeat;
}
.li-newsletter a{
	width:70px;
	background:url(../images/bg-navigation-add.jpg) -68px 0 no-repeat;
}
.li-newsletter a:active, .li-newsletter a:hover, .li-newsletter .active{
	width:70px;
	background:url(../images/bg-navigation-add.jpg) -68px -34px no-repeat;
}
.li-kontakt a{
	width:58px;
	background:url(../images/bg-navigation-add.jpg) -138px 0 no-repeat;
}
.li-kontakt a:active, .li-kontakt a:hover, .li-kontakt .active{
	width:58px;
	background:url(../images/bg-navigation-add.jpg) -138px -34px no-repeat;
}
.li-anfahrt a{
	width:54px;
	background:url(../images/bg-navigation-add.jpg) -196px 0 no-repeat;
}
.li-anfahrt a:active, .li-anfahrt a:hover, .li-anfahrt .active{
	width:54px;
	background:url(../images/bg-navigation-add.jpg) -196px -34px no-repeat;
}
.li-impressum a{
	width:85px;
	background:url(../images/bg-navigation-add.jpg) -250px 0 no-repeat;
}
.li-impressum a:active, .li-impressum a:hover, .li-impressum .active{
	width:85px;
	background:url(../images/bg-navigation-add.jpg) -250px -34px no-repeat;
}

ul#navigation-brands{
	height:107px;
	float:left;
	list-style:none;
	width:550px;
	padding:22px 0 0 100px;
}
ul#navigation-brands li{
	float:left;
}
ul#navigation-brands a{
	height:107px;
	outline:none;
	text-indent:-9999px;
	display:block;
}	
.li-internorm a{
	width:550px;
	background:url(../images/bg-internorm.jpg) 0 0 no-repeat;
}
.li-internorm a:active, .li-internorm a:hover, .li-internorm .active{
	width:550px;
	background:url(../images/bg-internorm.jpg) 0 -107px no-repeat;
}
div#slogan{
	width:221px;
	height:265px;
	float:left;
	padding:45px 0 0 30px;
}
div#slideshow{
	position: relative;
	float:left;
	margin: 21px 0 0 0;
	height:270px;
	width:618px;
	overflow:hidden;
}


h1{
	display:block;
	float:left;
}
h1 a{
	display:block;
	outline:none;
	text-indent:-9999px;
	font-size:1px;
	width:230px;
	height:163px;
	background:url(../images/bg-branding.jpg) 0 0 no-repeat;
}
/*-----------------------------------------------------------------------------*/
/*----------------------------------| =content |-------------------------------*/
/*-----------------------------------------------------------------------------*/

div#contentContainer {
	width:930px;
	padding:20px 0 0 20px;
	background:url(../images/bg-content.jpg) 0 0 no-repeat;
}
div#contentContainer a{

}
div#contentContainer a:active, div#contentContainer a:hover{

}
div#sidebarContainer{
	padding:10px 0 30px 40px;
	width:200px;
	float:left;
	color:#e6a991;
}
div#sidebarContainer p{
	padding-left:5px;
}
div#sidebarContainer a{
	color:#e6a991;
}
div#sicebarContainer a:active, div#sidebarContainer a:hover{
	text-decoration:none;
}
div#textContainer{
	width:409px;
	float:left;
	padding:16px 0 30px 0;
}
div#textContainer ul{
	/*padding:0px 0px 22px 30px;*/
	padding-left: 30px;
	float: left;
	width: 246px;
	margin-bottom: 20px;
}
div#textContainer li{
	padding:0 0 3px 0;
}
div#textContainer a{
	color:#f1d0b0;
	outline:none;
}
div#textContainer a:active, div#textContainer a:hover{
	text-decoration:none;
}
.column{
	width:260px;
	float:left;
}

div.product-container {
}

.column2{
	/*width:120px;*/
	float:left;
}

div#textContainer div.column2 img{
	border:1px solid #e6a991!important;
	padding:2px;
	margin:0px 0 20px 0;
}

div#column2-short{
	border:1px solid #e6a991!important;
	padding:2px;
	margin:0px 0 20px 0;
}


.columnPadding{
	padding-right:20px;
	margin-bottom: 10px;
}

.columnPadding ol {
	padding-left:20px;
}

.marginTop{
	margin-top:20px;
}



/*-----------------------------------------------------------------------------*/
/*----------------------------------| =Navigation |----------------------------*/
/*-----------------------------------------------------------------------------*/
ul#navigation {
	width: 261px;
	height: auto;
	font-size:16px;
	padding: 0 0px 9px 0;
	list-style:none;
	float:left;
}

ul#navigation li {
	float: left;
	list-style: none;
	width: 251px;
} 
ul#navigation li a{
	display: block;
	height: 25px;
	width: 221px;
	color:#e0a991;
	text-decoration:none;
	background:none;
	outline:none;
	padding:14px 0 0px 30px;
}

ul#navigation li a.maincat {
	background: url(../images/navi-balken.png) 0 0 no-repeat;
	height: 30px;
}

ul#navigation li a.secondlevel {
	background: url(../images/navi-trennstrich.png) 0 33px no-repeat;
	padding: 10px 0 0 30px;
}

 ul#navigation li a.lastitem {
 	background: none;
}

ul#navigation li ul.nestedmenu {
	padding: 5px 0 5px 0;
}

ul#navigation li ul.nestedmenu li {
	padding: 5px;
}

ul#navigation li ul.nestedmenu li a {
	font-size: 12px;
	color: #e0a991;
	padding: 0 0 0 40px;
	height: 10px;
}



ul#navigation #unternehmen a,
ul#navigation #unternehmen a:link,
ul#navigation #unternehmen a:visited,
ul#navigation #unternehmen a.inactive {
	color: #e0a991;
}

ul#navigation #unternehmen a:hover,
ul#navigation #unternehmen a:active,
ul#navigation #unternehmen .active{ 
	color: #fee4c1;
}

ul#navigation a:hover span {
	background: url(../images/navi-bullet.png) no-repeat left center;
	float: left;
	width: 5px;
	height: 5px;
	padding: 0 0 0 8px !important;
	margin-top: 6px;
}

ul#navigation ul.acitem a:hover span {
	background: url(../images/navi-minus.png) no-repeat left center;
	float: left;
	width: 5px;
	height: 5px;
	padding: 0 0 0 8px !important;
	margin-top: 6px;
}



ul#navigation ul.acitem ul.nestedmenu a:hover span {
	background: url(../images/navi-minus.png) no-repeat left center;
	float: left;
	width: 5px;
	height: 5px;
	padding: 0 0 0 8px !important;
	margin-top: 6px;
}




/******** extra ******/
ul#navigation ul ul { overflow:hidden; height:auto;
}

/******** extra ******/
/*ul#navigation ul ul li a{
	display: block;
	height: 15px!important;
	width: 221px;
	color:#000000;
	text-decoration:none;
	padding:0px 0px 0px 30px;
}*/


ul#navigation ul li, ul#navigation ul  li ul li{
	background:none;
	width:211px;
}

/******** extra 
ul#navigation ul  li ul li{
	background:none;
	width:211px;
}******/

ul#navigation li#firstElement{
	height:9px;
	background:url(../images/bg-navigation-first.png) 0px top no-repeat;
}


ul#navigation li a.active + ul,
ul#navigation li a.subActive + ul {
	display: block;
}

/******** extra ******/
ul#navigation ul li a.active + ul,
ul#navigation ul li a.subActive + ul {
	display: block;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------| =footer |--------------------------------*/
/*-----------------------------------------------------------------------------*/

div#footer{
	height:51px;
	background:url(../images/bg-footer.jpg) 0 0 repeat-x;
}
/*-----------------------------------------------------------------------------*/
/*----------------------------------| =basic elements |------------------------*/
/*-----------------------------------------------------------------------------*/

p {
			padding-bottom:20px;
}

h2{
	color:#3b0708;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	background:#fee4c0;
	padding:5px 5px 6px 5px;
	display:inline;
}
h3{
	color:#fee4c1;
	font-size:17px;
	margin-top:20px;
	font-weight:normal;
	padding-bottom:15px;
	float: none;
	clear: both;

}

h4{
	color:#fee4c1;
	font-size:16px;
	font-weight:normal;
	padding:10px 0 20px 0;
}
h5{
	color:#fee4c1;
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	height:90px;
	padding-bottom:22px;
}
h6{
	color:#fee4c1;
	font-size:18px;
	font-weight:normal;
}
h5 span{
	display:block;
	height:5px;
}
.erreichen{
	height:50px;
	padding-bottom:30px;
}
.more{
	padding-bottom:35px;
}
.up{
	text-transform:uppercase;
}
/*-----------------------------------------------------------------------------*/
/*----------------------------------| =design elements |-----------------------*/
/*-----------------------------------------------------------------------------*/

.highlightLine{
	padding-bottom:20px;
	border-top:1px dashed #f1d0b0;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------| =clearFix |------------------------------*/
/*-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
.clear{
	float:none;
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.push{
	height:51px;
}

