<!--
/**
 * Def. für Buttons
 */
div.button {
	height:30px;
	max-height:30px;
	border:1px solid #ffffff;
	background-color:#c1121c;
	box-shadow:0px 0px 2px #404040;
	-moz-box-shadow:0px 0px 2px #404040;
	-webkit-box-shadow:0px 0px 2px #404040;
	-khtml-box-shadow:0px 0px 2px #404040;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	z-index:10;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
div.button_bg {
	background-color:#c1121c;
	background-image:url(/images/button-rt30.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*
	background-repeat:no-repeat;
	background:linear-gradient(top,#d66555 20%,#c1121c 80%);
	background:-moz-linear-gradient(top,#d66555 20%,#c1121c 80%);
	background:-webkit-linear-gradient(top,#d66555 20%,#c1121c 80%);
	background:-webkit-gradient(linear,left top,left bottom,from(0.2 #d66555),to(0.8 #c1121c));
	background:-o-linear-gradient(top,#d66555 20%,#c1121c 80%);
	background:-ms-linear-gradient(top,#d66555 20%,#c1121c 80%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66555,endColorstr=#c1121c,gradientType='0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66555, endColorstr=#c1121c)";
	*/
}
div.button_bg:hover {
	background-color:#c1121c;
	background-image:url(/images/button-rt30-a.gif);
	background-repeat:repeat-x;
	background-position:top;
}
/*
div.button_bg_hover {
	background-color:#c1121c;
	background-repeat:no-repeat;
	background:linear-gradient(top,#c1121c,#d66555);
	background:-moz-linear-gradient(top,#c1121c,#d66555);
	background:-webkit-linear-gradient(top,#c1121c,#d66555);
	background:-webkit-gradient(linear,left top,left bottom,from(#c1121c),to(#d66555));
	background:-o-linear-gradient(top,#c1121c,#d66555);
	background:-ms-linear-gradient(top,#c1121c,#d66555);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c1121c,endColorstr=#d66555,gradientType='0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c1121c, endColorstr=#d66555)";
}
*/
div.button_text,a.button_text {
	height:16px;
	max-height:16px;
	z-index:12;
	overflow:hidden;
	color:#ffffff;
	font-family:Arial,Helvetiva;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	/*text-shadow:#404040 1px 1px 1px;*/
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
}
div.button_text {
	margin-top:7px;
}
div.text_button_left,div.text_button_right {
	width:650px;
	max-width:650px;
	height:auto;
	min-height:35px;
	margin-top:5px;
	margin-bottom:5px;
}
div.text_button_left div.button {
	float:left;
	margin-right:10px;
}
div.text_button_left div.text_right {
	vertical-align:top;
	text-align:left;
}
div.text_button_right div.button {
	float:right;
	margin-left:10px;
}
div.text_button_right div.text_left {
	vertical-align:top;
	text-align:right;
}
div.button_line650 {
	width:650px;
	max-width:650px;
	min-width:650px;
	height:30px;
	max-height:30px;
	white-space:nowrap;
}
div.info_button {
	height:25px;
	max-height:25px;
	width:158px;
	max-width:158px;
	border:1px solid #808080;
	z-index:10;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	margin-bottom:10px;
}
div.info_button:last-of-type {
	margin-bottom:0px;
}
div.info_button_bg {
	background-image:url(/images/titelverlauf.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.info_button_bg:hover {
	background-image:url(/images/titelverlauf-a.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.info_button_text,a.info_button_text {
	z-index:12;
	overflow:hidden;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
}
div.info_button_text {
	margin-top:2px;
}
div.info_button_active {
	height:25px;
	max-height:25px;
	width:158px;
	max-width:158px;
	border:1px solid #c1121c;
	z-index:10;
	overflow:hidden;
	text-align:center;
	cursor:default;
	margin-bottom:10px;
}
div.info_button_actice:last-of-type {
	margin-bottom:0px;
}
div.info_button_active_bg {
	background-image:url(/images/titelverlauf-a.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.info_button_active_bg:hover {
	background-image:url(/images/titelverlauf-a.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.info_button_active_text,a.info_button_active_text {
	z-index:12;
	overflow:hidden;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	cursor:default;
}
div.info_button_active_text {
	margin-top:2px;
}
/*
 * Sertronics Buttons Reparaturannahme
 */
input.ranav_button {
	height:30px;
	width:180px;
	border:0px;
	background-color:#009fe3;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
input.ranav_button:hover {
	color:#ffffff;
	background-color:#0e6eb6;
}
div.rastep_line {
	width:60px;
	height:2px;
	background-color:#0e6eb6;
	margin-top:9px;
	margin-bottom:9px;
}
div.rastep_normal {
	width:20px;
	height:20px;
	background-color:#009fe3;
	padding-top:2px;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
div.rastep_current {
	width:20px;
	height:20px;
	background-color:#009fe3;
	border:2px solid;
	border-color:#0e6eb6;
	padding-top:2px;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
div.rastep_ok {
	width:20px;
	height:20px;
	background-color:#0e6eb6;
	padding-top:2px;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
input.rastep_ok {
	width:20px;
	height:20px;
	background-color:#0e6eb6;
	border:0px;
	padding-bottom:2px;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
input.ranav_button_small {
	height:25px;
	width:75px;
	border:0px;
	background-color:#009fe3;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
}
input.ranav_button_small:hover {
	color:#ffffff;
	background-color:#0e6eb6;
}
div.rastep_vline {
	width:11px;
	background-color:#ffffff;
	border-color:#0e6eb6;
	border-left:2px solid;
}
div.ranav_button {
	height:30px;
	width:180px;
	border:0px;
	background-color:#009fe3;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
	padding-top:10px;
}
a.ranav_button {
	height:30px;
	width:180px;
	border:0px;
	background-color:#009fe3;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
	z-index:10;
}
div.ranav_button:hover,a.ranav_button:hover {
	color:#ffffff;
	background-color:#0e6eb6;
	text-decoration:none;
}
-->