html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*background: url(images/main-bg.jpg) repeat;*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #4b4b4b;	/*background-color: #f5f5f5;*/
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Noto Sans', sans-serif;
	color: #b7121d;
}

h3 {
	font-size: 1.8em;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
	color: #b7121d;
}
.breatcrumbs  {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #4b4b4b;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 130%;
}

strong {
}

a {
	color: #b7121d;
	/*color: #454545;*/
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right:10px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 880px;
	margin: 0px auto;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-left-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-right-style: solid;
	border-left-style: solid;	/*box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);*/
}
#wrapper2 {
	width: 880px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	}*/
	
#banner {
width: 840px;
height: 369px;
padding-top: 15px;

}
	
		
#container {
	width: 840x;
	margin: 0px auto;
	/*box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);*/
}


.container {
	width: 800px;
	margin: 0px auto;
	
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width:880px;
	height:170px;
	margin-top: 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 230px;
}

/* Logo */

#logo1 {
	width: 170px;
	height: 180px;
	color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
#logo {
	width: 282px;
	height: 89px;
	margin: 30px auto;
	color: #000000;
	float: right;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 100px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 5em;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color:  #f48406;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C81F18;
}

/** MENU */
#shadow
{
	height: 15px;
	background-repeat: repeat-y;
	background-position: center -13px;
	}
	
#line
{
	margin-top:20px;
	height: 1px;
	background-color: #d9d9d9;
	}
#line_first {
	margin-top:24px;
	height: 0px;
	background-color: #d9d9d9;
	}
	
#line_first1 {
	margin-top:10px;
	height: 2px;
	border-top: 1px solid #d5d5d5;
}
#line_50 {
	margin-top:0px;
	height: 1px;
	background-color: #d9d9d9;
}


	
#navi{
	/*overflow: hidden;*/
	overflow: visible;
	width: 880px;
	color: #fff;
}	
#line-content-top
{
	width: 880px;
	margin-bottom: 20px;
	margin-top: -2px;
	border-top: 1px solid #d5d5d5;
	}	

#menu {
	/*overflow: hidden;*/
	overflow: visible;
	width: 880px;
	height:57px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	background: #5d5757;
	border-top: 8px solid #b7121d;
	
	
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	list-style: none;
	line-height: normal;
	text-align: center;
	
}

#menu li {
	/*display: inline-block;*/
	
	display:inline-block;
	list-style-type:none;
	font-weight: bold;
	border-left-color: #d8d8d8;
	padding-right: 8px;
	padding-left: 8px;
}

#menu a {
	display: block;
	margin-top: 12px;
	padding: 0px 5px 20px 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
	border-bottom: 3px solid #fff;

}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	border-bottom:3px solid #b7121d;
}

#menu .current_page_item a {
	/*background: #ffc603;*/
	color: #FFFFFF;
	border-bottom:3px solid #b7121d;
}

#menu .last {
}
#menu li:first-child{ border-left: 0; }	


/** PAGE */

#page {
}

/** CONTENT */

#content {
}

#content h2 {

	font-size:14px;
	
}

/** SIDEBAR */

#sidebar {
	width:240px;
}

/* Footer */

#footer {
	
	height: 200px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background-color: #c2c2c2;
	
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
	color: #fff;
}

#footer a {
	color: #363636;
}

/* Footer Content */

#footer-content {
	*overflow: hidden;
	width: 800px;
	padding: 0px;
	background: #ECECEC;
	/*text-shadow: 1px 1px 0px #FFFFFF;*/
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-size: 24px;
}


#footer-content ul {
	margin: 0px 0px 0px 12px;
	line-height: normal;
	padding: 5px 5px 5px 5px;
}

#footer-content li {
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/karo.gif);
}
	
#footer-content #fbox1 {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-left: 20px;
}

#footer-content #fbox2 {
	float: left;
	width: 390px;
}

#footer-content #fbox3 {
	float: right;
	width: 350px;
}

/* Welcome */


#welcome {
	width: 840px;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
	background-color: #f7f7f7;
}

#welcome .content {
	padding: 0px 0px 15px 0px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #f48406;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
	color: #b7121d;
}

#welcome h2 a {
	text-decoration: none;
	color: #b7121d;
}


/* Three Columns */

#three-columns {
	position: relative;
	/*overflow: hidden;*/
	width: 840px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;	
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#three-columns h2 {
	padding: 3px 3px 0px 10px;
	margin-bottom:0px;
	color:#b7121d;
	font-size:14px;
	
}

#three-columns #column1 {
	float: left;
	width: 194px;
	margin-right: 20px;
}

