p img {
	margin: 5px;
}

/*** Multicolumn ***/

/* CSS für mehrspaltige Inhalte */
.col-1, .col-2, .col-3, .col-5, .col-2-special {
	clear: both;
	zoom: 1; /* IE */
}
.col-1:after, .col-2:after, .col-3:after, .col-5:after,  .col-2-special:after {
/*	content:".";*/
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}
.box {
	float:	left;
	border-bottom: 10px solid #ffffff;
	background-color: #eff0f1;
	margin-right: 10px;
}
.box .box {
	margin-right: 0px;
}
.box, .col-1 .box {
	width: 600px;
}
.col-2 .box {
	width: 295px;
}
.col-2-special .box {
	width: 470px;
}
.col-2-special .box-special {
	width: 120px;
	float: right;
	margin-right: 20px;
}
.col-2-special .box-special .content img {
	float: none;
}
.col-3 .box {
	width: 186px;
}
.col-4 .box {
	width: 135px;
}
.col-5 .box {
	width: 104px;
}
/* CSS für mehrspaltige Inhalte */

/* Boxes */
.box h1 {
	float: left;
}
.box h2, .box .box h2 {
	background: #ced3d6;
	color: #00a0dd;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px;
	border-bottom: 1px solid #00a0dd;
}
.box h2.important a {
	padding: 0px 0px 3px 20px;
	background: url(./images/icon_important.gif) no-repeat left top;
}
.box h2 a:link, .box h2 a:visited {
	color: #000000 !important;
	font-weight: bold !important;
}
.box .content, .box .box .content {
	clear: left;
	padding: 2px;
}
#content .box .links {
	margin-left: 0;
}
.box .links li {
	list-style: none;
	margin: 0;
	float: left;
}
.box .links li a {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: url(./images/arrow_next_000000.gif) no-repeat 0px 5px;
}
.box .links li .nohref {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: url(./images/arrow_next_000000.gif) no-repeat 0px 5px;
}

.box .links li.phone a {
	background: url(./images/icon_phone.gif) no-repeat 0px 5px;
}

.box .content div {
	clear: left;
}
.box .content img {
	float: right;
}
.box .content .product img {
	float: left;
}
p.picture {
	font-style: italic;
	font-size: 0.8em;
	color: #00a0dd;
}
.box .content p.picture img, p.picture img {
	float: none;
	margin: 0;
}
.box-plain h2 {
	background: none;
	margin: 0px;
	padding: 2px 5px;
	color: #000000;
}
.box-plain .content {
	background: none;
	padding: 5px;
	clear: left;
}
.box-plain {
	background: none;
}
.box-plain .link {
	float: right;
}
.box-plain .link a {
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: transparent url(./images/arrow_next_000000.gif) no-repeat 0px 5px;
}
.box-plain .links li {
	float: none;
}

/*** Forms ***/

.form-text, .form-select, .form-checkbox, .form-radio, .form-textarea, .form-button {
	border-color: #f7f7f8;
	border-width: 5px 30px;
	border-style: solid;
	background-color: #d6dadd;
	float: left;
	width: 400px;
	clear: left;
	padding: 3px;
}
.form-button {
	background-color: #f7f7f8;
}

/* For IE6 */
* html .form-text, * html .form-select, * html .form-checkbox, * html .form-radio, * html .form-textarea, * html .form-button {
	width: 466px;
}

.form-text label {
	float: left;
	width: 200px;
}
.form-text input {
	float: left;
	width: 196px;
}
* html .form-text input {
	width: 200px;
}

.form-textarea label {
	float: left;
	width: 200px;
}
.form-textarea textarea {
	float: left;
	width: 196px;
	height: 7em;
}
* html .form-textarea textarea {
	width: 200px;
}

.form-select label {
	float: left;
	width: 200px;
}
.form-select select {
	float: left;
	width: 200px;
}

