/*Basic Format*/

.navi {
	position: relative;
	width: 840px;
	right: 0px;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../../images/BG_Navi.gif);
	background-position: left top;
}

body.content {
	background-image: url(../../images/BG_Content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
div#container {
	width: 800px;
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}
/* Ende Basic Format */

/* Begin Navigation Format*/
a .subnav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: right;
	line-height: 12pt;
}
a .subnav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: right;
	line-height: 12pt;
}
a .subnav:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B5B2CE;
	text-decoration: none;
	text-align: right;
	line-height: 12pt;
	font-weight: bold;
}

div#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	background-color: #00FF00;
	position: relative;
	width: 130px;
}
#subnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #0000FF;
	background-color: #00CC66;
	position: relative;
	width: 130px;
}
/* Ende Navigation Format*/

/* Begin Text Format*/
.text {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

.blue {
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	line-height: 14pt;
	font-weight: bold;
	vertical-align: top;
}
	
.orange {
	font-size: 10pt;
	color: #FF6D00;
	font-family: Arial, Helvetica, sans-serif;
}

.textorange {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #FF6D00;
	font-weight: bold;
}

.textred {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 14pt;
	line-height: 18px;
	color: #FF6D00;
	top: 40px;
	font-weight: bold;
}

.textsmall {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	color: #666666;
}

.textteaser {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #005588;
}
p {
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 12px;
}

H1,H2,H3,H4,H5,H6 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #000000;
}

H1 {
	font-size: 12px;
	margin-top: 13px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;

}
H2 {
	font-size: 10pt;
	font-weight: bold;
}
H3 {
	font-size: 12px;
	margin-top: 13px;
	margin-bottom: 0px;
}
H4 { font-size: 11px; margin-top: 13px; }
H5 { font-size: 10px; margin-top: 13px; margin-bottom: 5px; }
H5 { font-size: 9pt; margin-top: 13px; margin-bottom: 4px; }

ul {
	list-style-position: outside;
	list-style-image: url(../images/li_bullet_orange.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 14px;
	padding: 0px;
	margin-left: 15px;
	font-size: 12px;
	color: #000000;
}
li {
	line-height: 16px;
	font-size: 12px;
	vertical-align: top;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6D00;
	text-decoration: none;
	line-height: 14px;
}

a:hover {
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}

a.nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.texthl {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
/* Ende Text Format*/

/* Beginn Table Format*/
.tdhead {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color : White;
	padding : 3px 10px 2px 5px;
	border-bottom : 1px solid #FFFFFF;
	font-weight : bold;
	border-top-style: none;
	background-color: #FF6D00;
}

.tddata {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #D8D8D8;
	padding : 3px 10px 2px 5px;
	border-bottom : 1px solid #FFFFFF;
	border-left : none;
	border-top : 1px solid #FFFFFF;
}
/* Ende Table Format*/

hr {
	color: #000000;
	height: 1px;
	line-height: 14pt;
	width: 640px;
	left: 0px;
	position: relative;
}


.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.HL_black {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	line-height: 14pt;
	font-style: normal;
}

div#bild_einleitung {
	text-align: left;
	position: relative;
	width: 140px;
}
#bild_einleitung p {
	width: 140px;
	position: relative;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
}
div#bild_einleitung2 {
	text-align: left;
	position: relative;
	width: 300px;
}
#bild_einleitung2 p {
	width: 290px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
