* {
    margin: 0;
    padding: 0; 
}

body {
    background: #F8F4E8 url(../images/bg1.jpg) repeat-x;
    font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #55564B;
}

h2 {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #427385;
}

h3 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #427385;
}

address {
    font-size: 12px;
    font-style: normal;
}

input, textarea, select {
    border: 3px solid #AFAFAF;
    margin: 0 0 2px 0;
    padding: 2px;
    font-size: 12px;
    background-color: #F8F4E8;
    font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
}

input.button {
    background: #427385;
    border: none;
    color: #fff;
    line-height: 10px;
    font-size: 12px;
    margin: 0 0 2px 0;
    padding: 5px;
}

input.order_button {
    background: #CF9F10;
    border: none;
    color: #fff;
    line-height: 10px;
    font-size: 12px;
    margin: 0 0 2px 0;
    padding: 5px;
}

div.success, p.info, p.success {
    font-weight: bold;
    color: green;
    background: #D0DFC3;
    padding: 10px 20px;
}

div.error, p.failed {
    font-weight: bold;
    color: #A63600;
}

#head {
    margin: 0 auto;
    width: 940px;
    height: 80px;
}

#head h1 {
    padding-top: 20px;
}

#head h1 span {
    display: none;
}

#head img {
    border: none;
}

#menu {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background-color: #282828;
    height: 38px;
}

#menu ul {
    list-style: none;
    width: 940px;
    margin: 0 auto;
    line-height: 38px;
}

#menu ul li {
    display: block;
    width: 170px;
    float: left;
}

#menu ul li.active {
    background: url(../images/tab-left.gif) no-repeat top left;
    margin-top: 4px;
    line-height: 34px;
    width: 160px;
    margin-right: 10px;
    text-align: center;
}

#menu ul li.active strong {
    background: #BCEEF0 url(../images/tab-right.gif) no-repeat top right;
    height: 34px;
    line-height: 34px;
    display: block;
    margin-left: 5px;
    padding-right: 10px;
}

#menu a, #menu a:visited {
    text-decoration: none;
    color: #F8F4E8;
}

#menu ul li.active a strong {
    color: #1E494F;
}

#menu a:hover {
    text-decoration: underline;
}

#menu ul li.active a:hover {
    text-decoration: none;
}

#body {
    margin: 0 auto;
    width:100%;
}

#submenu {
    background: #6DB8BD url(../images/bg3.jpg) repeat-x top;
    text-align: center;
}

#submenu .content {
    margin: 0 auto;
    width: 940px;
    line-height: 1.6em;
    text-align: left;
}

#submenu .item {
    float: left;
    width: 170px;
    padding-top: 15px;
    padding-bottom: 20px;
}

#submenu a, #submenu a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #1E494F;
}

#submenu a:hover {
    text-decoration: none;
    color: #BCEEF0;
    background-color: #1E494F;
}

#submenu ul {
    list-style: none;
}

#submenu ul li {
    padding-left: 17px;
    background: url(../images/bullet.gif) no-repeat 0 5px;
}

#submenu h2 {
    color: #282828;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 20px 0 10px 0;
}

#submenu p {
    font-size: 14px;
    font-weight: bold;
    color: #A63600;
}

#submenu p span {
    border-bottom: 1px dashed #A63600;
}

#submenu div.what_is {
    width: 590px;
    height: 129px;
    margin: 20px 0px 0 0px;
    padding: 0 0 20px 0; 
    display: block; 
    background: url(../images/what_is.gif) 0 0 no-repeat;
}

#submenu div.what_is a {
    color: #00f;
    font-weight: normal;
    font-size: 12px;
}

#submenu div.what_is a:hover {
    color: #000;
    background: none;
    text-decoration: underline;
}

#submenu #about {
    margin-right: 17px;
    display: block;
    text-align: right;
    padding-top: 2px;
}

#submenu #certificates {
    margin-left: 122px;
    position: relative;
    top: 71px;
}

#home_box {
    float: right;
    background: none;
    width: 286px;
    margin: 25px 0 20px 30px;
    padding: 10px 0;
    color: #282828;
}

#homebox_top {
    display: block;
    height: 27px;
    background: url(../images/home_box_top.gif) no-repeat;
}

#homebox_btm {
    height: 27px;
    background: url(../images/home_box_btm.gif) no-repeat -1px 0;
}