.form-checkbox p, .form-radio p {
	float: left;
	width: 200px;
}
fieldset {
	border: none;
	margin-top: 10px;
	padding-bottom: 10px;
}
legend {
	background: #f7f7f8;
	padding: 5px;
	color: #ba4d06; /* unknown color */
	font-weight: bold;
}

.form-button, .fieldset-buttons {
	text-align: center;
	margin: 0px;
}
.form-button input, .form-button button, .fieldset-buttons button, .fieldset-buttons input {
	border: 0px;
	background: #b3b3b3 url(./images/bar_button.gif) repeat 0px 0px;
}
.form-button .next, .fieldset-buttons .button-next {
	float: right;
	display: inline;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
.form-col-2 {
	float: left;
	margin: 0px;
	padding: 0px;
}
.form-col-2 .form-checkbox, .form-col-2 .form-radio {
	float: left;
	padding: 2px;
	width: 290px;
	margin: 3px 2px;
	border: 0px;
	clear: none;
	display: inline;
}
label {
	cursor: pointer;
}
.form-checkbox-disabled {
	color: #999999;
}
.form-checkbox-disabled label {
	cursor: auto;
}

/*** Forms End ***/

/*** Servicesboxes ***/

#information {
	padding-top: 10px;
}
.servicebox {
	margin-bottom: 10px;
}
.servicebox p img {
	margin: 0;
}
.servicebox h2, .servicebox h3 {
	background-color: #b6bcc2;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px;
	clear: both;
	border-bottom: 1px solid #00a0dd;
}
.servicebox .content {
	clear: both;
	background: #e7e9ea;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 180px;
}
.servicebox ul, .servicebox dl {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
.servicebox ul, .servicebox dl {
	background: none;
}
.servicebox li {
	margin: 0;
}
.servicebox dt {
	padding: 3px 3px 0 11px;
	color: #f00;
}
.servicebox dd {
	padding: 0 3px 3px 11px;
}

.servicebox .content p {
	padding: 2px 10px 5px 10px;
	padding: 2px;
}
.servicebox-important {
	background: #F6BD32 url(./images/servicebox-advert2-body.jpg) top left repeat-x; /* unknown color */
	margin: 0;
	margin-left: -11px;
	padding: 5px;
}
.servicebox-important li {
	background: none;
	padding-left: 5px;
}
.servicebox li.shop {
	padding-left: 24px;
	background: transparent url(./images/icon_shop.gif) no-repeat 0px 0px;
}
.servicebox-campaigns h2 {
	background: #FAD9B0 url(./images/servicebox_advert-title.jpg) repeat-y scroll right top; /* unknown color */
}
.servicebox-campaigns .content {
	background: #ffffff url(./images/servicebox_advert-body.jpg) repeat-y scroll right top;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0;
}
.servicebox-campaigns .content ul {
	padding: 0;
}
.servicebox-campaigns li {
	border-top: 1px solid #ED8001; /* unknown color */
	padding: 5px 5px 5px 11px;
	background: url(./images/arrow_back.gif) no-repeat 0px 7px;
}

/* Activated link */
.servicebox .current a:link, .servicebox .current a:visited, .servicebox strong a:link, .servicebox strong a:visited {
	font-weight: bold;
	color: #00a0dd;
	background-image: url(./images/arrow_next_00a0dd.gif);
}


/*** Content ***/

/* Tables */
table {
	clear: both;
	border-spacing: 0px;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	margin-left: 1px;
}
* html table {
	margin-left: 0px;
}
.body table {
	margin-right: 0px;
}
thead th {
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #aeb5bb;
	border: 1px solid #aeb5bb;
	padding: 3px;
}
thead td {
	display: none;
}
thead th.first {
	border-left: 1px solid #aeb5bb;
}
tbody th {
	background-color: #ced3d6;
	padding: 3px;
	color: #000000;
	border-color: #f7f7f8;
	border-top: 10px solid #ffffff;
}
tbody tr td {
	border: 1px solid #ced3d6;
}
tbody .odd td {
	background-color: #eff0f1;
	border: 0px;
	padding: 3px;
	border-bottom: 1px solid #ced3d6;
}
tbody .even td {
	background-color: #ffffff;
	border: 0px;
	border-bottom: 1px solid #ced3d6;
}
tbody tr td.first {
	border-left: 1px solid #ced3d6;
}
tbody tr td.last {
	border-right: 1px solid #ced3d6;
}
tbody tr.hover td, tbody tr.hover th {
	cursor: pointer;
}
tbody tr.hover td {
	background-color: #ccecf8;
}
tbody tr.hover th {
	background-color: #66c6eb;
}
tfoot td {
	font-weight: bold;
}
tfoot tr.first td {
	border-top: 2px solid #ced3d6;
}
tfoot tr.last td {
	border-bottom: 2px solid #ced3d6;
}
td.number {
	text-align: right;
	white-space: nowrap;
}
td.center {
	text-align: center;
}
td.date {
	white-space: nowrap;
}
.navig table {
	border: none;
	margin: 0px;
	width: auto;
}
.navig table td {
	border: none;
	background: none;
}

#content td ul.links {
	margin-left: 0;
	margin-top: 0;
	list-style-image: none;
}
td .links li {
	list-style: none;
	margin: 0;
	float: left;
}
td .links li a {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	color: #3361b8;
	background: url(./images/arrow_next_3361b8.gif) no-repeat 0px 5px;
}
td .links li.phone a {
	background: url(./images/icon_phone.gif) no-repeat 0px 5px;
}