div#eingeruckt {
	width: 460px;
	position: relative;
	margin-left: 151px;
}
#eingeruckt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-right: 40px;
}
#eingeruckt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}
#eingeruckt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}
.text_Anschrift {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


div#bild_20px {
	text-align: left;
	position: relative;
	width: 20px;
}
div#bild_produkte {
	text-align: left;
	width: 290px;
	padding-top: 0px;
	color: #000000;
	position: relative;
	bottom: 34px;
}
div#bild_produkte_links {
	text-align: left;
	position: absolute;
	width: 290px;
	top: 20px;
	left: 20px;
}
div#bild_produkte_content {
	text-align: left;
	position: relative;
	width: 600px;
	top: 20px;
}
div#cinfo {
	width: 600px;
	font-size: 10px;
	margin: 0px;
	text-align: right;
}
#cinfotxt {
	width: 290px;
}
#bild_produkte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #FF6D00;
	text-decoration: none;
}
#bild_produkte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #999999;
	text-decoration: none;
}
.hwc_ort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 3px 5px 0px;
}
.hwc_ort_mager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 3px 5px 0px;
	line-height: 10pt;
	width: 110px;
}
.Produkte_ueber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	background-color: #00CC66;
	height: 30px;
	width: 240px;
	background-image: url(../images/blank_grau.gif);
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
div#Produkte_ueber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	background-color: #D8D8D8;
	height: 50px;
	width: 240px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	padding-left: 8px;
	padding-top: 8px;
}
div#Produkte_ueber_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	height: 50px;
	width: 240px;
	text-align: left;
	position: relative;
	padding-top: 5px;
	left: 56px;
}
div#home_hl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: left;
	position: absolute;
	width: 440px;
	left: 180px;
}
div#home_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
}
div#home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	background-color: #D8D8D8;
	width: 440px;
	text-align: left;
	position: absolute;
	left: 200px;
	top: 20px;
}
.home_hl {
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	line-height: 14pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 17px;
	padding-left: 160px;
}
.home_text {
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	line-height: 14pt;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 17px;
}
.leiste_l {
	background-image: url(../nav/images/leiste_l.gif);
	background-repeat: no-repeat;
}
.leiste_r {

	background-image: url(../nav/images/leiste_r.gif);
	background-repeat: no-repeat;
}

.bild_einleitung2 {
	background-image: url(../produkte/images/produkte_fond.gif);
	background-repeat: no-repeat;
	width: 290px;
}

div#kopf_image {
	width: 600px;
	top: 20px;
	bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

div#shortcut {
	width: 157px;
	position: absolute;
	background-color: #FF6D00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	left: 641px;
	top: 0px;
	padding-bottom: 0px;
	height: 100%;
	z-index: 40;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

div#hl_text {
	text-align: left;
	margin-right: 20px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
}

#hl_text h1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}

div#prodbox_links {
	width: 290px;
	position: relative;
	left: 20px;
	top: 40px;
	height: 50px;
}
#prodbox_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	width: 290px;
	left: 0px;
	top: 0px;
	position: relative;
}
#prodbox_li_HL {
	font-weight: bold;
	width: 235px;
	left: 55px;
	z-index: 1;
	position: relative;
	bottom: 50px;
	height: 50px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d8d8d8;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#prodbox_li_body {
	width: 233px;
	left: 60px;
	position: relative;
	bottom: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#prodbox_re {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	width: 290px;
	left: 310px;
	top: 0px;
	position: absolute;
}
#prodbox_re_HL {
	font-weight: bold;
	width: 235px;
	left: 365px;
	z-index: 1;
	position: absolute;
	bottom: 50px;
	height: 50px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	background-color: #d8d8d8;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#prodbox_re_body {
	width: 230px;
	left: 370px;
	position: absolute;
	top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
div#prodbox {
	width: 600px;
	position: relative;
	left: 20px;
	top: 20px;
}
div#Balken_re {
	width: 30px;
	position: absolute;
	background-color: #FFFFFF;
	height: 100%;
	left: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#kopf_image_text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12px;
	left: 340px;
	position: absolute;
	width: 280px;
	top: 25px;
}
#branchebox_li_body {

	width: 290px;
	left: 0px;
	position: relative;
}
#branchebox_re_body {
	width: 290px;
	left: 310px;
	position: absolute;
	bottom: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
div#abschlusslinie {
	width: 640px;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	clear:both;
}
div#branchebox {
	width: 600px;
	position: relative;
	left: 20px;
	top: 30px;
}
div#messenbox {
	width: 600px;
	top: 15px;
	margin-top: 10px;
	margin-left: 20px;
}
div#Messenbox2 {
	width: 600px;
	top: 15px;
	margin-top: 10px;
	margin-left: 40px;
}
#container #messenbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
#container #Messenbox2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