#homebox_content {
    padding: 0 20px;
    background: url(../images/home_box_middle.jpg) no-repeat -2px 100%;
}

#home_box ul {
    list-style: none;
}

#home_box ul li {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 7px 23px;
    background: url(../images/bullet-main.gif) no-repeat 0 9px;
}

#page {
    padding-top: 10px;
    background: url(../images/bg2.jpg) no-repeat top center;
    text-align: center;
}

#page .content {
    margin: 0 auto;
    width: 940px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

#page h2 {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #427385;
    background: url(../images/bg-h2.jpg) repeat-x bottom;
}

#page h3 {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #000;
    background: url(../images/line_diag.png) repeat-x bottom;
}

#page h3.main {
    clear: both;
}

#form h4,
#order_form h4 {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 17px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DFD9C3;
    color: #000;
}

h4.form_header {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    background: #EFE8D1;
}

h4.form_header span {
    margin: 0 20px;
    display: block;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #DFD9C3;
}

#form h5,
#order_form h5 {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

div.no_sidebar #side_menu {
	display: none;
}

div.no_sidebar #text {
	width: 940px;
	background: none;
}

#side_menu {
    float: right; 
    width: 238px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../images/bg-sidemenu.gif) no-repeat top right;
}

#side_menu h2 {
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 19px;
    color: #A63600;
}

#side_menu h3 {
    color: #427385;
    font-size: 18px;
    font-weight: normal;
}

#side_menu a, #side_menu a:hover {
    text-decoration: none;
    color: #427385;
}

#side_menu div.date {
    font-weight: bold;
    padding-left: 18px;
    color: #427385;
    margin-bottom: 6px;
    background: url(../images/note-ico.gif) no-repeat 0 2px;
}

#side_menu p {
    margin-bottom: 10px;
}

#side_menu h2 a, #ide_menu h2 a:hover {
    color: #55564B;
}

#side_menu h2 a:hover {
    text-decoration: underline;
}

#side_menu ul {
    list-style: none;
    border-topa: 1px solid #DBE4E3;
    margin-bottom: 20px;
}

#side_menu ul li {
    background: url(../images/bullet.gif) no-repeat 0 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#side_menu ul li a {
    margin-top: 3px;
    margin-bottom: 5px; 
    font-weight: bold;
    margin-left: 17px;
    text-decoration: underline;
}

#side_menu ul li a:hover {
    background-color: #427385;
    color: #F8F4E8;
    text-decoration: none;
}

#side_menu a img {
	border: none;
}

#side_menu .newsletter {
    padding-bottom: 10px;
    line-height: 1.6em;
}

#side_menu .newsletter form {
    padding-top: 10px;
}

#text {
    float: left;
    width: 642px;
    line-height: 1.6em;
    padding-right: 20px;
    background: url(../images/bg-sidemenu.gif) no-repeat top right;
}

#text a, #text a:visited {
    color: #CC9900;
    text-decoration: underline;
}

#text a:hover {
    color: #F8F4E8;
    background-color: #CC9900;
    text-decoration: none;
}

#text a.external_link {
    padding-right: 12px;
    background: url(../images/ico-external-link.gif) no-repeat top right;	
}

#text a:hover.external_link {
    background: url(../images/ico-external-link-hover.gif) no-repeat top right;	
}

#text .bold {
    font-weight: bold;
    margin-bottom: 20px;
}

#text img {
    border: 1px solid #D2D2D2;
    padding: 5px;
    background-color: #F8F4E8;
}

#text p,
#text address,
#text ul,
#text ol,
#text form,
#text div.success,
#text div.error,
#text table,
#text pre {
    margin-bottom: 20px;
}

#text ul ul {margin-bottom: 0px;}

#text #statusbar {
	height: 38px;
	background: url(../images/statusbar_bg.png) repeat-x top;
	margin: 0 0 15px 0;
}

#text #statusbar li {
	line-height: 38px;
	height: 38px;
	padding: 0 20px 0 10px;
	color: #909283;
	display: block;
	float: left;
	background: url(../images/statusbar_li_bg.png) no-repeat top right;
}

#text #statusbar li.selected {
	background: url(../images/statusbar_li_selected_bg.png) no-repeat top right;
	font-weight: bold;
	color: #000;
}

#text #statusbar li.last_selected {
	background: url(../images/statusbar_li_selected_bg.gif) no-repeat top right;
	font-weight: bold;
	color: #000;
}

