/* Ränder und Abstände auf 0 setzen */
html, body {
	border: 0px;
}
html, body, body * {
	margin: 0;
	padding: 0;
}

/* Standardschriftgrößen und -farben */
body {
	font-size: 70%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #eef1f6;
}
h1 {
	font-size: 160%;
	color: #356689;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	color: #356689;
	font-family: Arial, Verdana, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #356689;
	font-family: Arial, Verdana, sans-serif;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #356689;
	font-family: Arial, Verdana, sans-serif;
}
h5, h6 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
}
table {font-size: 100%;}
th {
	font-size: 110%;
	font-weight: bold;
	color: #356689;
	font-family: Arial, Verdana, sans-serif;
}
p, li, td, button, .tx, label {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
}
label {
	display: block;
}
input.text, input.password, textarea {
	font-size: 90%;
}
input.checkbox {
	margin-right: 4px;
}
ul, ol {
	margin-left: 15px;
}
ul li, ol li {
	margin-bottom: 4px;
}

/* Links */
a, a:link, a:visited, a:active {
	color: #3889c3;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #E6923F;
	text-decoration: underline;
}
a.text, a.text:link, a.text:visited, a.text:active {
	color: #000000;
	text-decoration: none;
}
a.text:focus, a.text:hover {
	color: #000000;
	text-decoration: none;
}
dfn a, dfn a:link, dfn a:visited, dfn a:active {
	color: #000000;
	text-decoration: none;
}
dfn a:focus, dfn a:hover {
	color: #000000;
	text-decoration: none;
}
/* Klickbutton als Link darstellen */
button {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	vertical-align: bottom;
	cursor: pointer;
}
/* Bilder sollen nur innerhalb von Texten inline angezeigt werden */
img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p img, button img, h1 img, h2 img, h3 img, h4 img, h4 img, h5 img, h6 img, li img {
	display: inline;
}

/*versteckter Text*/
.hidden {
  position: absolute;
  color: black;
  background-color: white;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}
/*Trenner, um Bereiche mit Float-Elementen abzuschlieÃŸen*/
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	background-color: transparent;
	line-height: 0;
	font-size: 0;
}
/*Hervorhebungen im Text*/
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
small {
	font-size: 90%;
	font-weight: normal;
}
dfn {
	border-bottom: 1px dashed #484A47;
	font-style: normal;
	cursor: default;
}
.onclick {
	cursor: pointer;
}
/* Preisangaben */
.price {
	color: #00a192;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}
/* Fehler */
.error {
	color: #f22323;
}
.errorinverted {
	background-color: #f22323;
	color: #ffffff !important;
	font-weight: bold;
	padding: 0px 2px;
}
.errorborder {
	border-color: #f22323 !important;
}
/* einfacher Textabsatz */
.plain {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
/* hervorgehobener Textabsatz */
.box {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
/* generische Float-BlÃ¶cke */
.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}
/* textausrichtung */
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
/*Boxen fÃ¼r Bilder mit Bildunterschrift in TextabsÃ¤tzen*/
.imgbox {
	display: inline;
}
.imgbox_top {
	float: none;
}
.imgbox_left {
	float: left;
	margin: 3px 7px 2px 0px;
}
.imgbox_right {
	float: right;
	margin: 3px 0px 2px 7px;
}
.imgbox img, .imgbox_top img, .imgbox_left img, .imgbox_right img {
	display: block;
}
.imgbox p img, .imgbox_top p img, .imgbox_left p img, .imgbox_right p img {
	display: inline;
	vertical-align: bottom;
	margin: 3px 3px -3px 0px;
}
.imgbox p, .imgbox_top p, .imgbox_left p, .imgbox_right p {
	clear: both;
	font-size: 90%;
	height: 20px;
}
/* simulierte Listendarstellung fÃ¼r Texte mit Ãœberschriften */
.textlist {
	clear: both;
	padding: 6px 6px 9px 6px;
	margin-bottom: 1px;	
}
/* EinrÃ¼ckung des gesammten Textes */
.textlist h1, .textlist h2, .textlist h3, .textlist h4, .textlist h5, .textlist h6, .textlist p {
	padding-left: 12px;
}
/* Bulletgrafik fÃ¼r die erste Zeile der Ãœberschrift */
.textlist h1, .textlist h2, .textlist h3, .textlist h4, .textlist h5, .textlist h6 {
	background-image: url("/sc/img/arrow_blue.gif");
	background-repeat: no-repeat;
}
.spacer {
	width: 100%;
	height: 1em;
	background-color: #ffffff;
}



	
#tooltip {
	display: none;
	position: absolute;
	width: 210px;
	padding: 10px;
	border: 1px solid #000479;
	background-color: #fcfeff;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	z-index: 150;
}
.info_popup_wrap {
	position: absolute;
	display: none;
}
.info_popup_list {
	top: auto;
	right: auto;
	left: -320px;
	bottom: -25px;
}

/* info popup */

.info_popup {
	width: 317px;
	white-space: normal;
	position: absolute;
	right: -320px;
	bottom: 25px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	z-index: 100;
}
.info_popup .tl {
	background-image: url("/sc/img/bg_infopopup_tl.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	width: 317px;
	padding: 0px;
	position: relative;
	top: 1px;
}
.info_popup .tr {
	background-image: url("/sc/img/bg_infopopup_tr.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.info_popup .top {
	height: 22px;
	margin: 0px 6px;
	background-image: url("/sc/img/bg_mp_top.png");
	background-repeat: repeat-x;
	text-align: right;
}
.info_popup .body {
	padding: 0px 10px 10px 10px;
	border: 1px solid #000479; /*#d1e6f7;*/
	background-color: #fcfeff;
	border-top: 0px;
}
.info_popup .top img {
	margin-bottom: -5px;
}
.info_popup ul, .info_popup ul li {
	list-style-image: url("/sc/img/dot_green.png");
}
.info_popup .details_link {
	text-align: right;
}

/* info popup wide */

.info_popup_wide {
	width: 517px;
	white-space: normal;
	position: absolute;
	right: -220px;
	bottom: 25px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	z-index: 100;
}
.info_popup_wide .tl {
	background-image: url("/sc/img/bg_infopopup_tl.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	width: 517px;
	padding: 0px;
	position: relative;
	top: 1px;
}
.info_popup_wide .tr {
	background-image: url("/sc/img/bg_infopopup_tr.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.info_popup_wide .top {
	height: 22px;
	margin: 0px 6px;
	background-image: url("/sc/img/bg_mp_top.png");
	background-repeat: repeat-x;
	text-align: right;
}
.info_popup_wide .body {
	padding: 0px 10px 10px 10px;
	border: 1px solid #000479; /*#d1e6f7;*/
	background-color: #fcfeff;
	border-top: 0px;
}
.info_popup_wide .top img {
	margin-bottom: -5px;
}
.info_popup_wide ul, .info_popup_wide ul li {
	list-style-image: url("/sc/img/dot_green.png");
}
.info_popup_wide .details_link {
	text-align: right;
}

#content_wartung{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #eef1f6;
	-moz-opacity: 0.85;
	filter: alpha(opacity = 85);
}

#content_wartung2{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
}

#content_wartung_text{
	width: 800px;		
	margin:auto;
	background-color: #eef1f6;
}
