/* Layout */
html {
	height: 100%;
	/*overflow: hidden;*/
}

body, td {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial, helvetica;
	font-size: 12px;
/*	background: url(layout/bottom_back.png) repeat-x 0 100%;*/
}

#main {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

#header {
    position: relative;
	left: 50%;
	margin-left: -460px;
	width: 920px;
	height: 240px;
	background: #fff;
}

#header_back {
	position: relative;
	margin-top: 0;
	width: 100%;
	height: 268px;
	background: url(layout/top_back.png) repeat-x 0 100%;
}

h1 {
	color: #b1ded2;
	font-size: 26px;
	line-height: 29px;
	margin: 0;
}

#content_text {
	margin-left: 10px;
	margin-right: 20px;
	color: #666;
	line-height: 20px;
	font-size: 14px;
}

#content_text h1 {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 10px solid #eee;
	margin-left: -1px;
}

#content_text p {
	margin-top: 25px;
}

#content_text table {
	margin-top: 15px;
}

.adresse {
	font-size: 12px;
	line-height: 16px;
}

.adresse img {
	margin-top: 5px;
	position: relative;
}

.menge {
	font-size: 11px;
	height: 12px;
	width: 18px;
	border: 1px solid #ddd;
	position: relative;
	top: -2px;
}

#login {
	padding: 5px;
}

#login .ilogin {
	width: 125px;
}

#content_text table select {
	width: 200px;
}

#header h1 {
	display: block;
	margin-left: 500px;
    margin: 0;
	width: 200px;
	position: absolute;
	left: 490px;
	top: 55px;
}


#header #auszeichnung {
	position: absolute;
	left: 660px;
	top: 110px;
}

#content {
    position: relative;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}

#content_left {
	float: left;
	width: 225px;
	min-height: 400px;
}

#content_middle {
	float: left;
	width: 470px;
	min-height: 400px;
}

#content_right {
	float: left;
	width: 225px;
}

#content_right div.box {
	border: 1px solid #ddd;
	width: 212px;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	border-top: 20px solid #f0f0f0;
	color: #666;
	margin-top: 12px;
	background: #fff;
}

#content_right .box h1 {
	font-size: 12px;
	color: #666;
	position: absolute;
	display: block;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-top: -20px;
	margin-left: -1px;
	line-height: 18px;
	font-weight: normal;
	width: 202px;
	padding-left: 10px;
}

#content_right .box img {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 14px;
}

#content_right .box iframe {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 14px;
}

#content_right .box p {
	margin: 0;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 8px;
}

#content_right .spacer {
	height: 220px;
}

#content_right #kostenuebernahme,#bestellung {
	display: block;
	padding-left: 40px;
	padding-top: 2px;
	color: #666;
	height: 40px;
	margin-left: 10px;
}

#content_right #kostenuebernahme {
	background: url(layout/kostenuebernahme.png) no-repeat 0 0;
}

#content_right #bestellung {
	background: url(layout/bestellung.png) no-repeat 0 0;
}

#content_right #kostenuebernahme,#bestellung b {
	color: #333;
}

#cl {
	clear: both;
	height: 107px;
/*	background: pink;*/
}

#footer {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -107px;
	height: 107px;
	width: 100%;
	background: url(layout/bottom_back.png) repeat-x 0 100%;
/*	background: green;*/
}

#footer_foto {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -248px;
	margin-left: 170px;
}

#footer_h1 {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -306px;
	margin-left: 235px;
}

#footer_text {
	position: relative;
	left: 50%;
	margin-left: -460px;
	width: 920px;
}

#socials div {
	float: left;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	line-height: 10px;
	margin-left: 35px;
	margin-top: 10px;
}

#socials img {
	float: left;
	margin-left: 8px;
	margin-top: 25px;
	border: 0;
}

hr {
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted #666;
	margin: 0;
	margin-right: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#copyright {
	float: left;
	margin-left: 60px;
	margin-top: 40px;
	color: #999;
}

a {
	color: grey;
	text-decoration: underline;
}

a:hover {
	color: #B1DED2;
}

* + html hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

.cl {
	clear: both;
}

#content_menu {
	position: absolute;
	margin-top: -140px;
	margin-left: 30px;
}

#menu {
	background: #f5f5f5;
	width: 185px;
    overflow-x: hidden;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