#form,
#order_form {
	background: #EFE8D1;
}

#form {
	padding: 10px 20px;
}

#order_form {
	padding: 20px 20px 10px 20px;
}

#text form p {
	clear: both;
	margin-bottom: 10px;
}

#text #order_form p {
	margin-bottom: 5px;
}

#text #order_form p.buttons {
	padding-top: 10px;
}

#order_form div.price {
	font-size: 15px;
	color: #A63600;
	text-align: right;
	font-weight: bold;
}

#order_form div.sub_price_basic {
	text-align: right;
	padding-bottom: 0;
}

#order_form div.sub_price {
	text-align: right;
	padding-bottom: 10px;
}

#order_form div.vat_info {
	font-size: 11px;
	text-align: right;
}

#text form p span.label {
    width: 200px;
    display: block;
    float: left;
    font-weight: bold;
}

#text label {
	float: left;
    	width: 9.2em;
    	text-align: right;
    	margin-right: 0.8em;	
	padding-top: 5px;
	line-height: 1.2em;
}

#text #order_form label {
	width: 12em;
}

#text div.comment {
    margin-left: 10em;
    margin-top: -3px;
    margin-bottom: 10px;
    font-style: italic;
}

#text #order_form div.comment {
    clear: both;
    margin-left: 12.8em;
}

#text form input,
#text form select,
#text form textarea {
    width: 200px;
    background-color: #FFF;
    float: left;
}

#text form textarea {
    height: 100px;
    background-color: #fff;
    width: 400px;
}

#text form input.radio {
	width: auto;
	border: none;
	background: #eee8d0
}

#text form textarea#attr_568 { 
    height: 200px;
}

#text form select {
    width: 210px;
    background-color: #FFF;
}

#text form select.disabled {
    background-color: #DFDFDF;
}

#text form input.button {
    width: 150px;
    background-color: #427385;
    float: none;
}

#text form input.order_button {
    width: 250px;
    font-weight: bold;
    background-color: #CF9F10;
    float: none;
}

#text form a.tooltip_link {
    position: relative;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 4px 5px 0 5px;
    background: url("/images/help.png") no-repeat 0 0;
}

#text form a.tooltip_link span.tooltip {
     display: none;
}

#text form a.tooltip_link:hover span.tooltip {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 200px;
    color: #55564B; 
    background: #fdd;
    border: 1px solid #55564B;
    padding: 5px 10px;
}

#text .infobox {
    background: #DFD9C3 url("/images/warning.png") no-repeat 23px 17px;
    padding: 10px 20px 10px 96px;
    margin: 10px 0;
}

#text #order_form .infobox h5 {
    margin-top: 0;
    padding-top: 0;
}

#text #order_form .infobox p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#text ul {
    list-style: none;
}

#text ul li {
    padding-top: 2px;
    padding-bottom: 2px;
    background: url(../images/bullet.gif) no-repeat 0 7px;
    padding-left: 17px;
}

#text ul li ul {
    list-style: circle;
    padding-left: 17px;
}

#text ul li ul li {
    background: none;
    padding-left: 0;
}

#text ol li {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-left: 20px;
}

#text pre {
    border: 1px solid #ccc;
    padding: 10px;
    background: #FFFBEF;
}

#text div.error p {
    margin-bottom: 3px;
}

#text table.center thead th {
    text-align: center;
}

#text table.center tbody td {
    text-align: center;
}

#text table.color {
	border-collapse: collapse;
}

#text table.color .blank {
	background: none;
}

#text table.color th,
#text table.color td {
    padding: 7px 12px;
    background-color: #CEDCDC;
    border: 1px solid #f8f4e8;
}

#text table.color tr.even td {
    background: #C2CFCF;
}

#text table.color td div.price {
    font-size: 14px;
    font-weight: bold;
    color: #A63600;
}

#text table.color td div.table_note {
    font-size: 11px;
}

#text table.color td div.check {
    display: block;
    height: 20px;
    width: 19px;
    margin: 0 auto;
    background: url(../images/check.gif) no-repeat right top;    
}

#text table.color td div.check span {
    display: none;
}

#text table.color tr.other td {
    background: none;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
}

#text table.color th {
    background-color: #5C9CA7;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#text table.color th a,
#text table.color th a:visited {
    color: #fff;
}

#text table.color th a:hover {
    color: #5C9CA7;
    background-color: #fff;
}