#three-columns #column2 {
	float: left;
	width: 194px;
	margin-right: 20px;
}

#three-columns #column3 {
	float: left;
	width: 194px;
}
#three-columns #column4 {
	float: right;
	/*width: 185px;*/
	width: 194px;
	
}

/* Two Columns */

#two-columns {
	overflow: hidden;
	width: 840px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#two-columns h2 {
	padding: 0px 0px 5px 0px;
	color: #b7121d;
}

#two-columns #col1 {
	float: left;
	width: 550px;
	padding: 0 0 0 0px;
}

#two-columns #col11 {
	float: left;
	width: 840px;
	padding: 0 0 0 0px;
}

#two-columns #col2 {
	float: right;
	width: 240px;
}

#two-columns #col3 {
	float: right;
	width: 880px;
}

/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.list-style1 .img {
	padding: 0px 0px 10px 0px;

}

.list-style1 .date {
	font-weight: bold;
	color: #08663f;
}

#list-style1 {
	width: 16px;
	float:right;
	margin-top:2px;
	margin-right:2px;

}
.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List Style 2 */

.list-style2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #D4D4D4;
}
#list-style2 {
	width: 16px;
	float:right;
	margin-top:2px;
	margin-right:2px;

}

.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 0px;
	padding: 0px 0px 15px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}	
	.link-style a {
	color: #08663f;
}
#boxen {
    height: 370px;
    margin-top: 30px;
    padding-left: 0px;
    position: relative;
    z-index: 40;
	margin-bottom: 20px;
	
}
.box {
    color: #FFFFFF;
    float: left;
    height: 327px;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 40px;
    width: 193px;
	
}
#boxen h2 {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
}
#box1, #box2, #box3, #box4, #box5 {
    background-color: #959ea5;
    margin-right: 2px;
    opacity: 0.85;
    padding-left: 15px;
}
#box1:hover, #box2:hover, #box3:hover, #box4:hover, #box5:hover {
    background-color: #BFB300;
    opacity: 0.9999;
}
#box1:hover {
    background-color: #ffc603;
	
}
#box2:hover {
    background-color: #f48406;
}
#box3:hover {
    background-color: #ffc603;
}
#box4:hover {
    background-color: #f48406;
}
#box5:hover {
    background-color: #F8B81B;
}
#box5 {
    margin-right: 0;
}
#boxen a.more {
	background-color: #f48406;
	bottom: 20px;
	line-height: 30px;
	padding-left: 18px;
	padding-right: 40px;
	position: absolute;
}
#boxen a.more:hover, #box1:hover a.more, #box2:hover a.more, #box3:hover a.more, #box4:hover a.more, #box5:hover a.more {
    background-color: #828C95;
    color: #FFFFFF;
}
#box1, #box2, #box3, #box4, #box5, #box1:hover, #box2:hover, #box3:hover, #box4:hover, #box5:hover, #right .mod_navigation ul li a.more, #right .mod_navigation ul li.produkte {
    transition: all 1s ease-in-out 0s;
}

#header-menue {
	/*float: left;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	text-align:left;
	 color: #6C6868;
}

ul#naviservice1 {
	float: left;
	list-style: none outside none;
	padding-top: 20px;
	font-family: 'Noto Sans';
	color: #6C6868;

}
ul#naviservice1 li {
    padding: 0px 0px -5px 5px;
}
.msie.v6 ul#naviservice1 li, .msie.v7 ul#naviservice1 li {
    display: inline;
}
ul#naviservice1 li.home {
    border-left: medium none;
    padding-left: 0;
}
ul#naviservice1 li.last {
    padding-right: 0px;
}
ul#naviservice1 a {
    color: #6C6868;
    font-size: 33px;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 1.2;
}
ul#naviservice1 a:hover, ul#naviservice1 a.cur {
    color: #6C6868;
}
ul#naviservice1 span.spritesIcons.home {
    margin-right: 10px;
}

/** SUPMENU */

#supmenu {
	overflow: hidden;
	width: 880px;
	
	font-size: 10px;
	color: #e1e1e1;
	float: left;
	margin-top: 10px;
	margin-right:0px;
	margin-bottom:20px;
}

#supmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#supmenu li {
	display: inline-block;
}

#supmenu a {
	display: block;
	padding: 5px 5px 3px 5px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #5d5757;
	border: none;
	border-bottom: 3px solid #f7f7f7;;
}

#supmenu a:hover, #supmenu .current_page_item a {
	border-bottom:0px solid #b7121d;
}

#supmenu .current_page_item a {
	color: #b7121d;
	
}

#supmenu .last {
	border-right: none;
}
