@charset "utf-8";
/* CSS Document */

html, body, form {
	margin: 0px;
	padding: 0px;
	height:100%;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
a {
	color: #e60005;
	text-decoration:underline;
	border: none;
}
a:hover {
	text-decoration:none;
	color: #e60005;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #38448e;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
#header {
	clear:both;
	width:970px;
	margin: 0px auto;
	background-image:url(/img/header_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:auto;
}
#headerlogo {
	float:right;
	width:99px;
	height:89px;
	/*margin-right:25px;*/
	text-align:right;
}
#menue {
	background-image:url(img/menue_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	line-height:55px;
	float:left;
}
#menue a {
	color: #999999;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	float:left;
}
#menue a#activeM {
	color: #666666;
}
#menue a:hover {
	color: #fff;
}
#menue_left {
	background-image:url(img/menue_left.png);
	background-repeat: no-repeat;
	height:55px;
	width:12px;
	float:left;
	margin-left:15px;
}
.menue_splitter {
	background-image:url(img/menue_splitter.png);
	background-repeat:no-repeat;
	width:1px;
	height:55px;
	float:left;
}
#menue_right {
	background-image:url(img/menue_right.png);
	background-repeat: no-repeat;
	height:55px;
	width:18px;
	float:left;
}
#submenue {
	float:left;
	width:197px;
	min-height:100px;
	margin: 0px;
	padding:0px;
	padding-left:5px;
}
#submenue_header {
	padding-left:20px;
	width:177px;
	line-height:32px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(img/submenue/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
}
#submenue_cnt_top {
	background-image: url(img/submenue/top.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-top:10px;
	width:197px;
	height:10px;
}
#submenue_cnt {
	width:195px;
	min-height:200px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	margin:0px;
	padding:0px;
}
#submenue_cnt ul {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-left:20px;
}
#submenue_cnt li a {
	color: #999;
	text-decoration:none;
	line-height:150%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
}
#submenue_cnt li a:hover {
	color: #38448e;
	text-decoration:none;
	line-height:150%;
}
#submenue_cnt #usub2 a {
	font-size:11px;
	display:block;
	line-height:18px;
}
#submenue_cnt #usub2 ul {
	margin: 0px;
	padding:0px;
}
#submenue_cnt li a#activesubm {
	color: #252525;
}
#submenue_cnt li a#activesubm2 {
	color: #252525;
	background:url(img/submenue/arrow.jpg) left center no-repeat;
	padding-left: 10px;
}
#submenue_cnt_bottom {
	background-image: url(img/submenue/bottom.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width:197px;
	height: 10px;
	margin-bottom:20px;
}
#contentframe {
	float:left;
	margin-left:10px;
	width:758px;
	min-height:300px;
}
#content ul {
	margin-left: 30px;
}
#content {
	clear:both;
	width:970px;
	margin: 0px auto;
	background-color:#fff;
	background-image: url(img/bg_content_top.png);
	background-position:top;
	background-repeat:repeat-x;
}
#contentbottom {
	clear:both;
	overflow:auto;
	padding: 10px 0px;
	background-image: url(img/bg_content_bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
#footer {
	clear:both;
	width:980px;
	margin:auto;
	margin-bottom:5px;
	background-color:#0d1d79;
	background-image:url(img/footer_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:200px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:20px;
}
#footer .footerlinks {
	float:left;
	font-size:11px;
	margin:0pt 5px;
}
#footer .footerlinks a {
	color:#FFFFFF;
	line-height:150%;
	padding:0pt 5px;
	text-decoration:none;
}
#footer .footerlinks a:hover {
	background-color:#FFFFFF;
	color:#0d1d79;
	text-decoration:none;
}
#footer_b2 a {
	color:#fff;
	text-decoration:none;
}
#footer_b2 a:hover {
	color:#0D1D79;
	text-decoration:none;
	background-color:#FFFFFF;
}
#footer_b2 {
	float: left;
	width: 450px;
	text-align:center;
	padding-left:265px;
	margin-top:30px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer_b3 {
	float: left;
	width: 260px;
	margin-top:30px;
	margin-right: 5px;
	text-align:right;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer1 {
	background-color:#8e9dcb;
	height: 20px;
	color:#FFF;
	clear:both;
	width:970px;
	margin:auto;
	margin-top:0px;
}
#footer2 {
	background-color:#004d9b;
	height:35px;
	color:#FFF;
	clear:both;
	width:970px;
	margin:auto;
	margin-top:2px;
}
#footer3 {
	color:#bbb;
	clear:both;
	width:970px;
	margin:auto;
	margin-top:5px;
	text-align:right;
	padding:0 5px;
	font-size:10px;
}
#footer3 a {
	color:#999;
}
#footer3 span {
	float:left;
}
.clear {
	clear:both;
}
#nosite {
	text-align:center;
	padding-bottom:100px;
}
#nosite h2 {
	margin-top:100px;
}
#startbox1, #startbox2, #startbox3 {
	width: 300px;
	padding:10px;
	height: 140px;
	background-color:#CCC;
	float:left;
	margin-top:20px;
	cursor:pointer;
	font-size:14px;
	color:#333;
}
#startbox1:hover, #startbox2:hover, #startbox3:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#startbox1 h2, #startbox2 h2, #startbox3 h2 {
	margin-bottom:5px;
}
#startbox1 {
	background:url(/img/startseite/box1.jpg) no-repeat;
}
#startbox2 {
	margin-left: 5px;
	margin-right: 5px;
	background:url(/img/startseite/box2.jpg) no-repeat;
}
#startbox3 {
	background:url(/img/startseite/box3.jpg) no-repeat;
}
#startbox4, #startbox5 {
	width: 50%;
	float:left;
}
#startbox5 {
	color:#333;
	line-height:150%;
}
#startbox5 h2 {
	color:#333;
	margin-bottom:15px;
	margin-top:20px;
}
.vcard {
	background-color:#efefef;
	padding:15px;
	margin:auto;
	margin-bottom:15px;
	width:400px;
	overflow:auto;
	border-left: 3px solid #CCCCCC;
	cursor:pointer;
}
.vcard:hover {
	background-color: #EAEAFF;
}
/* Produkte */

