 /**
  * Browser Reset
  */

  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; color:#2b2b2b; }

  /* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

  /* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }
  
  /* Vorgabe der Standardfarben und Textausrichtung */
  body {
    color: #313131;
    background: #ffffff;
    text-align: left;
  }

  /* Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid}

  /* Neue Standardwerte */
  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.1em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.1em }

  /*dt { font-weight: bold }*/
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

 /*------------------------------------------------------------------------------------------------------*/

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #313131;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #1f547e;
}
a:visited {
	color: #1f547e;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

h1 {
	font-size: 19px;
	color: #313131;
	padding: 7px 0 7px 0;
	margin: 0;
}
h1.first {
	padding: 5px 0 5px 0;
	margin-top: 0;
}
h3 {
	color: #515151;
	font-size: 14px;
	padding: 10px 0 7px 15px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #cdcdcd;
	background-color: #f0f0f0;
	zoom: 1;
}
h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
h4.sub_head {
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	border:0;
	border-bottom: 1px dotted #bfbfbf;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
}


.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}

textarea.textarea {
	background-image: url(../core/images/bg_input.gif);
	background-repeat: repeat-x;
	border-color: #a1a1a1 #ededed #ededed #a1a1a1;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-size: 12px;
	padding: 3px;
}
textarea.textarea:focus {
	background-color: #f1f1fd;
	background-image: none;
	border-color: #1f547e;
}
input.text {
	background-image: url(../core/images/bg_input.gif);
	background-repeat: repeat-x;
	border-color: #a1a1a1 #ededed #ededed #a1a1a1;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-size: 12px;
	padding: 4px;
}
input.text:focus {
	background-color: #f1f1fd;
	background-image: none;
	border-color: #1f547e;
}

.inputError {
	background-color: #ffd7d7 !important;
	background-image: none !important;
}

select.select {
	background-image: url(../core/images/bg_input.gif);
	background-repeat: repeat-x;
	border-color: #a1a1a1 #ededed #ededed #a1a1a1;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-size: 12px;
}
select.select:focus {
	background-color: #f1f1fd;
	background-image: none;
	border-color: #1f547e;
}
select.select option {
	padding: 3px;
}

input.button, input.button_long {
	width: auto !important;
	padding: 5px 10px 5px 10px;
	color: #000;
	background-color: #fafafa;
	/* Dunkle Schriftfarbe */
	color: #313131;
	background-image: url(../core/images/bg_button2.gif);
	border: 1px solid #666666;
	cursor: pointer;
	font-size: 11px;
}
input.button:hover, input.button_long:hover {
	border-color: #1f547e;
	color: #1f547e;
}

* html input.button {
	padding-top: 7px;
	margin-bottom: 1px;
}
* html input.button_long {
	padding-top: 7px;
	margin-bottom: 1px;
}

button {
	width: auto !important;
	padding: 9px 15px 9px 15px;
	color: #000;
	background-color: #ffffff;
	color: #313131;
	background-image: url(images/bg_button.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	font-size: 11px;
}
button:hover {
	border-color: #9a9a9a;
}
button:active {
	border-color: #9a9a9a;
	background-image: url(images/bg_button_down.gif);
	background-position: top;
}
button.disabled, .hiclip_button:disabled {
	color: #666666;
	border: 1px solid #666666;
	cursor: default;
}

* html button {
	padding-top: 7px;
	margin-bottom: 1px;
}

a.add {
	background-image: url(../core/images/add.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 0 5px 16px;
}

#systemMessage_success {
	padding: 10px;
	border: 1px solid #009900;
	background-color: #b2ffb2;
	margin-bottom: 10px;
	margin-top: 15px;
}
#systemMessage_error {
	padding: 10px;
	border: 1px solid #990000;
	background-color: #ffb2b2;
	margin-bottom: 10px;
	margin-top: 15px;
}

