div#overall {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

div.container {
	background: #fff;
	margin: 0 20px;
}

div.content {
	margin: auto;
	width: 740px;
}

div.box {
	float: left;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: #fff url(../images/bg.dots.gif) repeat-x 0 3px;
}

/* ******************************** */

#header div {
	margin: auto;
	width: 730px;
	height: 120px;
	padding: 5px 5px 15px 5px;
	background: #fff url(../images/bg.header.jpg) no-repeat;
}

#header div img {
	float: left;
	margin-top: 12px;
}

#header div a.de, #header div a.en {
	float: right;
	display: block;
	width: 20px;
	height: 13px;
	padding: 3px 20px 0 0;
	margin: 1px 8px 1px 0;
	font-size: 10px;
	color: #a3a3a3;
}

#header div a.de {
	background: url(../images/flag.de.gif) no-repeat top right;
}

#header div a.en {
	background: url(../images/flag.en.gif) no-repeat top right;
}

#header div a:hover.de, #header div a:hover.en, #header div a.current, #header div a:hover.current {
	color: #464646;
}


/* ******************************** */

div#column-1, div#column-2 {
	display: inline-block;
	float: left;
	width: 110px;
	padding: 0 0 130px 5px;
}

div#column-2 {
	width: 620px;
	padding-left: 0;
}

/* ************column-1************ */

ul.links li.cat {
	padding: 1px 0;
	_padding: 2px 0 0 0;
	background: #fff url(../images/bg.dots.gif) repeat-x left bottom;
}

ul.links ul.toggle {
	display: inline-block;
	height: auto;
	padding: 0;
}

ul.links ul li {
	padding: 2px 0 2px 13px;
	_padding: 1px 0 1px 13px;
	min-height: 11px;
	_height: 11px;
	background: #fff;
}

ul.links ul li.spacer {
	_height: 1px;
	_padding: 0;
}

a.link-1, a:hover.link-1, a.link-2, a:hover.link-2 {
	display: block;
	width: 110px;
	height: 15px;
}

a.link-2, a:hover.link-2 {
	height: 11px;
	width: 97px;
}

a.link-1 strong, a:hover.link-1 strong {
	display: none;
}

a.home {
	background: #fff url(../images/bg.link.home.gif) no-repeat;
}

a.news {
	background: #fff url(../images/bg.link.news.gif) no-repeat;
}

a.products {
	background: #fff url(../images/bg.link.products.gif) no-repeat;
}

a.products-en {
	background: #fff url(../images/bg.link.products.en.gif) no-repeat;
}

a.about {
	background: #fff url(../images/bg.link.about.gif) no-repeat;
}

a.contact {
	background: #fff url(../images/bg.link.contact.gif) no-repeat;
}

a.contact-en {
	background: #fff url(../images/bg.link.contact.en.gif) no-repeat;
}

a.legal {
	background: #fff url(../images/bg.link.legal.gif) no-repeat;
}

a.legal-en {
	background: #fff url(../images/bg.link.legal.en.gif) no-repeat;
}

a.imprint {
	background: #fff url(../images/bg.link.imprint.gif) no-repeat;
}

a.imprint-en {
	background: #fff url(../images/bg.link.imprint.en.gif) no-repeat;
}

a:hover.link-1, .open a.link-1, .open a:hover.link-1 {
	background-position: 0 -15px;
}

/* ************ column-2 ************ */

div#column-2 h1.headline, div#column-2 h2.headline {
	margin:0 0 10px 0;
	_width: 290px;
	padding:0 0 5px 5px;
	height: 12px;
	_height: 16px;
	_padding-bottom:2px;
	background: #fff url(../images/bg.dots.gif) repeat-x bottom;
}

div#column-2 div.box {
	display: inline-block;
	width: 305px;
	_width: 302px;
	margin-left: 5px;
	
}

div#column-2 div.box p {
	padding: 0 10px 10px 5px;
	line-height: 1.3;
}

div#column-2 div.box h5.line {
	margin: 15px 0;
	height: 1px;
	font-size: 1px;
	background: #fff url(../images/bg.dots.gif) repeat-x;
}

div#column-2 div.image, div#column-2 div.item {
	position: relative;
	z-index: 1;
	width: 289px;
	padding: 0 0 2px 4px;
	margin-bottom: 10px;
	background: #fff url(../images/bg.image.gif) no-repeat 4px bottom;
}

div#column-2 div.image div {
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 6px;
	width: 175px;
	padding: 0 10px;
	color: #fff;
	border-top: 6px solid #dd2314;
	border-bottom: 6px solid #dd2314;
	background: url(../images/bg.image.box.gif) repeat-y;
}

div#column-2 div.item div {
	height: 5px;
	padding: 10px 10px 5px 10px;
	margin: 0 2px;
	font-size: 1px;
	background: #ebebeb;
	line-height: 1.6;
}

