@charset "utf-8";
/************************
  GLOBAL STYLES
************************/
  html,body {
    margin: 0; padding: 0;
    cursor: default;
    background: #000 url(../images/bg.jpg) repeat-x;
    color: #111;
  }

  html { overflow-x: hidden }

  * {
    border: 0 none;
    font-size: 12px;
    font-family: Verdana, Tahoma, Helvetica, Arial;
  }

  a:link, a:visited {
    color: #000;
    text-decoration: underline;
  }

  a:hover, a:active {
    text-decoration: none;
  }
  a:focus { outline: none }

  hr {
  	color : #d2dbe3;
  	height : 1px;
  	padding : 0;
  	border-color : #d2dbe3;
  	border-width : 1px 0 0 0;
  	border-style : solid;
  	margin: 12px auto;
    width: 95%
  }

  ul, li {
    margin: 0; padding: 0;
    margin-left: 10px;
    list-style-type: square;
  }

/************************
  PAGE
************************/
  div#page {
    position: relative;
    text-align: left;
    width:  994px; height: 100%;
    margin: 0 auto;
  }

/************************
  HEADER
************************/
  div#header {
    position: relative;
    width: 994px; height: 242px;
    background: url(../images/header.jpg) no-repeat;
  }
  
  div#header img {
    position: absolute;
    left: 484px; top: 56px;
  }
  
  div#header strong {
    position: absolute;
    left: 500px; top: 173px;
    color: #FFF; font-weight: normal;
    font-size: 10px;
    text-shadow: #111 1px 1px;
  }

/************************
  NAVIGATION
************************/
  div#header ul {
    position: absolute;
    top: 64px; left: 75px;
  }

  div#header ul, div#header ul li {
    margin: 0; padding: 0;
    list-style-type: none;
  }

  div#header ul.second {
    left: 205px;
  }

  div#header ul li {
    margin-right: 1px;
  }

/* IE 6 Fix */
  * html div#header ul li { line-height: 8px; }

  div#header li a {
    display: block; padding: 4px 22px;
    font-size: 12px; color: #CCC;
    text-decoration: none;
    background: url(../images/arrow.png) no-repeat left center;
    _background-image: url(../images/ie6/arrow.gif);
  }

  div#header li a.aktiv,
  div#header li a:hover,
  div#header li a:active {
    color: #FFF;
    background: url(../images/arrow_hover.png) no-repeat left center;
    _background-image: url(../images/ie6/arrow_hover.gif);
  }

/************************
  CONTENT
************************/
  div#contentBG {
    position: relative;
    background: url(../images/content_bg.jpg) repeat-y;
    border-bottom: 1px solid #000;
  }

  div#content {
    background: url(../images/content_top.jpg) no-repeat;
  }

  div#contentInner {
    background: url(../images/content_bottom.jpg) no-repeat left bottom;
    padding-bottom: 55px; padding-top: 10px;
  }

  div#contentLeft {
    position: relative; z-index: 2;
    width: 710px; float: left;
    padding: 0 20px;
  }

  div#contentRight {
    position: relative; z-index: 0;
    width: 217px; float: left;
    margin-top: 30px; margin-left: 11px;
  }

  div#contentRight a { color: #FFF }

  div#content div#contentPanel, div#content div.contentPanel {
    position: relative;
    background: #c3c3c3 url(../images/gradient_reverse.jpg) repeat-x top left;
    border: 1px solid #FFF;
    margin-top: 10px;
    padding: 0 10px;
    padding-bottom: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-user-select: none;
  }
  div#content div.contentPanel { margin-bottom: 21px }

  div#content div.info {
    background: url(../images/icons/info.gif) no-repeat left center;
    line-height: 20px;
    padding: 7px 14px;
  }

  div#content div.info div.title {
    font-weight: bold;
    margin-bottom: 14px;
  }

  div#content h1 {
    position: relative;
    color: #000;
    padding: 4px; padding-left: 7px;
    border-bottom: 1px solid #888;
    font-size: 12px;
  }

  div#content h2 {
    position: relative;
    color: #000;
    padding: 3px; padding-left: 4px;
    border-bottom: 1px solid #888;
    font-size: 12px;
  }

  div#content h3 {
    color: #000;
    padding: 4px; padding-left: 7px;
    border-bottom: 1px solid #888;
    font-size: 12px;
  }
  div#content div#contentRight h3 { color: #FFF; }

  div#content h1 span,
  div#content h2 span {
    position: absolute;
    top: 4px; right: 10px;
    font-size: 11px; color: #444; font-weight: normal;
  }

  /* IE6 Fix */
  * html div#content h1 span, * html div#content h2 span { right: 40px }

  div#content h1 a { color: #FFF }

  div#content h1 b {
    color: #FFF;
    font-size: 12px;
  }

  div#content div.txt {
    text-align: justify;
    line-height: 17px;
    margin: 0 10px;
    color: #333;
  }

  div#content b a { text-decoration: none }
  div#content b a:hover, div#content b a:active { text-decoration: underline }

  div#content div.switch {
    margin-top: 4px;
    text-align: center;
  }

  div#content div.switch a { padding: 0 11px; }

