* { 
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
}

#popup-body {
	margin: 30px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background: white;
}

#fixed-head {
   background-color: transparent;
   width: 100%;
   position: fixed;
}

#logo {
	width: 100%;
	height: 61px;
	background: black url(img/logo_web.png) repeat-y top left;
}

#logo-left {
	float: left;
	width: 100px;
	height: 61px;
}

#header-login {
	float: right;
	text-align: right;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	margin: 10px 15px 0 0;
    line-height: 16pt;
}

.login-text { font-weight: bold; }

#header-login a {
	text-decoration: none;
	color: #808080;
}

#header-login a:hover {
	text-decoration: none;
	color: #00AEEF;
}

#header-login .lang-selected {
	text-decoration: none;
	font-weight: bold;
	color: #00AEEF;
}

img {
	border: none;
}

#menue {
	height: 28px;
	background: black url(img/menuebg.png) no-repeat top left;
	padding-left: 17px;
}

#menue a { 
	height: 28px;
	text-decoration: none;
}

.menue-item {
	border-left: 1px solid black;
}

.menue-item-last {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#main {
	background: black url(img/bg.jpg) no-repeat top center;
	background-attachment: fixed;
}

#sidemenue-wrapper {
	background-color: transparent;
	width: 73%;
	margin-left: 2%;
}

#main-wrapper {
	background-color: transparent;
	color: black;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	padding-top: 150px;
}

#main-wrapper-sidemenue {
	background-color: transparent;
	color: black;
	width: 68.50%;
	margin-left: 31.5%;
	padding-top: 150px;
}

#main-wrapper2 {
	background-color: white;
	background: white url(img/main-head-bg.png) repeat-x top left;
	color: black;
}

#main-content {
	color: black;
	background: transparent url(img/corner.png) no-repeat top left;
	padding: 30px 30px 30px 30px;
	line-height: 1.5em;
}

#main-content-sidemenue {
	color: black;
	background: transparent;
	padding: 30px 30px 30px 30px;
	line-height: 1.5em;
}

#popup-body h1,
#main * h1 {
	margin: 1.4em 0 1em 0;
	color: #0099FF;
	font-size: 12pt;
}

#popup-body h2,
#main * h2 {
	margin: 1.4em 0 1em 0;
	color: #0099FF;
	font-size: 10pt;
}

#main * a {
	text-decoration: none;
	color: #0099FF;
}

#main * a:hover {
	text-decoration: underline;
	color: #0099FF;
}

#main * ul {
	margin-left: 2em;
}

#footer {
	background: #373737 url(img/footer-bg.gif) repeat-x top left;
	color: #CCCCCC;
}

#footer-content {
	background: transparent url(img/footer-bg-spray.png) no-repeat top right;
	color: #CCCCCC;
	font-size: 7.5pt;
	padding: 30px 30px 30px 30px;
	line-height: 1.7em;
}

#footer-content a {
	text-decoration: none;
	color: #0099FF;
}

#footer-content a:hover {
	text-decoration: underline;
}

.shadow {
	background: transparent url(img/shadow.png) repeat-x top left;
	padding: 5px;
}

#popup-body p,
#main * p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.simple-table {
	border: none;
	margin: 0;
	padding: 1px;
}

.simple-table tbody tr {
	border-bottom: 1px dotted #0099FF;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.simple-table tbody tr td {
	vertical-align: top;
	text-align: left;
}

.text-bold {
	font-weight: bold;
}

.border-bottom {
	padding-bottom: 5px;
	border-bottom: 1px dotted #0099FF;
	margin-bottom: 5px;
}

.login-table tr td {
    padding-right: 6px;
	padding-bottom: 2px;
}

select,
input[type="text"],
input[type="password"] {
	border: 1px solid #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
}

textarea {
	width: 300px;
	border: 1px solid #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 10pt;
}

.contact-table tr td {
	padding-bottom: 5px;
}

.contact-table-first-col {
	width:30%;
	vertical-align:top;
}

.contact-table-td {
	text-align: right;
}

.contact-table-td input,
.contact-table-td textarea {
    width: 100%;
}

.account-table {
	width: 100%;
}

.account-table tr td {
	padding-right: 2px;
	padding-bottom: 4px;
}

.account-table tr td input[type="text"],
.account-table tr td input[type="password"] {
	width: 200px;
}

.account-table tr td select {
	width: 204px;
}

.account-table-info {
    font-size: 85%;
	line-height: 150%;
	color: #555555;
	padding-top: 2px;
	width: 220px;
}

.button-continue {
	text-align: right;
	border-top: 1px dotted #0099FF;
	margin-top: 5px;
	padding-top: 30px;
}

.button-continue-wo-border {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 15px;
}

.button-back {
	text-align: left;
	border-top: 1px dotted #0099FF;
	margin-top: 5px;
	padding-top: 30px;
}

.cart-buttons {
	width: 100%;
	border-top: 1px dotted #0099FF;
	margin-top: 5px;
}

.cart-buttons tr td {
	padding-top: 30px;
}

.cart-details thead tr {
}

.cart-details thead tr td {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0099FF;
	padding-right: 10px;
}

.cart-details tbody tr td {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
}

.error {
	border-left: 4px solid #990000;
	padding: 5px 15px 5px 15px;
	background-color: #FFCCCC;
}