div#column-2 div.image div strong {
	color: #fff;
	/*font-weight: normal;*/
	line-height: 0.8;
}

div#column-2 div.image h5, div#column-2 div.item h5 {
	height: 2px;
	font-size: 1px;
	background: #fff url(../images/bg.image.top.gif) no-repeat;
}

div#column-2 .image h4 {
	clear: left;
	height: 0px;
	font-size: 1px;
}

div#column-2 div.image img, div#column-2 div.item img {
	float: left;
	z-index: 1;
	margin-left: 2px;
	_display: inline-block;
	_margin-bottom: -2px;
}

div#column-2 a.link-url, div#column-2 a.link-pdf {
	padding: 3px 0 3px 20px;
	color: #dd2211;
	font-weight: bold;
	background: #fff url(../images/icon.link.gif) no-repeat left center;
}

div#column-2 a.link-pdf {
	background: #fff url(../images/icon.pdf.gif) no-repeat left center;
}

div#column-2 div.entry div {
	float: left;
	width: 190px;
	padding: 0 10px 0 5px; 
}

div#column-2 div.entry div.icon {
	width: 91px;
	padding: 2px;
	background: url(../images/bg.entry.icon.gif) no-repeat;
}

div#column-2 div.entry div.icon img {
	width: 91px;
	height: 63px;
}

div#column-2 div.entry a.link {
	padding-right: 9px;
	background: url(../images/bg.arrow.red.gif) no-repeat right center;
}

div#column-2 div.icons {
	float:left;
	width: 290px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	background: #fff url(../images/bg.icons.gif) repeat-x left bottom;
}

div#column-2 div.icons div, div#column-2 div.icons p {
	float: left;
	padding: 0;
	margin: 0;
}

div#column-2 div.icons p {
	width: 5px;
	height: 70px;
}

div#column-2 div.icons div {
	width:93px;
	padding-bottom: 5px;
	cursor: pointer;
}

div#column-2 div.icons div h5 {
	height: 1px;
	font-size: 1px;
	background: #fff url(../images/bg.icons.top.gif) no-repeat;
}
	
div#column-2 div.icons div img {
	float: left;
	margin: 0 0 1px 2px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

div#column-2 div.icons div h4.red {
	padding: 2px 5px 0 5px;
	_padding: 2px 2px 0 2px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

div#column-2 div.icons div, div#column-2 div.icons div h4.red, div#column-2 div.icons div h4.red a {
	
}

div#column-2 div.icons p.spacer {
	width: 93px;
	height: 120px;
	background: #fff;
}

div#column-2 .contact div {
	padding: 0 5px 2px 5px;
}

div#column-2 .contact input, div#column-2 .contact textarea {
	width: 283px;
	height: 12px;
	padding: 5px 3px;
	color: #999;
	border: 0;
	background: url(../images/bg.input.gif) no-repeat;
}

div#column-2 .contact textarea {
	height: 196px;
	background: url(../images/bg.textarea.gif) no-repeat;
}

div#column-2 .contact input.submit, div#column-2 .contact input:hover.submit, div#column-2 .contact img.success {
	width: 289px;
	height: 25px;
	margin-top: -5px;
	background: url(../images/bg.message.de.gif) no-repeat;
	cursor: pointer;
}

div#column-2 .contact input.en, div#column-2 .contact input:hover.en {
	background: url(../images/bg.message.en.gif) no-repeat;
}

div#column-2 .contact input:hover.submit {
	background-position: 0 -25px;
}

/* ******************************** */

#footer .content {
	width: 610px;
	height: 100px;
	padding: 0 10px 0 120px;
	background: #fff url(../images/bg.footer.gif) no-repeat top right;
}

div#footer div.box {
	width: 290px;
	padding: 25px 5px 0 10px;
}

div#footer div.box ul {
	padding-bottom: 2px;
}

div#footer div.box ul li {
	float: left;
	padding-right: 2px;
	line-height: 1;
}

div#footer div.box ul li.break {
	clear: left;
	padding: 0;
	width: 1px;
	height: 10px;
}

div#footer div.box ul a.link, div#footer div.box ul a:hover.link {
	font-size: 10px;
	margin-right: 2px;
	color: #999;
}

div#footer div.box ul a:hover.link {
	color: #dd2211;
}

div#footer div.box div {
	clear: left;
	font-size: 10px;
	color: #b1b1b1;
}

div#footer div.right a, div#footer div.right a:hover {
	float: right;
	display: block;
	margin-left: 3px;
	padding-top: 5px;
	height: 20px;
	font-size: 10px;
	color: #999;
}

/*
div#footer a.npire {
	width: 19px;
	background: url(../images/bg.npire.gif) no-repeat;
}

div#footer a:hover.npire {
	background-position: 0 -25px;
}
*/

div#footer a.krauter {
	width: 105px;
	padding-right: 23px;
	background: url(../images/bg.krauter.gif) no-repeat top right;
}