#text table.color td.dark {
    text-align: center;
    font-weight: bold;
    color: #427385;
}

#text table.color td a,
#text table.color td a:visited {
    color: #427385;
}

#text table.color td a:hover {
    background-color: #427385;
    color: #F8F4E8;
}

#text table.color tfoot tr td {
    background: none;
    text-align: center;
    padding: 5px 7px;
}

#text table.color .show_more {
	background: url(../images/show_more_right.gif) no-repeat right top;
}

#text table.color .show_more span {
	display: block;
	height: 30px;
	line-height: 30px;
        padding-left: 12px;
	padding-right: 12px;
	white-space:nowrap;
	background: url(../images/show_more_left.gif) no-repeat left top;
}

#text table.color td .show_more a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#text table.color td .show_more a:hover {
	background: none;
	color: #444;
}

#text div.main_img img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#text div.link {
    float: right;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    color: #427385;
}

#text div.link a,
#text div.link a:visited {
    color: #427385;
    padding-left: 1px;
    padding-right: 20px;
    line-height: 14px;
    height: 14px;
    background: url(../images/arrow-text.gif) no-repeat right top;
}

#text div.link a:hover {
    color: #427385;
    text-decoration: underline;
    background-color: #F8F4E8;
    background-position: right -15px;
}

#text div.main_box {
    padding: 15px 15px 15px 180px;
    margin-bottom: 15px;
    min-height:150px;
    height:auto !important;
    height:150px; 
    background: #EFE8D1 url(../images/loupe.jpg) no-repeat 15px 15px;
}

#text div.main_box h3 {
    color: #427385;
    font-style: normal;
    font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 15px;
    background: none;
}

#text div.main_box p {
    margin: 0;
    padding: 0 0 15px 0;
}


#text div.main_link a {
	display: block;
	width: 150px;
	height: 30px;
	background: #EFE8D1 url("/images/button.jpg") no-repeat left top; 
}

#text div.main_link a:hover {
	background-position: 0 -30px;
}

#text div.main_link span {
	display: none;
}

#text div.product_price {
	padding-top: 10px;
}

#text div.product_price {
	font-size: 17px;
	font-weight: bold;
	color: #86391f;
	padding-top: 10px;
}


#navigation {
    color: #427385;
    padding-top: 5px;
    padding-bottom: 10px;
    font-style: italic;
}

#infobox {
    clear: both;
    background-color: #324D62;
    padding: 20px;
    color: #F8F4E8;
}

#infobox h2 {
    color: #89BFC1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
    text-decoration: underline;
}

#footer {
    clear: both;
    width: 100%;
    text-align: center;
    color: #427385;
    padding: 15px 0 0 0;
}

#footer a, #footer a:visited {
    text-decoration: underline;
    color: #427385;
}

#footer a:hover {
    color: #F8F4E8;
    background-color: #427385;
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
input.required {
  background: #fff url("/images/required.gif") no-repeat right top;
}

div.center {
	text-align: center;
}

div.column_list {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

div.column_list div.column {
	display: block;
	width: 50%;
	float: left;
}

div.list div.box {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

div.rounded_box {
	margin-bottom: 10px;
	width: 238px;
	background: #EFE8D1 url("/images/side-box-bottom.png") no-repeat left bottom;
}

div.rounded_box img {
    border: 1px solid #D2D2D2;
    padding: 2px;
    background-color: #F8F4E8;
}

div.rounded_box table {
    width: 100%;
}

#side_menu div.rounded_box h3 {
	padding: 11px 10px 6px 10px;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
	color: #55564B;
	background: url("/images/side-box-top.png") no-repeat left top;
}

#page div.rounded_box div.content {
	border-top: 1px solid #DFD9C3;
	margin: 0 10px;
	padding: 15px 0;
	width: 218px;
}

div.tip_box {
	background: #EFE8D1 url("/images/lamp.jpg") no-repeat 10px 13px;
	padding: 10px 20px 10px 96px;
	margin-bottom: 20px;
	min-height:90px;
	height:auto !important;
	height:90px;
}

div.tip_box h4 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}

#text div.tip_box p {
	margin: 0;
	padding: 0 0 10px 0;
}

.telefon {
	font-size: 120%;
	font-weight: bold;
}
#rapidsslpartner {
	position: relative;
	top: 10px;
	left: 20px;
}

.nowrap {
	white-space: nowrap;
}