table.light {
	margin: 10px 0px 0px 0px;
	border-collapse: collapse;
}
table.light tr td {
	padding: 5px;
	border: none;
}
table.light td strong {
	color: #7f7f7f;
}

#content-body dl, dl.block {
	clear: both;
	float: left;
	margin-bottom: 10px;
	background: #aeb5bb;
	border: 1px solid #ced3d6;
	border-top: none;
}
#content-body dt, dl.block dt {
	clear: both;
	float: left;
	width: 93px;
	padding: 3px;
	border-top: 1px solid #ced3d6;
	margin: 0px;
}
#content-body dd, dl.block dd {
	float: left;
	width: 493px;
	padding: 3px;
	border-top: 1px solid #ced3d6;
	background: #f7f7f8;
	margin: 0px;
}
#content-body p img {
	margin: 0;
}
/*** Content End ***/


/*** Header ***/

#head {
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 130px;
	overflow: hidden;
	z-index: 100;
	width: 100%;
}
/* HEAD */
#head_content {
	float: left;
	display: block;
	width: 100%;
	background-color: #ffffff;
	height: 130px;
	background: #ffffff url(./images/header_cd-rom.jpg) no-repeat left top;
}
#banner {
	margin: 0;
	padding: 0;
}
#logo {
	display: block;
	height: 90px;
	width: 1000px;
	background: transparent url(./images/header_cd-rom.jpg) no-repeat left top;
}
#logo img {
	display: none;
}
#website {
	float: left;
	margin: 0px;
	padding-left: 5px;
	font-weight: bold;
}

#topmenu {
	background-color: #8b9196;
	border-bottom: 1px solid #00a0dd;
	clear: both;
	display: inline;
	height: 19px;
	width: 100%;
	float: left;
	margin: 0;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	float: left;
	display: inline;
}
#topmenu ul li {
	border-right: 1px solid #ffffff;
	height: 19px;
	float: left;
}
#topmenu a:link,
#topmenu a:visited,
#topmenu a:hover,
#topmenu strong a:link,
#topmenu strong a:visited,
#topmenu strong a:hover {
	background: none;
	float: left;
	margin: 0;
	padding: 2px 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
}
#topmenu strong a:link,
#topmenu strong a:visited {
	background-color: #00a0dd;
	margin-top: -3px;
	height: 19px;
}
#topmenu a:hover,
#topmenu strong a:hover {
	background-color: #ff8619;
	margin-top: -3px;
	height: 19px;
}

