html, body {
	margin: 0px; 
	padding: 0px; 
	background-color: #323232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.2px;
	line-height: 15px;
	color: #fff;
}


/* ********************************* */
/* allgemeines */

ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

p { 
	margin: 0 0 10px 0;
}

.clear {
	clear: both;
}

a {
	color: #feaf04;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.bold {
	font-weight: bold;
}

.links {
	float: left;
}

.rechts {
	float: right;
}

.center {
	text-align: center;
}

.hoch {
	font-size: 11px;
	vertical-align: super;
}

.textrechts {
	text-align: right;
}

.noborder {
	border: none !important;
}
	

/* ************************************** */
/* Seitenbereich */

.all {
	width: 907px;
	margin: 20px auto 0;
	background: url(images/schatten_rechts.jpg) repeat-y top right;
	position: relative;
}

.page {
	width: 890px;
}

.header {
	background-color: #fff;
	width: 890px;
	height: 110px;
	position: relative;
	border-left: 1px solid #3F3F3F;
}

.header .logo {
	float: left;
	margin-top: 27px;
	margin-left: 16px;
}

.header .slogan {
	float: right;
	position: absolute;
	top: 32px;
	right: 60px;
}

.main {
	background: url(images/verlauf.jpg) repeat-y left top;
	padding-bottom: 60px;
	border-bottom: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	width:	890px;
}

.schatten_rechts {
	background:url(images/schatten_rechts.jpg) repeat-y left top; 
	width:17px; 
}

.schatten_unten {
	background: url(images/schatten_unten.jpg) no-repeat right top; 
	width: 907px; 
	height: 13px;
}

.top a {
	background: url(images/top.gif) no-repeat;
	position:absolute;
	width: 280px;
	height: 20px;
	bottom:35px;
	left: 1px;
}

.top a:hover {
	background: url(images/top_hover.gif) no-repeat;
}

/* ***********************************************************
			blauer Balken 
**************************************************************/


.blueline {
	background: url(images/bg_headline2.jpg) no-repeat right top;
	width: 890px;
	height: 27px;
	border-left: 1px solid #3F3F3F;
}

.blueline h1 {
	float: left;
/*	width: 400px;*/
	width: 360px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

.blueline .navi_2 {
	float: right;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 11px;
}

.blueline .navi_2 a {
	text-decoration: none;
	color: #fff;
}

.blueline .navi_2 a:hover {
	text-decoration: underline;
}

/* ***********************************************************
			Navigation 
**************************************************************/

#menu {
	float: left;
	width: 220px;
	margin: 10px 0 40px 0;
	font-size: 12px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover,
#menu li.subactive a,
#menu a.masteractive{
	color: #fff;
	background: url(images/pfeil.gif) no-repeat right 4px;	
	padding-right: 14px;
}

#menu ul.level1 {
	margin-left: 16px;
}

#menu li.level1 {
	background: url(images/dotline.gif) repeat-x left bottom;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#menu ul.level2 {
	margin-top: 5px;
	display: none;
}

#menu ul.level2 li {
	font-weight: normal;
	padding: 5px 0 5px 10px;
}

#menu ul.level2 li.subactive {
	font-style: italic;
}


/* ***********************************************************
			Content + Breadcrumb
**************************************************************/

.content {
	float: right;
	width: 610px;
}

.content .breadcrumb {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 10px;
	color: #feaf04;
}

.content .breadcrumb a {
	color: #feaf04;
	text-decoration: none;
}

.content .breadcrumb a:hover {
	text-decoration: underline;
}

.content .einleitungstext {
	width: 320px;
	margin-bottom: 40px;
}

/* ***********************************************************
			Startseite 
**************************************************************/

.content .startseite {
	margin-top: 42px;
}

.content .startseite .abstand_aussen {
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}

.content .startseite .abstand_innen {
	padding: 6px;
}

.content .startseite .box {
	width: 170px;
	height: 170px;
	border: 1px solid #fff;
	background: url(images/bg_box_orange.jpg) no-repeat left top;
	color: #333;
}