#produkttabs {
	margin-bottom:-1px;
	clear:both;
	overflow:auto;
}
#produkttabs ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:3px;
	clear:both;
	position:absolute;
}
#produkttabs li {
	float:left;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	margin: 2px;
	margin-top: 7px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 180%;
}
#produkttabs a {
	display:block;
	padding: 0 10px;
	text-decoration:none;
	color:#c1c1c1;
	background:url(/img/produkte/bg_tabs.gif) repeat-x top;
}
#produkttabs a:hover {
	text-decoration:none;
	color:#666;
	background: #EAEAFF;
}
#produkttabs li.activeProTab {
	margin-top:2px;
	margin-bottom:00px;
	line-height:220%;
	border-bottom:  1px solid #FFF;
	background: #FFFFFF;
}
#produkttabs .activeProTab a {
	background: #FFFFFF;
	color:#38448E;
}
#pdetailcontent {
	clear:both;
	border: 1px solid #c1c1c1;
	margin-top:35px;
	overflow:auto;
	min-height:200px;
	padding:15px;
}
#produkttext {
	float:left;
	width:380px;
}
#produkttext h1 {
	margin-top:30px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	font-size:30px;
}
#productimage {
	float:right;
	width:330px;
}
#productimage img {
	margin-top:20px;
	float:left;
}
#productimage div {
	float:right;
	margin-left:10px;
}
#productimage div img {
	clear:both;
	margin: 10px 0;
	cursor:pointer;
	float:right;
}
/**/