#content_menu #print {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	padding-left: 29px;
	display: block;
	height: 20px;
    background-image: url(layout/print.png);
    background-repeat: no-repeat;
	position: relative;
	left: +30px;
	top: +15px;
}

#logo {
 margin-top: 10px;
 margin-left: 14px;
}

/* Suche */

div.search {
 height: 29px;
 margin-left: 14px;
}

div.search_edt {
 margin-top: 2px;
 float: left;
}

*:first-child+html div.search_edt{
 margin-top: 1px;
 float: left;
}

input.edt_search {
 height: 14px;
 width: 135px;
 font-size: 10px;
 margin-top: 6px;
 border: 1px solid #ddd;
}

div.search_img {
 margin-top: 8px;
 margin-left: 4px;
 float: left;
}

/* Menu */

#navcontainer {
	padding-top: 4px;
	margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-left: 12px;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
  display: inline;
}

#navcontainer a{
	display: block;
	color: #424242;
	text-decoration: none;
	padding: 8px 14px;
    border-top: 1px solid #dddddd;
    font-weight: normal;
    background-image: url(layout/submenu_back.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
}

#navcontainer a:hover {
	color: #333;
    background-image: url(layout/submenu_act.png);
}

#navcontainer a.open {
    color: #333;
    font-weight: bold;
    background-image: url(layout/submenu_act.png);
}

#navcontainer a.active {
    color: #333;
    font-weight: bold;
    background-image: url(layout/submenu_act.png);
}

#navcontainer ul ul {
  display: none;
}

#navcontainer ul ul.open {
  display: inline;
/*  border-bottom: 1px solid #dddddd; */
}

/* Child - Level 1 */

#navcontainer ul ul a {
    border: 0px;
	padding-left: 25px;
	padding-top: 0;
    background-position: 4px 1px;
}

/* Child - Level 2 */

#navcontainer ul ul ul a {
	padding-left: 40px;
}

/* Child - Level 3 */
#navcontainer ul ul ul ul a {
	padding-left: 55px;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul a {
	padding-left: 70px;
}

/* Nur IE7 */

* + html #language_sel {
	top: -6px;
}

* + html #language_sel select {
	font-size: 10px;
}

* + html #linie_t1 {
	margin-top: 18px;
}

* + html #linie_t2 {
	margin-top: 18px;
}

* + html #navcontainer {
}

* + html #navcontainer ul ul li a {
}

* + html #navcontainer ul ul ul li a {
}


* + html #navcontainer ul ul.open li {
}

/* Mozilla & Safari only */

:root #navcontainer ul ul {
} 

:root #navcontainer ul ul li {
} 
:root #navcontainer ul ul li:last-child {
} 
:root #navcontainer ul ul ul li:first-child {
} 
:root #navcontainer ul ul ul li {
}   

:root #navcontainer ul ul ul.open {
}

/* Safari only */
@media screen and (-webkit-min-device-pixel-ratio:0){
#navcontainer {
}

#navcontainer ul ul {
} 

}

/* start media print */
@media print { 

body {
	background: #fff;
}

#lightwindow_overlay {
 	height: 1px;
 	display: none;
}

#lightwindow {
 	display: none;
 	height: 1px;
}

#header {
	display: none;
}

#header_back {
	display: none;
}

#content {
    margin: 0;
	left: 0;
}

#content_menu {
	margin: 0;
	background: none;
	top: 0;
}

#menu {
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;
	filter: none;
}

#content_menu form {
	displa1y: none;
}

#menu_footer {
	display: none;
}

#navcontainer {
	display: none;
}

#content_left {
	margin: 0;
	height: 100px;
	overflow-y: hidden;
	min-height: 0;
	margin-left: 730px;
}

#content_middle {
	clear: both;
	width: 100%;
}

#content_text {
	font-size: 18pt;
    line-height: 22pt;
}

#content_text h1 {
	margin-top: 0;
	font-size: 28pt;
    line-height: 32pt;
}

#search {
	display: none;
}

#content_right {
	display: none;
}

#footer_h1 {
	display: none;
}

#footer_foto {
	display: none;
}

#socials {
	display: none;
}

#footer_text {
	position: relative;
	margin: 0;
	left: 0;
}

#copyright {
	margin-left: 10px;
	padding-top: 20px;
}

#logo {
	p1osition: absolute;
	top: 5px;
	z-index: 500;
	left: 0;
	left: 728px;
	display: block;
}

}

/* ende media print */
