body {
	background: #FFF;
	font: 62.5%/150% Arial, Verdana, Helvetica, sans-serif;
}
h2 {
	color: #747175;
	font-size: 2.8em;
	line-height: 1em;
	margin-bottom: 0.8em;
}
h3 {
	color: #000;
	font-size: 1.4em;
	letter-spacing: -.01em;
	line-height: 1.10em;
	margin-bottom: 1.0em;
}
h4 {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
ul,
ol,
p,
hr,
fieldset,
table,
#map,
#large {
	margin-bottom: 1.4em;
}
address {
	font-style: normal; 
}
a:link,
a:visited {
	color: #0e518d;
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
td a:link {
	color: #0e518d;
	text-decoration: underline;	
}
td a:visited {
	color: #000;
	text-decoration: none;	
}
td a:hover {
	color: #0e518d;
	text-decoration: none;	
}
td a:focus {
	color: #000;
	text-decoration: none;	
}
td a:active {
	color: #000;
	text-decoration: none;	
}
a img {
	border: 0 none;
}
button {
	cursor: pointer;
	cursor: hand;
}
hr {
	background: #8E8E8E;
	border: none;
	clear: both;
	color: #8E8E8E;
	display: block;
	height: 1px;
	width: 100%;
}

/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	height: 1%;
}

/* Klassen
======================================== */
.floatleft {
	display: inline;
	float: left;
	margin-right: 1.0em;
}
.floatright {
	display: inline;
	float: right;
	margin-left: 1.0em;
}
.floatnone {
	float: none;
	display: block;
	margin-bottom: 1.0em;
}
.imgcontainer {
	margin-bottom: 1.0em;
}
.hidden {
	position: absolute;
	z-index: -999em;
}
.print,
.mail,
.pdf {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 24px;
	padding-right: 0;
}
.print {
	background-image: url(../img/icon_print.gif);
}
.mail {
	background-image: url(../img/icon_mail.gif);
}
.pdf {
	background-image: url(../img/icon_pdf.gif);
}
.nomarginright {
	margin-right: 0 !important;
}
#header,
#content,
#footer {
		clear: both;
}
.error,
.success {
	color: #FFF;
	margin-bottom: 0.8em;
	padding: 5px;
	padding-left: 25px;
	width: 520px;
}
.error {
	background: #ed6464 url(../img/error.png) 5px center no-repeat;
	border: 3px solid #ae1b1b;
}
.success {
	background: #bdff9c url(../img/accept.png) 5px center no-repeat;
	border: 3px solid #5FBF2F;
	color: #000;
}
tr.download {
	background-color: #fdf2e7;
	color: #9e9e9e;
}
tr.download a {
	background-color: #fdf2e7;
	color: #9e9e9e;
}
#col2.countdown {
	width: 450px;
}
#col2.countdown div.hr {
	width: 450px;
	height: 3px;
	background-color: #0e518d;
	float: left;
}
#col2.countdown div#countdown {
	width: 175px;
	margin: 20px;
	margin-left: 0px;
	float: left;
}
#col2.countdown div#kontakt {
	width: 205px;
	margin: 20px 0 20px 50px;
	float: left;
}

/* table 
======================================== */
table {
	border-collapse: collapse;
    border: 0 none;
    width: 100%;
}
	th {
		background: #0e518d;
		border: 1px solid #FFF;
		color: #FFF;
		font-weight: bold;
		padding: 2px;
		text-align: left;
	}
	td {
		border: 1px solid #FFF;
		padding: 4px;
	}