.inputfield,  .inputfield_200,  .inputfield_250,  .inputfield_300,  .inputactiv,  .inputerror {
	color: #44519F;
	border:1px solid #666666;
	background-color:#FFFFFF;
	padding:2px;
	font-size:12px;
}
.inputfield_200 {
	width:200px;
}
.inputfield_250 {
	width:250px;
}
.inputfield_300 {
	width:300px;
}
.inputactiv {
	border: 1px solid #44519F;
	background-color: #E6F2FF;
	color:#44519F;
}
.inputfield_3001 {
	width:300px;
}
.inputerror {
	border: 2px solid #CC0000;
	background-color:#FFD2D2;
	color:#CC0000;
}
.box_warn {
	padding: 7px;
	color:#A30C22;
	background-color:#FFDFDF;
	border-top: 2px solid #A30C22;
	border-bottom: 2px solid #A30C22;
	text-align:center;
}
.box_ok {
	padding: 7px;
	color: #006633;
	background-color: #DDFFDD;
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
	text-align:center;
}
.box_hinweis {
	padding: 7px;
	color: #FF9933;
	background-color: #FFFFD2;
	border-top: 2px solid #FF9933;
	border-bottom: 2px solid #FF9933;
	text-align:center;
}
#start_infobox {
	background-image:url(/img/startseite/infobox.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:258px;
	width:577px;
	color:#333333;
}
#start_infobox div {
	margin: 10px;
}
#start_infottext {
	line-height: 140%;
}
#start_infobox p {
	margin-left: 20px;
}
#start_infobox h1 {
	color:#000000;
	padding:10px 0 5px;
}
#start_infobox h3 {
	color:#FFFFFF;
	font-size:18px;
	padding-top:15px;
}
#newprodukt p {
	line-height: 180%;
}
/* Produkte */



.tbwp {
	border:1px solid #CCCCCC;
	color:#4CA13A;
	cursor:pointer;
}
.tbwp a {
	color:#4CA13A;
	text-decoration:none;
	display:block;
}
.tbwp a:hover {
	color:#fff;
	background-color:#4CA13A;
	text-decoration:none;
}
.tbwop {
	border:1px solid #CCCCCC;
}
.produkttext {
	background-color:#FFDDDD;
	border:2px dotted #CC0033;
	color:#CC0033;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	width:100%;
}
.DivLink {
	display:block;
	margin-left:10px;
	font-size:16px;
	font-family:"Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height:200%;
}
.DivLink a.DivLinka {
	text-decoration:none;
}
.DivLink a.DivLinka:hover {
	color:#FF0000;
}
.DivLink a.DivLinka img {
	margin-right:5px;
	margin-bottom:-4px;
}
.hiddenDiv {
	display:none;
	line-height:180%;
	background-color:#EFEFEF;
	padding:20px;
	cursor:pointer;
}
.hiddenDiv a {
	text-align:right;
	display:block;
}
.hiddenDiv:hover {
	background-color:#EAEAFF;
}
/*Aktuelles */

.newsuebersicht td {
	padding:10px;
}
.newsuebersicht h3 {
	margin-bottom:10px;
	margin-top:10px;
}
.newsuebersicht a {
	line-height:180%;
}
.bluemorelink {
	display:block;
	text-align:right;
	font-weight:bold;
	color:#38448E;
}
/* Service und Support */

.faq_list {
	line-height:180%;
}
.answer {
	display:none;
	background-color:#EFEFEF;
	padding: 10px;
}
/* Startseite */



.newsInBox {
	height:150px;
	cursor:pointer;
	width: 285px;
}
.newsInBox img.npic {
	margin:5px;
	margin-left: 0px;
	margin-bottom: 2px;
	border:none;
	float:left;
}
#newspagelinks {
	text-align:center;
	padding-top:5px;
	padding-right:5px;
}
#newspagelinks a {
	display:block;
	background-color:#38448E;
	color:#FFFFFF;
	line-height:20px;
	width:20px;
	font:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin: 0 3px;
	border: 1px solid #fff;
}
#newspagelinks a:hover {
	background-color:#e60005;
	border: 1px solid #e60005;
	color:#fff;
	text-decoration:none;
}
#newspagelinks a.activePageNews {
	background-color:#FFFFFF;
	color:#38448E;
	border: 1px solid #38448E;
	text-decoration:none;
}
.paddingmaindiv {
	padding:20px;
}
#scrollup {
	padding-top:10px;
}

/* */