#branchebox_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	width: 290px;
	position: relative;
	top: 10px;
}
#branchebox_re {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	width: 290px;
	left: 310px;
	position: relative;
	bottom: 25px;
}
#branchebox_li_body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#branchebox_re_body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
#hl_text h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
div#hwc_galerie {
	width: 600px;
	position: relative;
	left: 20px;
}
#hwc_galerie_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	position: absolute;
	width: 100px;
	left: 5px;
	top: 5px;
	z-index: 2;
}
.hl_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 14px;
	font-weight: bold;
}
.text_tabelle {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 3px;
}
.preis_angebote {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}
.preis_netto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	color: #666666;
	font-style: normal;
	vertical-align: top;
	text-align: right;
	padding-left: 20px;
}
.pflegetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}
.text_einzug {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 4px;
	padding-top: 6px;
	width: 145px;
}
.menu_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.suchbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.text_messen_tabelle {

	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;

}
div#container2 {
	width: 772px;
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	text-align: left;
}
div#container_angebote {
	width: 560px;
	position: absolute;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	top: 76px;
	left: 0px;
}
div#kopf_image_hwc {

	width: 520px;
	position: relative;
}
hrblank {
	line-height: 14pt;
	width: 640px;
	position: relative;
	height: 1px;
	color: #000000;
	left: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
div#abschlusslinie2 {
	width: 640px;
	position: relative;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	left: -20px;
}
.tddata_mail {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #D8D8D8;
	border-bottom : 1px solid #FFFFFF;
	border-left : none;
	border-top : 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
}
.textemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18pt;
	color: #FF6D00;
	top: 40px;
	font-weight: bold;
	text-align: left;
	padding-top: 17px;
	padding-left: 20px;
	padding-bottom: 15px;
}
div#fehler_email {
	background-color: #000000;
	position: absolute;
	height: 22px;
	width: 280px;
	left: 340px;
	top: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF6D00;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 1px;
}
div#prodbox1 {
	width: 600px;
	position: relative;
	left: 20px;
	top: -20px;
	bottom: 0px;
}
div#prodbox2 {
	width: 600px;
	position: relative;
	left: 20px;
	top: -60px;
}
div#prodbox3 {

	width: 600px;
	position: relative;
	left: 20px;
	top: -100px;
}
div#prodbox4 {
	width: 600px;
	position: relative;
	left: 20px;
	top: -140px;
}
div#prodbox5 {
	width: 600px;
	position: relative;
	left: 20px;
	top: -180px;
}
div#abschlusslinie_prodbox {
	width: 640px;
	position: relative;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	top: -200px;
}
body.popup {
	background-color: #FFFFFF;
}
div#abschlusslinie_abstand_oben {
	width: 640px;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	top: 10px;
}
.text_einzug_hwc {

	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 4px;
	width: 145px;
}
div#home {
	width: 120px;
	height: 120px;
	background-color: #00CC99;
}

.essen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.hilf {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#galerie {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff6d00;
	border-bottom-color: #ff6d00;
	margin-right: 20px;
	margin-left: 20px;
	width: 600px;
}
#galerie_hl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 20px;
}


#clr {
	clear: both;
}
.galerie {
	margin: 2px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#schulungsItem {
	float: left;
	width: 290px;
	margin-right: 10px;
}
#schulungsItem h1 {
	color: #FFFFFF;
	background-color: #ff6d00;
	padding: 2px;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 10px;
}
#schulungsItem h2 {
	display: block;
	width: 289px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #ff6d00;
	margin-top: 5px;
}
#schulungsItem h3 {
	margin-top: 10px;
	font-size: 12px;
}
#schulungsItem p {
	margin: 0px;
}
#language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 138px;
	margin-left: 0px;
	position: absolute;
	margin-right: auto;
	left: 37px;
	right: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	top: 122px;
	bottom: 0px;
}

div#nachOben {
	width: 600px;
	background-color: #FFFFFF;
	height: 1px;
	clear:both;
	position: relative;
	left: 20px;

