/* layout */

html {
/*	overflow-y:scroll;
*/
}

body {
	background: #FFFFFF;
}
html, body {
	height: 100%;
}
#outer {
	border: 0px solid orange;
	height: 100% !important;
	width: 100%;
	background: url(/layout/02-bgr-image.png) no-repeat center top;
}
#outer #wrapper {
	border: 0px solid red;
	min-height: 100%;
	height: 100% !important;
	height: auto !important;
	margin: 0 auto -120px;	
	width: 100%;
	background: url(/layout/01-bgr.png) repeat-x;
}

#outer #wrapper #container {
	border: 0px dotted black;
	margin: 0px auto;
	width: 1180px;
	height: 580px;
	min-height: 580px;

}
#outer #wrapper #container #header {
	height: 136px;
	width: 1180px;
	border: 0px solid orange;
}
#outer #wrapper #container #header #logo {
	width: 300px;
	height: 110px;
	float: left;
}

#outer #wrapper #container #header #topnavi {
	height: 50px;
	padding-left: 30px;
	width: 840px;
	white-space: nowrap;
	border: 0px solid red;
	float: left;
	padding-top: 8px;
}
#outer #wrapper #container #header #topright {
	width: auto;
	height: 100px;
	text-align: left;
	float: right;
}
#outer #wrapper #container #header .language {
	width: 70px;
	height: 10px;
	text-align: left;
	float: left;
	padding: 18px;
}
#outer #wrapper #container #header #search {
	float: left;
	margin-right: 10px;
	height: 42px;
	margin-left: 530px;
	margin-top: 8px;
}
#wrapper #container #inner {
	width: 1180px;
	height: 460px;
	border: 0px dashed #FF00FF;
	margin: 0px auto;
}

#outer #wrapper #container #inner #aktuelles {
	padding: 10px;
	width: 180px;
	min-height: 300px;
	float: right;
}
#outer #wrapper #container #inner #content {
	float: left;
	width: 500px;
	padding: 20px 40px 10px 60px;
	min-height: 400px;
	border: 0px solid blue;
	background: url(/layout/03-content-bgr.png) no-repeat right top;
	/*margin-top: 16px;*/
	/*text-align: justify;*/
}
#outer #wrapper #container #inner #headerfooter {
	height: 20px;
}
#outer #wrapper #container #inner #newsticker {
	height: 150px;
	margin-left: 260px;
}
#outer #wrapper #container #inner #newsticker .newsrider {
	float: left;
	height: auto;
	width: 200px;
	border:0px solid blue;
	padding: 20px 20px 10px 40px;
}
#outer #wrapper #container #inner #content img {
	margin-top: 6px;
	margin-right: 10px;
}
#outer #wrapper #container #inner #aktuelles h2 {
	font-size: 1.1em;
	margin-top: 20px;
}
.termine {
	padding:2px;
	background: #eee;
	border:1px solid #C54A76;
}

#contactform input {
	margin-top: 10px;
}

/* Navigation */

.first {
	margin-left:0px;
}
.second {
	border: 0px solid red;
	display: block;
	margin: 0px 4px 6px 0px;
	float: left;
}
.third  {
	text-align: left;
	display: block;
	margin: 10px;
	float: left;
}
.fourth  {
	margin-left:24px;
}
.prodimg {
/*float: right;*/
}

#outer #wrapper #container #header #topnavi .first a {
	/*	width: 80px;
*/	font-size:15px;
	font-weight: bold;
	color: #999999;
	display: block;
	height: 30px;
	margin-right:4px;
	text-decoration: none;
	font-style: normal;
	float: left;
	background: url(/layout/navi-inactive.png) repeat-x left top;
	padding: 14px 20px;
	border: 0px solid red;

}
#outer #wrapper #container #header #topnavi .first a:hover {
	color: #666666;
	background: url(/layout/navi-active.png) repeat-x left top;
}
#outer #wrapper #container #header #topnavi .first a.active {
	color: #065dad;
	background: url(/layout/navi-active.png) repeat-x left top;
}