/* container 
======================================== */
#container {
	margin: 20px auto;
	position: relative;
	width: 1000px;
}

	/* header 
	======================================== */
	#header {
		position: relative;
		height: 81px;
	}
		#lang,
		#login {
			display: inline;
			float: left;
			margin-left: 45px;
		}
		#lang a {
			padding: 0 4px;
		}
		#company-logo {
			position: absolute;
			right: 0;
			top: 0;
		}
	
	/* menu1
	======================================== */
	ul#menu1 {
		background: #0e518d;
		clear: left;
		font-size: 1.4em;
		margin-bottom: 0;
		padding: 6px 30px;
		width: 940px;
	}
	ul#menu1 li {
		display: inline;
		float: left;
		letter-spacing: -.001em;
		margin-right: 20px;
	}
	ul#menu1 a {
		color: #FFF;
		display: inline;
		float: left;
		height: 14px;
		padding: 4px 10px 5px;
		vertical-align: middle;
	}
	ul#menu1 a:link,
	ul#menu1 a:visited {
		color: #FFF;
		text-decoration: none;
	}
	ul#menu1 a:focus,
	ul#menu1 a:hover, 
	ul#menu1 a:active,
	ul#menu1 li.current a {
		background: #1461a6;
	    -moz-border-radius: 2.5px;
		-webkit-border-radius: 2.5px;
		border-radius: 2.5px;
		color: #FFF;
		text-decoration: none;
	}
	
	/* startteaser
	======================================== */
	#startteaser {
		clear: left;
	}
		#startteaser img {
			display: block;
		}
	
	/* content
	======================================== */
	#content {
		clear: both;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-top: 30px;
		position: relative;
	}
		
	/* columns
	======================================== */
	
		/* col1
		======================================== */
		#col1 {
			display: inline;
			float: left;
			padding-right: 30px;
			width: 195px;
		}
		
			/* menu2
			======================================== */
			ul#menu2 {
				list-style: none;
			}
			ul#menu2 li {
				border-bottom: 1px solid #FFF;
			}			
			ul#menu2 a {
				background: #0e518d;
				color: #FFF;
				height: auto;
				padding: 4px 7px 5px;
				padding-left: 15px;
			}
			ul#menu2 a:link,
			ul#menu2 a:visited {
				display: block;
				text-decoration: none;
			}
			ul#menu2 a:focus,
			ul#menu2 a:hover, 
			ul#menu2 a:active,
			ul#menu2 a.current {
				color: #FFF;
				font-weight: bold;
				text-decoration: none;
			}
				ul#menu2 ul {
					background: #fdf2e7;
					margin-bottom: 0;
					padding: 3px 0;
					padding-left: 35px;
				}
				ul#menu2 ul li {
					height: auto;
				}
				ul#menu2 ul li a {
					background: none !important;
					border-bottom: none;
					font-weight: normal;
					height: auto;
					line-height: 1.4em;
					padding-left: 0;
				}
				ul#menu2 ul a:link,
				ul#menu2 ul a:visited {
					color: #000;
					text-decoration: none;
				}
				ul#menu2 ul a:focus,
				ul#menu2 ul a:hover, 
				ul#menu2 ul a:active {
					background: none;
				}
				ul#menu2 ul a.current {
					background: none;
					color: #000 !important;
					text-decoration: underline;
				}
					
		/* col2
		======================================== */
		#col2 {
			display: inline;
			float: left;
			width: 775px;
		}
			#map {
				height: 500px;
				width: 550px;
			}
			#large {
				height: 520px;
				width: 775px;
			}
			#large img {
				display: block;
			}
			
			/* jcarousel
			======================================== */
			/**
			 * This <div> element is wrapped by jCarousel around the list
			 * and has the classname "jcarousel-container".
			 */
			.jcarousel {
				margin-bottom: 1.4em;
			}
			.jcarousel-container {
				position: relative;
			}
			.jcarousel-clip {
				z-index: 2;
				padding: 0;
				margin: 0;
				overflow: hidden;
				position: relative;
			}
			.jcarousel-list {
				z-index: 1;
				overflow: hidden;
				position: relative;
				top: 0;
				left: 0;
				margin: 0;
				padding: 0;
			}
			.jcarousel-list li,
			.jcarousel-item {
				display: inline;
				float: left;
				list-style: none;
				/* We set the width/height explicitly. No width/height causes infinite loops. */
				width: 77px;
				height: 50px;
			}
			/**
			 * The buttons are added dynamically by jCarousel before
			 * the <ul> list (inside the <div> described above) and
			 * have the classnames "jcarousel-next" and "jcarousel-prev".
			 */
			.jcarousel-next {
				z-index: 3;
				display: none;
			}
			.jcarousel-prev {
				z-index: 3;
				display: none;
			}
			.jcarousel .jcarousel-container {
				background: #F1F1F1;
				border: 1px solid #747175;
			}
			.jcarousel .jcarousel-container {
				width: 691px;
				padding: 7px 41px;
			}
			.jcarousel .jcarousel-clip {
				width: 691px;
				height: 50px;
			}
			.jcarousel .jcarousel-item {
				width: 77px;
				height: 50px;
			}
			.jcarousel .jcarousel-item {
				margin-right: 8px;
			}
			.jcarousel .jcarousel-item-placeholder {
				background: #fff;
				color: #000;
			}
			/**
			 *  Buttons
			 */
			.jcarousel .jcarousel-next {
				position: absolute;
				top: 17px;
				right: 7px;
				width: 32px;
				height: 32px;
				cursor: pointer;
				background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
			}
			.jcarousel .jcarousel-next:hover {
				background-position: -32px 0;
			}
			.jcarousel .jcarousel-next:active {
				background-position: -64px 0;
			}
			.jcarousel .jcarousel-next-disabled,
			.jcarousel .jcarousel-next-disabled:hover,
			.jcarousel .jcarousel-next-disabled:active {
				cursor: default;
				background-position: -96px 0;
			}
			.jcarousel .jcarousel-prev {
				position: absolute;
				top: 17px;
				left: 7px;
				width: 32px;
				height: 32px;
				cursor: pointer;
				background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
			}
			.jcarousel .jcarousel-prev:hover {
				background-position: -32px 0;
			}
			.jcarousel .jcarousel-prev:active {
				background-position: -64px 0;
			}
			.jcarousel .jcarousel-prev-disabled,
			.jcarousel .jcarousel-prev-disabled:hover,
			.jcarousel .jcarousel-prev-disabled:active {
				cursor: default;
				background-position: -96px 0;
			}
		
			/* cat level 1
			======================================== */
			.contentbox {
				display: inline;
				float: left;
				margin-right: 14px;
				margin-bottom: 30px;
				width: 249px;
				height: 166px;
			}
			.contentbox.third {
				margin-right: 0;
			}
			.contentbox ul {
				margin-bottom: 0;
			}
		
			/* productdetail
			======================================== */
			#frontname {
				display: inline;
				float: left;
			}
			#servicemenu {
				display: inline;
				float: right;
			}
				#servicemenu li {
					display: inline;
					margin-right: 7px;
				}
			#kitchencontainer {
				clear: both;
				height: 517px;
				margin-bottom: 1.4em;
				overflow: hidden;
				position: relative;
			}
				#kitchencontainer img.mainimg {
					display: block;
				}
				#frontslider {
					height: 109px;
					position: absolute;
					top: 408px;
					width: 775px;
					z-index: 1;
				}
				#activateslider {
					height: 11px;
					position: absolute;
					right: 25px;
					top: -13px;
					width: 21px;
				}
				#transparenthelper {
					filter: alpha(opacity=80);
					height: 109px;
					-moz-opacity: 0.8;
					opacity: 0.8;
					background: #FFF;
					position: absolute;
					width: 775px;
					z-index: 2;
				}
				#frontcolors {
					border-top: 2px solid #0e518d;
					height: 57px;
					padding: 25px;
					z-index: 3;
					width: 725px;
				}
				#frontcolors li {
					display: inline;
					float: left;
					margin-right: 7px;
					z-index: 4;
				}
			#morefronts {
				margin-bottom: 1.4em;			
			}
			#morefronts li {
				display: inline;
				float: left;
				margin-right: 10px;
			}
			#morefronts a:link,
			#morefronts a:visited {
				border: 1px solid #0e518d;
				display: block;
			}
			#morefronts a:focus,
			#morefronts a:hover,
			#morefronts a:active {
				border-color: #747175;
			}
			#morefronts img {
				display: block;
				height: auto;
			}
			#morefronts li.nomarginright {
				margin-right: 0;
			}
		
			/* pagination
			=========================================== */
			.pagination {
				font-size: 11px;
				margin-bottom: 1.4em;
			}
			.pagination span {
				background: #0e518d;
				border: 1px solid #0e518d;
				margin-right: 3px;
				padding: 2px 5px 3px;
			}
			.pagination a:link,
			.pagination a:visited {
				color: #FFF;
				text-decoration: none;
			}
			.pagination a:focus,
			.pagination a:hover,
			.pagination a:active {
				text-decoration: underline;
			}
			.pagination .thispage {
				background-color: #FFF;
				border: 1px solid #0e518d;
				color: #0e518d;
				font-weight: bold;
				margin-right: 2px;
				padding-right: 5px;
			}
			.pagination .thispage a {
				color: #FFF;
			}
			.pagination .pagebreak {
				border: none 0;
				padding: 0;
			}
						
		/* col3
		======================================== */
		#col3 {
			float: right;
			width: 248px;
		}
									
		/* footer
		======================================== */
		#footer {
			color: #868686;
		}
			#metamenu {
				float: left;
				margin-bottom: 0;
				width: 280px;
			}
				#metamenu li a {
					padding: 0 4px;
				}
				#metamenu a:link,
				#metamenu a:visited {
					color: #000;
					text-decoration: none;
				}
				#metamenu a:focus,
				#metamenu a:hover,
				#metamenu a:active {
					text-decoration: underline;	
				}
				#metamenu li {
					display: inline;
				}
				#metamenu li.firstentry a {
					padding-right: 4px;
				}
			#copyright {
				float: left;
				text-align: center;
				width: 440px;
			}
			#top {
				float: right;
				text-align: right;
				width: 280px;
			}
				#top a:link,
				#top a:visited {
					color: #868686;
					text-decoration: underline;
				}
				#top a:focus,
				#top a:hover,
				#top a:active {
					text-decoration: none;	
				}