.content .startseite a.boxtitle {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.content .startseite a.boxtitle:hover {
	text-decoration: none;
}

.content .startseite .flag {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ***********************************************************
			Seitentyp 1 + Seitentyp 2
**************************************************************/

.content .pagetype_1 .row,
.content .pagetype_2 .row {
	margin-bottom: 20px;
}

.content .pagetype_1 .row .data,
.content .pagetype_2 .row .data {
	float: left;
	width: 320px;
}

.content .pagetype_1 .headline,
.content .pagetype_2 .headline,
.content .pagetype_1 h2,
.content .pagetype_2 h2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

.content .headline_klein {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.content .pagetype_2 .headline,
.content .pagetype_2 .headline_klein,
.content .pagetype_2 h2 {	
	font-style: italic;
}

.content .pagetype_1 .headline a,
.content .pagetype_2 .headline a,
.content .pagetype_1 h2 a,
.content .pagetype_2 h2 a {
	background: url(images/pfeil.gif) no-repeat right 4px;	
	padding-right: 14px;
	color: #fff;
	text-decoration: none;
}

.content .pagetype_1 a:hover,
.content .pagetype_2 a:hover {
	text-decoration: underline;
}

.content .pagetype_1 .row .image,
.content .pagetype_2 .row .image {
	float: right;
	width: 180px;
}

.content ul {
	margin: 6px 0 12px 15px;
}

.content ul li {
	background: url(images/dot_w.gif) no-repeat left 5px;
	padding-left: 20px;
	/*line-height: 18px;*/
	line-height: 15px;
	padding-bottom: 3px;
}

.content ul.pdf-liste li {
	background: url(images/dot_w.gif) no-repeat left 12px;
	line-height: 28px;
}

.content ul.pdf-liste li a {
	color: #fff;
}

.content .subheadline {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .bg {
	padding: 2px 4px;
	background-color: #353535;
}

.content .pagetype_2 a.link {
/*	color: #FEAF04;
	text-decoration: underline;*/
}

.content .pagetype_1 img.bildmarke-s,
.content .pagetype_2 img.bildmarke-s {
	position: relative;
	top: -5px;
	padding: 0px;
	margin: 0 0 0 3px;
}

/* ***********************************************************
			Seitentyp 3 (Produkt)
**************************************************************/

.content .pagetype_3 {
	width: 400px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 12px 30px 12px;
	background-color: #fff;
	color: #000;
}

.content .pagetype_3 .headline,
.content .pagetype_3 h2 {
	padding: 10px 0 16px 0;
	font-size: 18px;
	font-weight: bold;
	color: #5E84B1;
	line-height: 20px;
}

.content .pagetype_3 .image {
	padding: 12px 0;
	text-align: center;
}

.content .pagetype_3 img {
	border: 1px solid #ccc;
	padding: 5px;
}

.pagetype_3 table.datentabelle td,
.pagetype_3 table.datentabelle th {
	border-bottom: 1px solid #000;
	margin:3px;
	text-align: left;
}

.pagetype_3 ul li {
	background: url(images/dot_s.gif) no-repeat left 5px;
}

.content .pagetype_3 a.link {
	color: #FEAF04;
}

.content .pagetype_3 img.bildmarke-s {
	position: relative;
	top: -5px;
	padding: 0px;
	margin: 0 0 0 3px;
	border: none;
}
	
/************ Linkliste / Links ****************/

.content ul.linklist li {
	background: none;
	padding-left: 0;
}

.content ul.linklist a,
.content a.link {
	background: url(images/pfeil.gif) no-repeat right 4px;	
	padding-right: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.content ul.linklist a:hover,
.content a.link:hover {
	text-decoration: underline;
	color: #feaf04;
}

/* ***********************************************************
			Formular 
**************************************************************/

#kontaktform label {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	margin-right: 5px;
	cursor: pointer;
}

#kontaktform .data {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}

#kontaktform .data_small {
	float: left;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#kontaktform .data_big {
	float: left;
	width: 129px;
	margin-bottom: 10px;
}

#kontaktform textarea {
	height: 150px;
}

#kontaktform input,
#kontaktform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#kontaktform input.submit {
	margin-left: 124px;
	font-size: 12px;
}

#kontaktform .ausgabetext {
	background-color: #fff;
	color: #FF0000;
	padding: 2px 5px;
	border: 1px dotted #FF0000;
}

#kontaktform .green {
	color: #009900 !important;
	border: 1px dotted #009900 !important;
}

/* ***********************************************************
			Seitentyp full (nur Text) 
**************************************************************/

.pagetype_full {
	width: 350px;
}

/* ***********************************************************
			Tabellen / PopUp
**************************************************************/

table.datentabelle {
	border: none;
	border-collapse: collapse;
}

table.datentabelle td {
/*	border-bottom: 1px solid #fff;*/
	background: transparent url(images/dotline.gif) repeat-x scroll left bottom;
	height: 20px;
}

#popup table.produkttabelle {
	background-color: #2A2A2A;
	margin: 12px auto;
}

#popup table.produkttabelle table {
/*	width: 800px;*/
	margin-bottom: 16px;
}

#popup table.produkttabelle th {
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}

#popup .main {
	background: #2A2A2A;
}

#popup .blueline h1 {
	margin-left: 20px;
	width:550px;
}

#popup .blueline .drucken,
#popup .blueline .schliessen  {
	float: right;
	padding-top: 6px;
	padding-right: 40px;
	font-size: 11px;
}

#popup .blueline .drucken a {
	text-decoration: none;
	color: #fff;
	background: url(images/print.gif) no-repeat left bottom;
	padding-left: 26px;
}

#popup .blueline .schliessen  a {
	text-decoration: none;
	color: #fff;
	background: url(images/schliessen.gif) no-repeat left bottom;
	padding-left: 20px;

}