.prodnavi {
	float: none;
	width: auto;
	height: 200px;
	border:0px solid #999999;
	padding-left: 10px;
}

.prodnavi .second a {
	font-size:13px;
	font-weight: bold;
	color: #999999;
	display: block;
	padding: 14px 20px;
	height: 16px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	border:0px solid red;
	background: url(/layout/navi-inactive.png) repeat-x left top;
}
.prodnavi .second a:hover {
	color: #666666;
	background: url(/layout/navi-active.png) repeat-x left top;
}
.prodnavi .second a.active {
	color: #065dad;
	background: url(/layout/navi-active.png) repeat-x left top;
	border: 0px solid #FFFFFF;
}
.prodnavithird .third a {
	font-size:13px;
	font-weight: bold;
	color: #BBBBBB;
	display: block;
	height: auto;
	padding: 4px;
	text-decoration: none;
	font-style: normal;
	border:1px solid #BBBBBB;
}
.prodnavithird .third a:hover {
	color: #fff;
}
.prodnavithird .third a.active {
	color: #fff;
	border:1px solid #fff;
}
#outer #wrapper #container #inner #procucts {
	min-height: 400px;
	width: 1040px;
	background: url(/layout/03-content-bgr.png) no-repeat right top;
	padding: 20px;
	margin-left: 40px;
	border: 0px solid red;
}
#outer #wrapper #container #inner #procucts .product {
	background: #eee;
	height: 174px;
	width: 248px;
	float: left;
	margin: 6px;
}
#outer #wrapper #container #inner #procucts .product a {
	display: block;
	padding: 6px;
	background: url(/layout/product-passive.png) no-repeat;
}
#outer #wrapper #container #inner #procucts .product a:hover {
	background: url(/layout/product-active.png) no-repeat;
}
#outer #wrapper #container #inner #procucts .product a.active {
	background: url(/layout/product-active.png) no-repeat;
}

/* product order styles */
.order_product {
	position:relative;
	background: url(/layout/product-passive.png);
	padding: 6px 0px 6px 6px;
	height: 162px;
	width: 236px;
	float: left;
	margin: 6px;
	border: 0px solid blue;
}
.prod_image {
	position:absolute;
	z-index: 0;
	left: 0px;
	height: 162px;
	width: 236px;
	border: 0px solid red;
	background: no-repeat 80px top;
	/*opacity: 0.5;	*/	/* modern browser */
	/*-moz-opacity: 0.5;	*//* older Mozilla browser */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; *//* IE8 in Standard Compliant Mode */
	/*filter:alpha(opacity=50);*/ /* IE5.x -7.0 */

}
.order_product_detail {
	position:relative;
	height: 20px;
	display:block;
	z-index: 10;
}
.act_order {
	border: 3px solid #044078;
}
.order_button {

}

.clear {
	clear: both;
}

#footer, #push {
	border: 0px solid blue;
	clear: both;
	height: 120px;
	width: 100%;
}
 #footer {
	/*background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid orange;*/
	background-color: #044078;
	/*padding-bottom:2em;*/
}
#footercontent {
	width: 1180px;
	margin: 0 auto;
}
.foot {
	border: 0px solid red;
	float: left;
	padding-top: 30px;
	margin-left: 100px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-right: 20px;
}
.foot a, .foot a:hover{
	color: #ccc;
	text-decoration:underline;
}
.mainorder {
	float: right;
	margin-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: 42px;
	width: 150px;
	background: url(/layout/order-button.png) no-repeat;
	font-weight: bold;
	border: 0px solid orange;
}

.order {
	float: right;
	margin-top: 20px;
	height: 44px;
	width: 150px;
	background: url(/layout/order-button.png) no-repeat;
	font-weight: bold;
	border:0;
}
.order a {
	display: block;
	margin-top: 8px;
	text-align: left;
	margin-left: 38px;
}
.ordertable {
	float:left;
	width: 50%;
}
#rechnung .ordertable input {
	margin-bottom: 4px;
}
#rechnung .ordertable table td {
	height: 26px;
}