#global_utilities {
	clear: left;
	float: right;
	border-bottom: 1px solid #aeb5bb;
	height: 19px;
	overflow: hidden;
	text-align: right;
	width: 100%;
}
#global_utilities ul {
	float: right;
}
#global_utilities form {
	margin: 0px 12px 0px 0px;
	padding: 0;
	font-size: 0.9em;
}
#global_utilities input {
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}
#global_utilities button {
	border: 0;
	padding: 0;
	margin: 0;
	background: #e7e9ea url(./images/bar_button.gif) repeat 0 0;    
}
#global_utilities ul {
	list-style: none;
	margin: 2px 0px 2px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
#global_utilities ul {
	float: right;
}
#global_utilities ul li, #topmenu ul li {
	float: left;
}
#global_utilities ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	margin: 0px 10px 0px 0px;
	color: #7f7f7f;
	background: transparent url(./images/arrow_next_7f7f7f.gif) no-repeat scroll 0px 5px;
}
#global_utilities ul li a:hover {
	color: #ff8619;
	background-image: url(./images/arrow_next_ff8619.gif);
}


/*** Header End ***/

/* LAYOUT */

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #f7f7f8;
	text-align: center;
	zoom: 1;
}
#page {
	margin: 0pt auto;
	text-align: left;
	width: 1000px;
	zoom: 1;
}
#page_content {
	position: absolute;
	width: 1000px;
	background: #ffffff url(./images/background_b6bcc2.gif) repeat-y scroll left center;
	zoom: 1;
}
#content {
	border-left: 180px solid #b6bcc2;
	padding: 10px;
	margin-top: 130px;
	min-height: 30em;
	zoom: 1;
}
a:link, a:visited {
	color: #000000;
}

/* Leftmenu and Information */
#leftmenu {
	clear: both;
	position: absolute;
	top: 130px;
	left: 0px;
	width: 180px;
	z-index: 100;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	background-color: #b6bcc2;
	overflow: hidden;
}
#information {
	display: block;
	width: 180px;
	z-index: 100;
	zoom: 1;
	float: left;
	padding: 10px 0px 10px 0px;
}

#leftmenu h2 {
	display: block;
	font-weight: bold;
	margin: 5px 5px 0px 5px;
	padding: 2px;
}
#leftmenu h2 a:link, #leftmenu h2 a:visited {
	color: #000000;
}
#leftmenu h2 a:hover {
	background-image: none;
}
#leftmenu ul {
	margin: 5px 10px 1em 10px;
	list-style: none;
}
#leftmenu ul ul {
	margin: 0px;
	padding: 5px 0px 10px 10px;
}
#leftmenu ul ul ul {
	padding: 0px 0px 0px 11px;
	border-bottom: none;
}
#information ul {
	padding: 6px 10px 10px 10px;
	padding: 2px;
	list-style: none;
}

#information ul li, #leftmenu ul li {
	display: inline;
	margin: 0;
	padding: 0px;
}

#leftmenu ul a {
	display: block;
	color: #000000;
	padding: 2px 2px 2px 12px;
	background: url(./images/arrow_next_000000.gif) 0px 5px no-repeat;
}
#leftmenu ul ul a {
	margin: 0;
}

#information ul a {
	display: block;
	color: #7f7f7f;
	border: none;
	margin: 0;
	padding-top: 2px;
	padding-left: 12px;
	background: transparent url(./images/arrow_next_7f7f7f.gif) 0px 5px no-repeat;
}
#information ul .shoplink a {
	padding-left: 25px;
	background: transparent url(./images/icon_shop.gif) 0px 0px no-repeat;
}
#information ul .callbacklink a {
	padding-left: 25px;
	background: transparent url(./images/icon_callback.gif) 0px 0px no-repeat;
}