#popup .blueline .drucken a:hover,
#popup .blueline .schliessen a:hover  {
	text-decoration: underline;
}

#popup table.produkttabelle .head2 {
	font-weight: bold;
	background-color: #353535;
}

#popup table.produkttabelle .head3 {
	font-weight: bold;
}

#popup table ul {
	margin-left: 20px;
}

#popup table ul li.ebene1 {
	background: url(images/dot_w.gif) no-repeat left 5px;
	padding-left: 20px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
}

#popup table ul.ebene2 li {
	list-style-position: inside;
	list-style-type: disc;
}

/* ***********************************************************
			News
*************************************************************/

.newseintrag {
	width: 320px;
	margin-bottom: 25px;
}

.newseintrag .datum {
	color: #999999;
	padding-bottom: 5px;
	background: transparent url(images/dotline.gif) repeat-x scroll left bottom;
}

.newseintrag h2 {
	margin-top: 10px;
}

/* ***********************************************************
			Newsletter
*************************************************************/

.newsletter_content {
	background-color: #fff;
	color: #000;
}

.newsletter_content .abstand {
	padding: 10px;
}

.newsletter_content .inhaltsverzeichnis a {
	color: #5F86B1;
}

.newsletter_content .inhaltsverzeichnis a:hover {
	color: #efaf04;
}

.newsletter_content .drucken a {
	background: url("images/print.gif") no-repeat scroll right bottom transparent;
	padding: 1px 26px 0 0;
	float: right;
	color: #999999;
}

.newsletter_content .drucken a:hover {
	color: #efaf04;
}

.newsletter_content .datum {
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.newsletter_content .line {
	border-bottom: 1px solid #ccc;
}

.newsletter_content h2 {
	margin-top: 10px;
}

.newsletter_content h3 {
	margin: 20px 0 15px 0;
	font-size: 13px;
	background-color: #E3EAF2;
	padding: 5px;
}

.newsletter_content a.top {
	color: #999;
}

.newsletter_content a.top:hover {
	color: #FEAF04;
}

.newsletter_content img.noborder {
	margin: 10px 0;
	border: none;
/*	border: 1px dotted #ccc;*/
}

.newsletter_content img.border {
	margin: 10px 0;
	border: 1px solid #ccc;
}

.newsletter_content img.links {
	float: left;
	margin: 3px 12px 10px 0;
}

.newsletter_content img.rechts {
	float: right;
	margin: 3px 0 10px 12px;
}

.newsletter_content .vergroessern {
	position: relative;
}

.newsletter_content img.icolupe {
	position: absolute;
/*	bottom: 14px;
	right: 5px;*/
	left: 0px;
	bottom: 0px;
	border: none;
	padding: 0px;
}

/* Newsletter Menue rechts */

.newsletter_menue {
	float: right;
	width: 130px;
	padding-right: 28px;
}

.newsletter_menue ul {
	margin: 0px;
	padding: 0px;
}

.newsletter_menue ul li {
	background-image: none;
	padding: 0px;
	margin: 0px 0 4px 0;
	border-bottom: 1px solid #ccc;

}

.newsletter_menue a {
	display: block;
	color: #2a2a2a;
	padding: 1px 5px;
	background-color: #fff;
}

.newsletter_menue a:hover {
	background-color: #5E84B1;
	color: #fff;
}

/* Newsletter Druckversion */

#newsletter_druckversion {
	width: 450px;
	margin: 10px auto;
}

#newsletter_druckversion .content {
	float: none;
	width: auto;
}

#newsletter_druckversion .pagetype_3 {
	border: 1px solid #CCCCCC;
}

#newsletter_druckversion .logo {
	margin-bottom: 12px;
}

#newsletter_druckversion .logo img {
	border: none;
}

#newsletter_druckversion .drucken {
	float: right;
	padding-top: 6px;
	padding-right: 24px;
	font-size: 13px;
	margin-bottom: 20px;
}

#newsletter_druckversion .schliessen  {
	float: left;
	padding-top: 6px;
	padding-right: 24px;
	font-size: 13px;
	margin-bottom: 20px;
}

#newsletter_druckversion .drucken a {
	text-decoration: none;
	background: url(images/print.gif) no-repeat left bottom;
	padding-left: 26px;
}

#newsletter_druckversion .schliessen  a {
	text-decoration: none;
	background: url(images/schliessen.gif) no-repeat left bottom;
	padding-left: 20px;
}

#newsletter_druckversion .drucken a:hover,
#newsletter_druckversion .schliessen a:hover  {
	text-decoration: underline;
}

#newsletter_druckversion .top,
#newsletter_druckversion ul.inhaltsverzeichnis {
	display: none;
}

#newsletter_druckversion .haftungsausschluss {
	font-style: italic;
	color: #999;
}

/* ***********************************************************
			diverses
**************************************************************/

.content .schraubenspannprinzip span {
	cursor: pointer;	
/*	color: #feaf04;*/
}

.content #schraubenspannprinzip img {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

