 /**
  * Browser Reset
  */

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

  /* 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;
  }

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

ul li {
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 14px;
}
ul li strong {
	font-size: 12px;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #313131;
}
body {
	background-color: #f7f7f7;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #1f547e;
}
a:visited {
	color: #1f547e;
}
a:hover {
	color: #9a161d;
}
a:active {
	color: #9a161d;
}
h1 {
	font-size: 19px;
	color: #313131;
	padding: 0;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 15px;
	color: #313131;
}
h3 {
	font-size: 14px;
	color: #9a161d;
}
h4 {
	font-size: 13px;
	color: #313131;
}
h5 {
	font-size: 12px;
	color: #313131;
}
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;
}

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

.large {
	font-size: 15px;
	color: #515151;
	letter-spacing: 1px;
	font-weight: bold;
}

p.confirm {
	background-image: url(../core/images/ico_confirm.gif);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 37px;
	margin: 25px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

p.highlight {
	padding: 7px 7px 7px 27px;
	background-color: #f1f1fd;
	border: 1px dashed #bfbfbf;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

.highlight2 {
	background-color: #ededed;
	border: 1px solid #dedede;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	/* Dunkle Schriftfarbe */
	color: #313131;
}
.highlight3 {
	background-color: #ffffff;
	background-image: url(../core/images/bg_verlauf1.gif);
	background-repeat: repeat-x;
	border: 1px solid #d3dce8;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #313131;
}

span.search_highlight {
	background-color: #ffff66;
}

div.pagesBar {
	text-align: right;
	background-color: #ffffff;
	background-image: url(../core/images/bg_bar2.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: none;
	padding: 10px 15px 5px 15px;
	margin: 5px 0 5px 0;
}


a.email_abuse {
	background-image: url(../core/images/email_abuse.gif?01040901);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: 105px;
	height: 14px;
	cursor: default;
	margin-top: 5px;
	outline: none;
}
a.email_privacy {
	background-image: url(../core/images/email_privacy.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: 114px;
	height: 11px;
	cursor: default;
	margin-top: 5px;
	outline: none;
}
a.email_hegbr, a.email_yooco {
	background-image: url(../core/images/email_abuse.gif?01040901);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	text-decoration: none;
	padding-right: 104px;
	height: 14px;
	cursor: default;
	margin-top: 5px;
	outline: none;
}

.shadowline {
	height: 16px;
	font-size: 1px;
	background-image: url(../yooco2/images/bg_line.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0px 0;
}

.center {
	margin: 0 auto 0 auto;
}

p.grey {
	color: #999999;
}
p.grey a {
	color: #999999;
	text-decoration: none;
}
p.grey a:hover {
	text-decoration: underline;
}

p.intro {
	font-size: 11px;
	color: #515151;
	border: 0;
	border-bottom: 0px dotted #dfdfdf;
	padding-bottom: 29px;
	margin-bottom: 10px;
	background-image: url(../yooco2/images/bg_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.clear {
	height: 1px;
	clear: both;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 25px;
	padding-top: 0;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-width: 0 1px 0 1px;
}

#head {
	height: 101px;
	padding: 0;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#head_logo {
	float: left;
	width: 192px;
	height: 49px;
	margin-top: 25px;
}
#head_right {
	float: right;
	width: 169px;
	height: 24px;
	margin-top: 35px;
}

#navi {
	float: left;
	background-image: url(images/navi_left.gif);
	background-repeat: no-repeat;
	height: 47px;
	padding: 0 0 0 10px;
}
#navi_inside {
	float: left;
	background-image: url(images/navi_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 47px;
	padding: 0 10px 0 0;
}
#navi_inside ul {
	background-image: url(images/navi_bg.gif);
	list-style: none;
	padding: 13px 5px 0 5px;
	margin: 0;
	height: 47px;
}
#navi_inside ul li {
	padding: 2px 12px 2px 10px;
	margin: 0;
	border: 0;
	background-image: url(images/navi_split.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
	float: left;
}
#navi_inside ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	text-decoration: none;
}
#navi_inside ul li.last {
	background-image: none;
}

