*{
    outline: none;
    border: 0;
}

body{
    background-image: url(/images/maingraphics/main_bg.png);
    background-repeat: repeat-x;
    background-color: #d4e3ee;
    margin: 0;
    padding: 0;
}

div, td, input{
    word-wrap: break-word;
    font-family: Arial;
    color: #39739c;
    font-size: 12px;
}

a{
    text-decoration: none;
    color: #1896de;
}

a:hover{
    color: #e65113;
}


.whity .logo{
    position: absolute;
    top: -10px;
    left: 200px;
}

.whity .slogan{
    position: absolute;
    top: 40px;
    left: -4px;
}

.whity .quicklogin{
    position: absolute;
    top: 25px;
    right: 0;
    width: 400px;
}

.center{
    position: relative;
    width: 971px;
    margin: 0 auto;
}

p{
    padding: 0;
    margin-bottom: 10px;
}

h1{
    font-size: 16px;
    border-bottom: 1px solid #aac7de;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}

h2{
    font-size: 12px;
    border-bottom: 1px solid #aac7de;
    margin-top: 15px;
    font-weight: bold;    
    margin-bottom: 5px;
    width: 65%;
}

h3{
    background-color: #39739c;
    color: #ffffff;
    font-size: 12px;
    margin-top: 0;
    font-weight: bold;    
    margin-bottom: 5px;   
    padding: 5px;
    clear: both;    
}

ul{
    margin: 2px 0 15px 0;
    padding: 0 0 0 15px;
    text-align: left;
}

li{
    margin: 5px 0 5px 0;
}

div.contentCenter td.highlight,
.highlight{
    background-color: #e65113;
    color: #ffffff;
}

.highlightpadding{
    background-color: #e65113;
    color: #ffffff;
    padding: 10px 5px 10px 5px;
}

.highlightpaddingwide{
    background-color: #e65113;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
}

.highlightyellow{
    background-color: #feffeb;
}

.hightlightblue{
    background-color: #ECF8FF;
}

.highleightgreen{
    background-color: #e7ec62;
}

.price a:hover{
    text-decoration: underline;
}

.ajaxResponse{
    background-color: #ffffff;
    padding: 10px;
    display: none;
    margin-top: 15px;    
}

/**** CONTENT SLIDER *****/

.sliderWraper .mainSlider{
    position: relative;
    width: 770px;    
    overflow: hidden;
}

.sliderWraper .mainSlider .sliderContainer{
    position: relative;
    width: 20000px;
}

.sliderWraper .mainSlider .sliderContainer .sliderContent{
    position: relative;
    float: left;
    width: 760px;
    height: 650px;
    border-bottom: 1px solid #cee3ef;
    overflow: auto;   
    background-color: #ecf8ff;
    background-repeat: no-repeat;
    padding: 0 5px;
}

.sliderWraper .sliderControl{
    position: absolute;
    bottom: 17px;
    left: 20px;    
}

.sliderWraper .sliderControl ul.directions{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sliderWraper .sliderControl ul.directions li{
    position: relative;
    display: block;
    float: left;
    width: 220px;
    visibility: hidden;
    opacity: 0;
}

.sliderWraper .sliderControl ul.directions a{
    
}

.sliderWraper .sliderControl ul.directions .left{
    background: url(/images/maingraphics/dir_left.png) no-repeat;
    padding: 2px 0 0 35px;
}

.sliderWraper .sliderControl ul.directions .current{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


.sliderWraper .sliderControl ul.directions .right{
    background: url(/images/maingraphics/dir_right.png) no-repeat;
    padding: 2px 35px 0 0;
    background-position: right;
    text-align: right;
}

.spacer{
    height: 10px;
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

/***** Form Wraper ******/
.formWrap{
    padding: 15px 15px 0 15px;
    position: relative;
}

.formWrap.nopadding{
    padding: 0;
}

.formWrap .forms{
    background-color: #ffffff;
    padding: 10px;
}

.formWrap .forms.important{
    border: 5px solid #e7ec62;
}

.formWrap .formBox{
   position:relative; 
   clear: both;
   margin: 3px 0 3px 0;
}

.formWrap .formBox div{
   position:relative; 
}

.formWrap .formBox .label{
    position: relative;
    float: left; 
    font-weight: normal;
	width: auto;
	padding-right: 25px;
}

.formWrap .formBox label{
}

.formWrap .formBox .radio{
    width: 20px;
    margin-right: 15px;
    position: relative;
    float: left;
}

.formWrap .formBox label.hint{
    font-style: inherit;
    font-size: 10px;
}

.formWrap .formBox .title{
    position: relative;
    float: left;
	font-weight:normal;
	font-weight:bold;
    color: #308dd0;
}


.formWrap .formBox .fixed{
    width: 140px;
}

/***** Inputs *******/

input,textarea,select{
    background-color: #ceeaf9;
    border-bottom: 1px solid #ADD1E4;
    outline: none;
    padding: 2px;
    margin: 2px;
}

input[type=button]{
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-weight: bold; 
    cursor: pointer; 
    background-color: #ADD1E4;
    border: 0;  
}

input[type=radio],
input[type=checkbox]{
    margin-right: 10px;
    border: 0;
    background: none;
}


input[type=submit]{
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-weight: bold; 
    cursor: pointer; 
    background-color: #ADD1E4;
    border: 0;  
}

input[type=submit].disabled{
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-weight: bold; 
    cursor: pointer; 
    background-color: #e2e1e4;
    border: 0;  
}

/***** Quicklogin ******/
.quicklogin th{
    text-align: left;
    font-size: 10px;
    padding: 1px;
    margin: 0;
    font-weight: bold;
}

.quicklogin td{
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-align: left;
}

.quicklogin input{
    font-size: 10px;
    padding: 1px;
}

.quicklogin input[type=submit]{
    padding: 1px 5px 1px 5px;
}

/***** Sidebox *******/
.programSideBox{
    position: relative;
    float: left;
    width: 30%;
    margin-bottom: 15px;
    margin-top: 8px;
    width: 213px;
}

.programSideBox.four{
    width: 160px;
}

.programSideBox .title{    
    background-image: url(/images/maingraphics/paper-note-background.png);      
    background-position: 0 -5px; 
    text-decoration: underline; 
    font-size: 14px;
    font-weight: bold;  
    padding: 35px 5px 0 15px;  
    margin-bottom: 0;
    color: #8F0000;
    height: 25px;
}   

.programSideBox .description{
    background-image: url(/images/maingraphics/paper-note-background.png);      
    background-position: center;
    background-position: 0 -55px;  
    padding: 0 15px 15px 15px; 
    line-height: 18px;    
}

.programSideBox .bottom{
    background-image: url(/images/maingraphics/paper-note-background.png);      
    background-position: bottom;  
    height: 10px;
}

.programSideBox .description h2{
    padding-top: 10px;
    margin-top: 0;
    border: 0;
    width: 100%;
}


/***** Products *******/
.programBox{
    position: relative;
    float: left;
    width: 30%;
    margin-right: 15px;   
    margin-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #add1e4;  
}

.programBox.orderform{
    border-bottom: 0;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.programBox.four{
    width: 160px;
}

.programBox .title,
.innerBox .title{
    font-size: 14px;
    font-weight: bold;  
    padding: 15px 5px 2px 5px;  
    background-color: #ffffff;
}

.programBox.orderform .title{
    text-align: center;
    padding-top: 5px;
}

.programBox.titel1 .title,
.programBox.orange .title,
.innerBox .title{
    color: #ffffff;
    background-color: #e65113;
}

.programBox.titel2 .title,
.programBox.brown .title{
    color: #ffffff;
    background-color: #a68429;
}

.programBox.titel3 .title,
.programBox.green .title{  
    color: #ffffff;
    background-color: #73955e;
}

.programBox.titel4 .title,
.programBox.purple .title{
    color: #ffffff;
    background-color: #ae589f;
}

.programBox .description{
    padding: 15px 5px 15px 5px; 
    line-height: 18px;    
    background-color: #ffffff;
}

.programBox .links{
    padding: 5px 5px 5px 5px; 
    line-height: 18px;    
    border-top: 2px solid #ECF8FF;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.programBox .price,
.innerBox .price,
.price{
    background-image: url(/images/maingraphics/price_box.png);
    background-repeat: repeat-x;
    font-size: 12px;
    padding: 7px 10px 7px 10px;    
    border-top: 2px solid #ECF8FF;
    background-color: #e2edf5;
    font-weight: bold;   
    text-align: center;
}


.programBox .price a,
.innerBox .price a{
    color: #39739c;
}

.programBox .orderNow,
.innerBox .orderNow,
.orderNow{
    background-color: #add1e4;  
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.programBox .orderNow a,
.innerBox .orderNow a,
.orderNow a{
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.programBox .orderNow a:hover,
.innerBox .orderNow a:hover,
.orderNow a:hover{
    text-decoration: underline;
}

.programBox p{
    margin: 0;
    padding: 0;
}

.programBox ul,
.programSideBox ul{
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
}

.programBox .trash{
    position: absolute;
    top: -15px;
    right: -15px;
}

.finalForm .programBox{
    border: 5px solid #ADD1E4;
    width: 28%;
} 

.finalForm .programBox .price{
    border-top: 0 solid #ADD1E4;
    background: none;
}

.finalForm .programBox .title{
    border-bottom: 1px solid #ADD1E4;
}

/******* Prices *********/
.strikePrice,
.strikePrice a{
    white-space:nowrap;
    text-decoration: line-through;  
    color: #39739c;
}

.programBox .price .specialPrice a,
.innerBox .price .specialPrice a,
.specialPrice,
.specialPrice a{
    white-space:nowrap;
    color: #e65113;
    font-weight: bold;
}

/***** Wraper *****/

.contentWraper{
    position: relative;
    height: 800px;
    z-index: 0;
}

.contentWraper .header{
    background-image: url(/images/maingraphics/top_shadow.png);
    background-repeat: repeat-x;
    height: 15px;
}

.contentWraper .footer{
    background-image: url(/images/maingraphics/bottom_shadow.png);
    background-repeat: repeat-x;
    height: 17px;
}

.contentWraper .whity{
    position: absolute;
    z-index: 99999;
    top: 40px;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.contentWraper .main{
    background-image: url(/images/maingraphics/content_bg.png);
    background-repeat: repeat-x;
    background-color: #a2cae1;
    height: 800px;
    z-index: 1;
}


/***** MENU ******/

.contentWraper .main .center .menuWraper{
    position: relative;
    width: 450px;
    height: 800px;
}

.contentWraper .main .center .menu{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 200px;
    height: 680px;
    background-image: url(/images/maingraphics/menu_bg.png);
    background-repeat: repeat-x;
    background-color: #8f0000;
    padding-top: 120px;
    overflow: hidden;
}

.contentWraper .main .center .submenu{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 203px;
    height: 680px;
    background-image: url(/images/maingraphics/menu_bg.png);
    background-repeat: repeat-x;
    background-color: #8f0000;
    border-left: 2px solid #d64210;
    border-right: 1px solid #cee3ef;
    opacity: 0;
    visibility: hidden;
    padding-top: 120px;
}

.contentWraper .icons{
    position: absolute;
    right: -95px;
    bottom: 55px;
}

.contentWraper .icons div{
    opacity: 0.3;
}


.contentWraper .main .center .menu .inner,
.contentWraper .main .center .submenu .inner{
    position: relative;
}

.contentWraper .main .center .menuWraper,
.contentWraper .main .center .menuWraper a{
    color: #ffffff;
    text-decoration: none;
}


.contentWraper .main .center .menuWraper ul{
    padding: 0;
    margin: 0;
    list-style: none;    
}

.contentWraper .main .center .menuWraper li.list{
    padding: 1px 0 1px 25px;   
}

.contentWraper .main .center .menuWraper li.list a{
    font-size: 12px;
}

.contentWraper .main .center .menuWraper li.list a:hover{
    color: #e65113;
}

.contentWraper .main .center .menuWraper li.list.title{
    background: url(/images/maingraphics/menu_title_bg.png);
    background-repeat: repeat-x;
    padding: 5px 0 0 15px;
    margin: 0 0 5px 0;
    height: 20px;
    display: block;
}

.contentWraper .main .center .menuWraper li.list.title,
.contentWraper .main .center .menuWraper li.list.title a{
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}


.contentWraper .main .center .menuWraper li.list.title a:hover{
    color: #e65113;
}

.contentWraper .main .center .menuWraper li.list.last{
    padding-bottom: 5px;
}

.contentWraper .main .center .menuWraper .quickLinks{
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: none;
    border-bottom: 4px solid #d64210;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contentWraper .main .center .menuWraper .quickLinks a{
    color: #39739c;
    font-weight: bold;
}

/***** CONTENT *****/

.contentWraper .main .center div.contentCenter{
    position: absolute;
    top: 0;
    left: 200px;
    width: 770px;    
    height: 700px;
    top: 95px;
    overflow: hidden;
    border-right: 1px solid #cee3ef;
}

.contentWraper .main .center .contentCenter{   
    font-size: 12px;
}

.contentWraper .main .center .contentCenter .sliderContent{
    background-position: right bottom;
}

.contentWraper .main .center .contentCenter .sliderContent .innerContent{
    padding: 15px 15px 0 15px;
    clear: both;
}

/****** PopUp ********/
.contentWraperPopup{
    margin: 30px auto;
    text-align: center;
}

/****** KlickKlack ******/
.klippklapp{
    margin-bottom: 5px;
}

.klippklapp .title{
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}

.klippklapp .text{
    padding: 15px;
    background-color: #ffffff;
    visibility: hidden
}

.klippklapp .title.slideUp{
    background-image: url(/images/maingraphics/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.klippklapp .title.slideDown{
    background-image: url(/images/maingraphics/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


/****** ScreenBox ******/

.screenshotBox,
.innerContent .pic{
    float: left;
    width: 200px;
    border: 5px solid #ffffff;
    margin: 5px;
    background-color: #ffffff;
    text-align: center;
    font-weight: normal;
    text-align: left;
    opacity: 0.3;
    padding: 5px;
}

.screenshotBox .text,
.innerContent .pic .text{
    padding-top: 10px;
    text-align: left;
}

.innerContent .pic{
    float: right;
}

/****** Quicklinks ******/

div.contentCenter .quicklinkBox{
    background-color: #ADD1E4;
    color: #ffffff;
    margin-top: 15px;
}

div.contentCenter .quicklinkBox th,
div.contentCenter .quicklinkBox tr,
div.contentCenter .quicklinkBox td{
    background: none;
    border: 0;
}


div.contentCenter .quicklinkBox a{
    color: #ffffff;
    font-weight: bold;
}

.contentWraper .main .center .contentCenter .sliderContent .quicklinkBox .innerContent{
    padding-top: 10px; 
    padding-bottom: 10px;    
}

/****** New, Referenzen *******/

.newsElement h2{
    width: 100%;
}

.newsElement, .referenceElement{
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 5px 5px 10px 5px;
}


.referenceElement .imgContainer{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;    
    width: 200px;
}

.randomreferences{
    position: absolute;
    z-index: 99999999;
    border: 5px solid #ADD1E4;
    background-color: white;
    width: 450px;
    left: -244px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
}

/****** Table **********/

div.contentCenter table{
    border-collapse: collapse;
}

div.contentCenter th{
    background-color: #ADD1E4;
    color: #ffffff;
    text-align: left;
    padding: 5px;
}

div.contentCenter tr{
    border-bottom: 1px solid #ECF8FF;
}

div.contentCenter td{
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
}


/****** ERROR BOX ******/

div#error_overlay {
   position: absolute;
   left: 0;
   width: 100%;
   background-color: #aac7de;
   cursor: pointer;
}

div#error_center, div#error_bottom {
   position: absolute;
   left: 50%;
   overflow: hidden;
   background-color: #ECF8FF;
}

div#error_center{
   background-color: #ffffff;
}

div#error_contents{
   width: 400px;
   height: 400px;
   border: 0 solid #ECF8FF;
   overflow: auto;
   background-color: #ffffff;
   visibility: hidden;
}

div#error_contents .title{
    padding: 15px;
    color: red;
    font-size: 25px;
    visibility: hidden;
}

div#error_contents .content{
    padding: 0 15px 15px 15px;
    font-size: 16px;
    visibility: hidden;
}

.error_loading{
   background: #DDD url(../img/loading.gif) no-repeat center center;
}

#error_error{
   font-size: 1.2em;
   color: #CD0000;
   font-weight: bold;
   text-align: center;
   padding: 0.5em;
   font-family: Verdana, Helvetica, sans-serif;
}

#error_error em{
   font-size: 0.8em;
}

div#error_bottom{
   border-bottom: 10px solid #ECF8FF;
   border-top-style: none;
}

a#error_close_link{
   display: block;
   float: right;
   width: 66px;
   height: 22px;
   background: transparent url(/images/maingraphics/cross.gif) no-repeat center;
   margin: 5px 0;
}

div#error_caption{
   margin-right: 71px;
}

/******* Program Box Details  *******/

.programBoxDetails{
}

.programBoxDetails p{
   margin: 0;
   padding: 0;
}

.programBoxDetails .pointsTitle,
.programBoxDetails .points{
   clear: both;
   height: 20px;
   overflow: hidden;
   font-size: 11px;
}

.programBoxDetails .menuWrap{
   padding: 10px;    
   position: relative; 
   width: 240px;
   float: left;
   cursor: pointer;
}


.programBoxDetails .productWrap{
    border-right: 1px solid #cee3ef;
    margin-left: 5px;
    padding: 10px;        
    position:relative; 
    float:left;
    z-index: 1;
    background-image: url(/images/maingraphics/price_box.png);
    background-repeat: repeat-x;
    background-color: #e2edf5;
}

.infoIcon{
   position: relative;
   float: left;   
   padding-left: 5px;
}

.infoText,
.infoContent{
   position: relative;
   float: left;
}

#menuWrap .points{
    padding: 2px;
}


/***** TOOLTIP BOXES *****/

.toolTip{
    display: inline;
}

.tipbox{
    position: absolute;
    width: 250px;
    z-index: 99999999;
    background-color: #f7fafc;
    border: 2px solid #308DD0;
}

.tip-top {
	width: 250px;
	z-index: 13000;	
	text-align: left;
}

.tip-title {
	font-weight: bold;
	font-size: 12px;
	color: #308DD0;
	padding: 10px;	
	text-align: left;
	padding: 10px 10px 5px 10px; 
}
 
.tip-text {
    text-align: left;
	font-size: 11px;
	color: #308DD0;
	padding: 0 10px 10px 10px;
}

/********* Content ************/
.center .contentCenter .innerBox{
    float: left;
    width: 340px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.itemTable td{
    padding: 0 0 0 0;
}

/******** Domains *************/
.domainBox{
    position: relative;
    background-color: #ECF8FF;
    margin-bottom: 15px;
    border-bottom: 1px solid #ADD1E4;
}

.domainBox .type{
    position: relative;
    float: left;
    padding: 5px 3px 5px 3px;
    font-weight: bold;
}

.domainBox .priceDomains{
    position: relative;
    float: right;
    padding: 5px 3px 5px 3px;
    background-color: #ADD1E4;
    font-weight: bold;
    color: #ffffff;
}

.domainBox .priceDomains a{
    color: #ffffff;
}

/******************************/

#mb_center, div#mb_bottom{
   z-index: 99;
}

/***** Kundenmeinungen *******/
.quote{
    background-color: #ffffff;
    padding: 5px;
}

.quote .username{
    font-weight: bold;
}

.quote .bigQuote{
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    color: #a2cae1;
}
/***** Scrollbar ******/                       

.scrollbar-vert{
    position: absolute;
    top: 95px;
    width: 15px;
    left: 960px;
    height: 651px;
    visibility: hidden;
    opacity: 0;
    background-color: #e1edf5;
}

.handle-vert{
    width: 13px;
    background-color: #aacee4;
    height: 40px;
    left: 1px;
    border-top: 1px solid #6e99b2;
    border-bottom: 1px solid #6e99b2;
    cursor: move;
    background-image: url(/images/maingraphics/handle.gif);
}