#container {
	width: 816px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#head {
	padding: 20px 30px 0 30px;
	height: 55px;
}
#head_logo {
	float: left;
	width: 180px;
}
#head_right {
	float: right;
	width: 380px;
	text-align: right;
}
#breadcrumb {
	padding: 8px 30px 15px 30px;
	font-size: 11px;
}
#content {
	padding: 0 30px 25px 30px;
}
.content_intro {
	background-image: url(images/bg_intro.jpg);
	background-repeat: no-repeat;
	padding: 15px 25px 25px 25px;
	margin-right: 8px;
	margin-left: 8px;
}
#navi {
	padding: 0;
	margin: 0;
	background-image: url(images/bg_navi.gif);
	background-repeat: no-repeat;
	height: 47px;
}
#navi ul {
	padding: 13px 0 0 20px;
	margin: 0;
	list-style: none;
	float: left;
}
#navi ul li {
	padding: 4px 40px 4px 40px;
	margin: 0;
	list-style: none;
	float: left;
	background-image: url(images/navi_split.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navi ul li.last {
	background-image: none;
}
#navi ul li a {
	text-decoration: none;
	color: #313131;
	font-size: 12px;
}

fieldset {
	background-color: #ffffff;
	padding: 5px;
	margin: 0;
}
legend {
	font-weight: bold;
	background-color: transparent;
}

#footer {
	width: 756px;
	margin: 10px auto 20px auto;
	text-align: center;
	border: 0;
	border-top: 1px solid #bfbfbf;
	font-size: 11px;
	color: #666666;
	padding: 7px 30px 7px 30px;
}

ul.ticked {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.ticked li {
	margin: 0;
	padding: 6px 0 6px 18px;
	list-style: none;
	background-image: url(images/ico_yes.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

p.intro {
	font-size: 11px;
	color: #515151;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

#login {
	background-image: url(../core/images/bg_login.png);
	background-repeat: no-repeat;
	background-position: 20px 0;
}

form dl {
	margin: 0;
	padding: 9px 0 9px 0;
	list-style: none;
	float: left;
	display: block;
	width: 100%;
}
form dl dt {
	display: block;
	list-style: none;
	padding: 0 10px 0 10px;
	margin: 0;
	float: left;
	width: auto;
	border: 0;
	width: 160px;
	color: #666666;
	border-right: 1px solid #bfbfbf;
	font-size: 11px;
}
form dl dd {
	display: block;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	width: auto;
	border: 0;
	width: 290px;
}
form dl dd input.text {
	width: 280px;
}
form dl dd select {
	width: 290px;
}
form dl dt label {
	font-weight: bold;
	color: #212121;
	font-size: 12px;
}
form dl dt label.normal {
	font-weight: normal;
}
form dl:hover dt {
	color: #313131;
	border-right: 1px solid #a1a1a1;
}
form dl dt img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
form dl:hover dt img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
form dl:hover dd input.text {
	border: 1px solid #1f547e;
}
form dl:hover dd input.disabled {
	border-width: 1px;
	border-style: solid;
	border-color: #a1a1a1 #ededed #ededed #a1a1a1;
}
form dl:hover dd textarea {
	border: 1px solid #1f547e;
}
form dl:hover dd select {
	border: 1px solid #1f547e;
}

form dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
form dl dd ul li {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none;
}

.expand {
	background-image: url(images/expand_mini.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-indent: 14px;
	cursor: pointer !important;
}
.collapse {
	background-image: url(images/collapse_mini.gif) !important;
}

a.email_abuse {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: 89px;
	height: 10px;
	cursor: default;
	margin-top: 5px;
}
a.email_privacy {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: 89px;
	height: 10px;
	cursor: default;
	margin-top: 5px;
}
a.email_hegbr, a.email_yooco {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	text-decoration: none;
	padding-right: 89px;
	height: 10px;
	cursor: default;
	outline: none;
}

.limitheight {
	height: 480px;
	overflow: auto;
}

.tooltip {
	cursor: help;
}

.visualize {
	margin-left: 10px !important;
}
.visualize-labels-y .label {
	display: none;
}