/************************
  RANDOM REFERENCES
************************/
  div#lastReference {
    text-align: center;
    margin-top: 47px;
  }

  div#lastReference span { display: block; margin-top: 5px; }

  div#lastReference a { text-decoration: none }
  div#lastReference a:hover,
  div#lastReference a:active { text-decoration: none }

/************************
  CODEKING NETWORK
************************/
  div#network { text-align: center; }
  div#network img { padding: 7px 0 }

/************************
  FOOTER
************************/
  div#footer {
    position: relative;
    padding: 20px; color: #AAA;
  }

  div#footer a { color: #FFF; text-decoration: none; font-size: 11px; }
  div#footer a:hover,
  div#footer a:active { text-decoration: underline }

  div#footer div {
    position: absolute;
    top: 20px; right: 260px;
    font-size: 10px;
  }
	
	div#footer p {
		margin: 0; padding: 10px 0;
		text-align: center;
		font-size: 9px;
		margin-right: 260px;
	}
  
  div#footer div a, div#footer p a { font-size: 9px; }

  div#footer img {
    position: absolute;
    top: -5px; left: 810px;
  }

/************************
  FORM ELEMENTS
************************/
  form {
    padding: 0; margin: 0;  
  }
  
  form br { clear: left; }

  fieldset {
    position: relative;
    border: 1px solid #888;
    margin: 0px; padding: 9px;
    margin-top: 20px; padding-top: 20px;
    line-height: 20px;

  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  fieldset legend {
    margin-left: 15px;
    padding: 0 15px;
    font-size: 12px; color: #000;
  }

  fieldset ul, fieldset li {
    margin: 0;
    padding: 0;
  }

  fieldset label {
    display: block;
    width: 220px; float: left;
    text-align: right; padding-right: 20px;
    cursor: pointer;
  }
  
  fieldset label.check {
    float: none; display: inline;
  }
  
  fieldset label.default { cursor: default }

  fieldset label b { color: #888 }

  fieldset.done label,
  fieldset.donekontakt label {
    cursor: default;
  }

  input,
  textarea,
  select {
    width: 300px; padding: 1px; margin: 1px;
    border: 1px solid #AAA;
    color: #111; font-size: 11px;
  	background: #FFF;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  select {
    width: 306px;
    cursor: pointer;
  }

  textarea {
    height: 120px;
    margin-bottom: 3px;
    overflow-y: auto;
  }

  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus,
  input.submit:hover,
  select:hover {
    border-color: #888;
    background-color: #EEE;
    color: #111;
  }

  fieldset input.readonly {
    width: 80px;
    cursor: default;
    background: transparent; border-color: transparent;
    font-weight: bold;
  }

  fieldset img.security {
    float: left; margin-right: 4px; margin-top: 1px;
    border: 1px solid #888;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  div.submit { text-align: right; }

  input.submit {
    overflow: visible;
    width: auto; padding: 1px 7px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 11px; color: #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  fieldset input.error,
  fieldset select.error,
  fieldset textarea.error {
    border-color: red;
  }

  fieldset div#err {
    text-align: center;
    padding-bottom: 2px; margin-bottom: 8px; margin-top: -10px;
    color: red;
  }

  small { font-size: 11px; color: #555 }

/************************
  ABOUT
************************/
  div.about b {
    display: block;
    margin-top: 15px;
  }

/************************
  COUPONS
************************/
  span.error, span.error b { font-size: 10px; color: red; }
  span.info, span.info b { font-size: 10px; color: green; }
  div#inhalt { display: none }

/************************
  REFERENCES
************************/
  #image_wrap {
    width: 510px; height: 350px; margin: 0 auto;
    text-align: center;
  }

  #image_wrap span {
    display: block; text-align: right;
    padding-top: 5px; padding-right: 5px;
  }
  #image_wrap:hover span { text-decoration: underline }

  #image_wrap img {
  	border: 1px solid #ccc;
  	background-color :#fff;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	padding: 2px;
  }

  .scrollable {
  	position: relative;
  	overflow: hidden;
  	width: 599px;	height: 120px;
    margin: 25px auto;
  }

  .scrollable .items {
  	position: absolute;
  	width: 20000em;
  	clear: both;
  }

  .scrollable img {
  	width: 105px;	height: 75px;
  	float: left;
  	margin: 18px 0px 18px 8px;
  	background-color: #FFF;
  	padding: 2px;
  	border: 1px solid #CCC;
  	cursor: pointer;

  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  .scrollable .active {
  	border: 2px solid #999;
  	z-index: 9999;
  	position: relative;
  }

  .scrollable {
  	float: left;
  }

  a.browse {
  	display: block;
  	width: 30px; height: 30px;
  	float: left;
  	margin: 67px 10px;
  	background-image: url(../images/left.png);
    background-repeat: no-repeat;
  	cursor: pointer;
  	font-size: 1px;
  }

  a.right         { background-image: url(../images/right.png); clear: right; margin-right: 0px;}
  a.right:hover 	{ background-position: -30px 0; }
  a.right:active 	{ background-position: -60px 0; }

  a.left        	{ margin-left: 0px; }
  a.left:hover    { background-position: -30px 0; }
  a.left:active  	{ background-position: -60px 0; }

  a.disabled { visibility: hidden !important;	}

/*#####################
  TOOLS
#######################*/
  .clear { clear: both; }
  .right { text-align: right }
  .center { text-align: center }
  .border {
    _position: relative;
  	padding: 2px;
  	border: 1px solid #444;
  	background: #FFF;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }
  .border:hover { border-color: #888 }

  .relative { position: relative }
  .float { float: left }
  .icon { vertical-align: middle }

  a.download {
    color: #000;
    text-decoration: none;
  }

  a.download:hover, a.download:active { color: red; }

/*#####################
  JS COUNTRY SELECTION
#######################*/
/*
  div.countryList {
    position: absolute; z-index: 99999;
    left: 50%; margin-left: -450px;
    background: #FFF; border: 1px solid #333;
    width: 920px; height: 475px;
    padding: 10px 5px;
    overflow: hidden;
    display: none;
  }

  div.countryList h2 {
    margin: 0; padding: 0; padding-left: 20px; padding-bottom: 5px; white-space: nowrap;
    background-repeat: no-repeat; background-position: left center;
    border: none;
  }

  div.countryList div.region {
    float: left; margin: 5px 20px; margin-bottom: 15px;
  }

  div.countryList div.region_scroll {
    width: 190px; height: 200px;
    overflow: hidden; overflow-y: auto;
  }

  div.countryList span {
    display: block;
    cursor: pointer; white-space: nowrap;
  }

  div.countryList span.country_hover {
    color: red;
  }

  div.countryList span b, div.countrySelected b { font-weight: normal; }

  div.countrySelected {
    position: absolute; display: none;
    width: 348px; padding-left: 3px; padding-top: 0; padding-bottom: 1px;
    margin-top: 1px; margin-left: 1px;
    background: #FFF url(../images/icons/dropdown.gif) no-repeat right center;
    border-left: 1px solid #CCC; border-bottom: 1px solid #CCC;
    cursor: pointer;
  }

  div.countryList h2.europe       { background-image: url(../images/countries/europe.gif);       }
  div.countryList h2.africa       { background-image: url(../images/countries/africa.gif);       }
  div.countryList h2.asia         { background-image: url(../images/countries/asia.gif);         }
  div.countryList h2.caribic      { background-image: url(../images/countries/caribic.gif);      }
  div.countryList h2.antarktica   { background-image: url(../images/countries/antarktica.gif);   }
  div.countryList h2.southamerica { background-image: url(../images/countries/southamerica.gif); }
  div.countryList h2.northamerica { background-image: url(../images/countries/northamerica.gif); }
  div.countryList h2.oceania      { background-image: url(../images/countries/oceania.gif);      }

/*#####################
  JS SELECT FIELDS
#######################*/
  div.selectField {
    position: absolute; z-index: 5;
    width: 279px; height: 18px; padding-right: 20px; padding-left: 3px;
    margin-left: 1px; margin-top: 1px;
    background: #FFF url(../images/icons/dropdown.gif) no-repeat right center;
    border: 1px solid #888;
    color: #111; font-size: 11px;
    cursor: pointer;

  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  div.selectField:hover {
    border-color: #888;
    background-color: #EEE;
  }

  div.selectField div {
    background-repeat: no-repeat;
    white-space: nowrap; overflow: hidden;
  }

  div.selectOption {
    position: absolute; z-index: 9;
    display: none; margin-left: 1px; margin-top: 23px;
    min-width: 305px; max-height: 200px;
    border-color: #888;
    background-color: #EEE;
    white-space: nowrap;
    overflow: hidden; overflow-y: auto;
  }

  div.selectOption span { display: none }
  div.selectOption div {
    cursor: pointer;
    padding: 1px 3px;
  }
  div.selectOption div div { padding: 0 }

  div.selectOption div.hover {
    background: #DDD;
    color: #000;
  }

  div.kat {
    font-weight: bold;
  }

/*#####################
  TABS
#######################*/
  #nav { height: 156px;	}

  #nav ul {	margin: 0 auto;	}

  #nav li {
  	width: 164px; float: left;
    _width: 160px;
  	padding-left: 1px;
  	list-style-type: none;
  	text-align: center;
  }

  #nav a {
  	position: relative;	z-index: 0;
  	display: block;
  	height: 122px;
  	padding: 17px 10px;
  	color: #FFF; text-decoration: none;
  	word-spacing: -2px;
   -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
   -webkit-border-radius-topleft: 4px; -webkit-border-radius-topright: 4px;
  }

  #nav a.current {
    color: #111; border: 1px solid #FFF;
  	background: url(../images/tab.jpg);
  }

  #nav img {
  	display: block;
  	margin: 10px auto;	padding: 4px;
  	background-color: #CCC;
  	border: 1px solid #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #nav strong {
  	display: block;
  	font-size: 13px;
  }

  #panes {
    position: relative;
  	background: #c3c3c3 url(../images/gradient_reverse.jpg) repeat-x scroll 0 0;
    border: 1px solid #FFF;
    height: 870px;
  	margin-bottom: -20px;
  	padding-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #panes blockquote {
  	position: absolute;
  	top: 20px; left: 20px;
  	display: none;
  	font-size: 14px;
  	color: #444;
  	width: 650px;
    padding: 0; margin: 0;
    font-size: 11px; line-height: 16px;
  }

  #panes blockquote * {
    font-size: 11px;
  }

  div#content #panes h2 {
    margin-top: -5px;
  	font-size: 22px;
    color: #000; font-size: 12px;
  }

  .overlay {
  	display:none;
  	width:500px;
  	padding:20px;
  	background-color:#ddd;
  }

  div#content div.countryList h2 {
    padding-left: 20px;
  }