#leftmenu ul ul ul a {
	color: #808080;
	font-weight: normal !important;
}
#information ul strong.current a, #information ul ul strong.current a, #leftmenu ul strong.current a, #leftmenu ul ul strong.current a {
	color: #ffffff;
	background-image: url(./images/arrow_next_ffffff.gif);
	background-color: #00a0dd;
}
#leftmenu a:link, #leftmenu a:visited {
	text-decoration: none;
}
#information a:link, #information a:visited {
	color: #7f7f7f;
}
.servicebox a:link, .servicebox a:visited {
	text-decoration: none;
}
#information ul a:hover, #leftmenu ul a:hover {
	background-image: url(./images/arrow_next_ffffff.gif);
	background-color: #ff8619;
	color: #ffffff;
}
.servicebox p a:link, .servicebox p a:visited {
	text-decoration: underline;
}
#information p a:hover {
	background: none;
}

#footer {
	border-top: 1px solid #00a0dd;
	margin: 1em 10px 0px 190px;
	height: 2em;
	color: #aeb5bb;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #aeb5bb;
}
#content .body {
	margin-right: 20px;
	border-bottom: 10px solid #ffffff;
	width: 600px;
	min-height: 40px;
}
#content .body .body {
	margin-right: 0px;
}
.box h4 {
	color: #ba7532; /* unknown color */
	text-decoration: none;
}

h1	{
	font-size: 2em;
	margin-bottom: 0.5em;
	clear: left;
	color: #00a0dd;
}
h2 {
	font-size: 1.5em;
}
h3 {
	clear: left;
}
acronym {
	border-bottom: 1px dotted #000000;
	cursor: help;
}
#content .body div {
	zoom: 1;
}
th {
	color: #0039a6;
}

#content .iframe, #content iframe {
	height: 600px;
	display: block;
	border: 0;
}

#content .page ul {
	margin-left: 20px;
}
.locations {
	clear: left;
}
.address {
	float: left;
	clear: left;
	width: 100%;
	zoom: 1;
	border-bottom: 1px solid #ced3d6;
	margin-bottom: 10px;
}
.map {
	clear: right;
	width: 350px;
	height: 400px;
	float: right;
	zoom: 1;
}
.countries {
	clear: left;
}
#content .countries ul {
	float: left;
	list-style: none;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.countries li {
	float: left;
	padding: 2px;
	white-space: nowrap;
	list-style: none;
	margin: 0;
}
.countries li a {
	display: block;
	padding: 2px 2px 2px 12px;
	margin: 0;
	background: url(./images/arrow_next_000000.gif) no-repeat 0px 5px;
}
.contact a {
	font-weight: bold;
}

.boilerplate {
	margin-top: 20px;
	color: #7f7f7f;
}
.boilerplate h2 {
	font-weight: normal;
	text-decoration: underline;
}
.help {
	curosr: help;
}
.tooltip {
		position: absolute;
		display: none;
		background-color: #ccecf8;
		border: 1px solid #00a0dd;
		z-index: 1000;
}

#content iframe {
	display: block;
	width: 100%;
	border: 0;
}
#body_iframe {
	border: none;
}

/**********************************/
/* CD-ROM Design (Extranet)       */
/**********************************/

#topmenu {
	border-color: #7d0063;
}
#footer {
	border-color: #7d0063;
}
.servicebox h2 {
	color: #7d0063;
	border-color: #7d0063;
}
.servicebox h3 {
	color: #7d0063;
	border-color: #7d0063;
}
h1 {
	color: #7d0063;
}
.box h2 {
	color: #7d0063;
	border-color: #7d0063;
}
#topmenu strong a:link, #topmenu strong a:visited {
	background-color: #7d0063;
}
#topmenu a:hover, #topmenu strong a:hover {
	background-color: #ff8619;
}
#information ul strong.current a, #information ul ul strong.current a, #leftmenu ul strong.current a, #leftmenu ul ul strong.current a {
	background-color: #7d0063;
}
#information ul strong.current a:hover, #information ul ul strong.current a:hover, #leftmenu ul strong.current a:hover, #leftmenu ul ul strong.current a:hover {
	background-color: #ff8619;
}