.info {
	border-left: 4px solid #0099FF;
	padding: 5px 15px 5px 15px;
	background-color: #DAE4F3;
}

.back-and-submit-table {
	width: 100%;
    border-top: 1px dotted #0099FF;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.invisible {
    display: none;
}

/** Ogone Styling **/

.ncoltable2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ncoltable3 {
/*	display: none;
	visibility: hidden;*/
}

.ncolh1 {
	padding-bottom: 30px;
}

hr {
	margin: 10px 0px;
	border-top: 1px solid #0099FF;
	height: 0px;
}

.hrdiv {
	margin: 10px 0;
	border-top: 1px solid #0099FF;
	height: 0;
	width: 100%;
}

.ncoltxtl,
.ncoltxtl small,
.ncoltxtr,
.ncoltxtr small,
.ncolh1,
.ncolh1 small,
.ncoltxtl2,
.ncoltxtl2 small,
.ncolline1,
.ncolline1 small
.ncolline2
.ncolline2 small {
	font-size: 10pt;
}

.ncoltextl2,
.ncolinput {
	padding: 2px 2px 2px 10px;
}

.ncoltxtr {
	padding-left: 10px;
}

.ncolline1 small {
	font-size: 10pt;
}

#submit3 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.pro-contra-table {
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #0099ff;
}

.pro-contra-table thead tr {
	background-color: #3FA4CA;
	font-weight: bold;
	color: white;
}

.pro-contra-table-head td {
	background-color: #3FA4CA;
	font-weight: bold;
	color: white;
}

.pro-contra-table-head-images {
	height: 1px !important;
}

.pro-contra-image {
	position: relative;
	top: 25px;
	z-index: 1;
}

.pro-contra-table * td {
	padding: 3px 6px;
}

td.pro-contra-note {
	color: #555555;
	font-size: 90%;
	line-height: 150%;
	padding-bottom: 10px;
}

tr.row-two td,
tr.row-one td {
	padding-top: 10px;
	border-top: 1px solid #0099FF;
}

#toc {
	float: left;
	margin-top: 150px;
	left: 2%;
	width: 31.5%;
}

.order-box-wrapper {
	float: right;
	width: 22%;
	margin-top: 150px;
	margin-right: 3%;
	background: transparent;
}

.ie .order-box-wrapper {
	float: right;
	width: 21.90%;
	margin-top: 150px;
	margin-right: 3%;
	background: transparent;
}

.chrome .order-box-wrapper {
	float: right;
	width: 22.4%;
	margin-top: 150px;
	margin-right: 3%;
	background: transparent;
}

.order-element {
	line-height: 1.6em;
	padding: 10px 0 10px 0;
	background: #E9F5FD url(img/order-box-shadow.png) repeat-x top left;
	border-left: 1px solid #66CCFF;
	color: black;
}

.order-box-image {
	border: 1px solid #66CCFF;
}

#order-box-input {
	border: 1px solid #66CCFF;
	text-align: left;
	width: 38px;
}

.order-box-shadow {
	background: transparent url(img/shadow.png) repeat-x top left;
	padding: 5px;
}

#toc-inner ul {
	list-style-image: url(img/toc-bullet.png);
	margin: 0 0 0 40px;
}

#toc-inner ul li {
	font-weight: normal;
	color: white;
	margin-top: 2px;
	padding: 2px;
}

/*#toc * li:hover {
	background-color: #3C92B2;
}*/

#toc-selected {
	background: transparent url(img/toc-arrow.png) no-repeat center right;
}

#toc * a {
	color: white;
	text-decoration: none;
}

#toc-selected a {
	font-weight: bold;
}

#toc * a:hover {
	color: white;
	text-decoration: underline;
}

#toc-main-shadow {
	background: #3FA4CA url(img/toc-head-shadow.gif) repeat-x top left;
	color: white;
}

#toc-inner {
	background: transparent url(img/corner.png) no-repeat top left;
	padding: 30px 0 30px 0;
}

#toc-bottom-shadow {
	background: transparent url(img/shadow.png) repeat-x top left;
}

#debug table {
	border: 1px solid black;
	padding: 0;
	margin: 0;
}

#debug table tr td {
	padding: 2px;
	margin: 0;
	border-top: 1px solid black;
}

.blue-table {
	border: 1px solid #00AEEF;
	padding: 0px;
}
.blue-table thead tr td {
	background-color: #00AEEF;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
}
.blue-table tbody tr td {
	padding: 2px 10px;
}
.blue-top-border td {
	border-top: 1px solid #00AEEF;
}

.inline-code {
	background-color: #00AEEF;
	font-family: Courier New, Courier, fixed-width, monospaced;
	padding: 1px 5px;
	color: white;
	font-weight: bold;
}

.price-sticker-blue {
	background-image: url(img/price-sticker-blue.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 7px 13px 10px 0px;
}

.price-sticker-blue-left {
	background-image: url(img/price-sticker-blue.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 13px 10px 0px;
}

.price-sticker-blue-center {
	background-image: url(img/price-sticker-blue.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 7px 13px 10px 10px;
}

.price-sticker-gray {
	background-image: url(img/price-sticker-gray.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 7px 13px 10px 20px;
}

.price-sticker-gray-center {
	background-image: url(img/price-sticker-gray.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 7px 13px 10px 10px;
}