/*#####################
  TOOLTIP
#######################*/
  div.tooltip,
  div.tooltipExtended {
    position: absolute;
    display: none; z-index: 9;
    width: 200px;
    padding: 10px 15px;
    background-color: #333;
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    font-size: 12px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  div.tooltipExtended { width: 250px }

/************************
  IE 6 Info
************************/
  div#ie {
    position: absolute; z-index: 999;
    top: 185px; left: 50%; margin-left: -40px;
    line-height: 16px;
    color: #FFF;
  }
  
/************************
  STATS
************************/
  div#stats {
    position: absolute;
    top: -10000px; left: -10000px;
  }
  
/************************
  BILLING SYSTEM
************************/
  input.paypal, input.direct, input.bank {
    padding: 1px; padding-left: 22px; cursor: pointer;
    background-image: url(../images/rechnung/paypal.png);
    background-repeat: no-repeat; background-position: 3px center;
  }
  
  input.bank { background-image: url(../images/rechnung/saled.gif) }
  input.direct { background-image: url(../images/rechnung/su.gif) }
  
  
  div#ueberweisung {
    position: relative;
    margin: 0 auto;
    width: 560px; height: 390px;
    background: url(../images/rechnung/ueberweisung.jpg) no-repeat center center;
  }
  div#ueberweisung span {
    position: absolute;
    left: 37px;
    font-family: Arial;
    text-transform: uppercase;
    letter-spacing: .90em;
    cursor: text; font-weight: bold;
  }
  div#ueberweisung span.name { top: 110px }
  div#ueberweisung span.knr { top: 141px }
  div#ueberweisung span.blz { top: 141px; left: 385px; }
  div#ueberweisung span.bank { top: 171px }
  div#ueberweisung span.eur { top: 202px; left: 235px; }
  div#ueberweisung span.betrag { top: 202px; left: 312px; }
  div#ueberweisung span.vwz1 { top: 234px }
  div#ueberweisung span.vwz2 { top: 264px }
  
  div#ueberweisung div.iban {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    text-align: center;
  }
  
/************************
  ADMIN
************************/
  div#admin {
    position: absolute; z-index: 9999;
    left: 70px; top: 15px;
  }
  
  div#admin a { color: #FFF }

  div#referenzen div {
    float: left;
    margin: 7px; padding: 8px;
    border: 1px solid #555;
    text-align: center;
  }
  
  div.admin table td {
    border-bottom: 1px solid #AAA;
  }
  
  
  a.reg { font-weight: bold; }
  
  .bad { text-align: left !important; }