#breadcrumb {
	margin: 22px 0 0 25px;
	font-size: 11px;
	color: #515151;
}
#breadcrumb a {
	color: #515151;
	font-size: 11px;
}

#content {
	margin-top: -66px;
}

#footer {
	margin-top: 65px;
	font-size: 11px;
	border: 0;
	border-top: 1px dotted #bfbfbf;
	padding-top: 10px;
}
#footer a {
	color: #313131;
}

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: 4px;
	width: 330px;
}
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;
	width: 330px;
}
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(../adsystem/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(../adsystem/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;
}

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;
}

.limitheight {
	height: 480px;
	overflow: auto;
}
.limitheight2 {
	height: 400px;
	overflow: auto;
}
.limitwidth {
	width: 350px;
}

.intro_home {
	background-image: url(images/intro_home.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 314px;
	margin-bottom: 25px;
}
.intro_solutions {
	background-image: url(images/intro_solutions.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 313px;
	margin-bottom: 25px;
}
.intro_company {
	background-image: url(images/intro_company.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 313px;
	margin-bottom: 25px;
}
.intro_contact {
	background-image: url(images/intro_contact.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 313px;
	margin-bottom: 25px;
}

.box1 {
	background-color: #e1dec6;
	/*background-image: url(images/bg_box1.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	padding: 0;
	border: 1px solid #d1cebf;
	width: 375px;
	float: left;
	margin-right: 25px;
}
.box1_info {
	background-image: url(images/bg_box1_info.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
.box1 h1 {
	padding: 0;
	margin: 25px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}
.box1 p, .box1 ul {
	padding: 0;
	margin: 25px;
	margin-bottom: 12px;
	margin-top: 0;
}
.box1 ul {
	margin-bottom: 11px;
}
.box1 a {
	color: #212121;
}

.box2 {
	background-color: #ffffff;
	padding: 0;
	width: 398px;
	float: right;
	border: 0;
	border-top: 1px dotted #dfdfdf;
}
.box2 h1 {
	padding: 0;
	margin: 25px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}
.box2 p, .box2 ul {
	padding: 0;
	margin: 25px;
	margin-bottom: 12px;
	margin-top: 0;
}
.box2 ul {
	margin-bottom: 11px;
}
.box2 a {
	color: #212121;
}

h1.head {
	text-indent: -10000px;
	background-repeat: no-repeat;
	display: block;
}
h1.products {
	background-image: url(images/head_home_products.gif);
	width: 281px;
	height: 22px;
}
h1.samples {
	background-image: url(images/head_home_samples.gif);
	width: 283px;
	height: 22px;
}
h1.software {
	background-image: url(images/head_solutions_software.gif);
	width: 263px;
	height: 17px;
}
h1.features {
	background-image: url(images/head_solutions_features.gif);
	width: 303px;
	height: 22px;
}
h1.screenshots {
	background-image: url(images/head_solutions_screens.gif);
	width: 106px;
	height: 17px;
}
h1.company_infos {
	background-image: url(images/head_company_infos.gif);
	width: 347px;
	height: 17px;
}
h1.company_contact {
	background-image: url(images/head_company_contact.gif);
	width: 179px;
	height: 22px;
}
h1.contact1 {
	background-image: url(images/head_contact1.gif);
	width: 179px;
	height: 22px;
}
h1.contact2 {
	background-image: url(images/head_contact2.gif);
	width: 222px;
	height: 21px;
}
h1.contact_thanks {
	background-image: url(images/head_contact_thanks.gif);
	width: 257px;
	height: 22px;
}

ul.ticked {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ticked li {
	margin: 0;
	padding: 0 0 12px 22px;
	list-style: none;
	background-image: url(images/ico_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 14px;
}
.box2 ul.ticked {
	margin: 0 25px 11px 25px;
}

ul.arrow {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.arrow li {
	margin: 0;
	padding: 0 0 12px 18px;
	list-style: none;
	background-image: url(images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 14px;
}
.box2 ul.arrow {
	margin: 0 25px 18px 25px;
}

.nod {
	visibility: hidden;
	display: none;
}