@charset "UTF-8";

/* Allgemein ------------------------------------------ */

html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* IE Background-Image fix */    
}

body {		
    margin: 0px;	
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
    text-decoration: none;

    background-color: #ffffff;
    background-image: url(../images/background_main.gif);
    background-repeat: repeat-x;
}

a {
    outline: none;
}

table {
    border-collapse: collapse;
}

table td, table th {
    padding: 0;
    vertical-align: top;
}

input, textarea, select {
    background-color: #ffffff;
    border: 1px solid #517d98;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#bodydiv {
    width: 900px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
}

#content {
    width: 900px;	
    float: left;    
    background-color: #ffffff;
}

#logoimg {
    background-image: url(../images/top_greatnet.jpg);
    background-repeat: no-repeat;
    width: 916px;
    height: 200px;
    float: left;
    margin-left: -8px;
}

#leftmenu {
    width: 200px;        
    float: left;

    font: normal 14px Arial;
    color: #517d98;
    line-height: 30px;
    
    background-color: #ffffff;
    background-image: url(../images/background_menu.gif);
    background-repeat: repeat-x;
}

#leftmenu a {
    color: #646464;
    font-weight: normal;
    text-decoration: none;    
}

#leftmenu a:hover {
    color: #517d98;
}

#leftmenu a.selected {
    color: #517d98;
    font-weight: bold;
}

#maincontent {
    width: 680px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.smalltext {
    display: block;
    width: 660px;
    margin-top: 15px;
    float: left;
    color: gray;
    font-size: 11px;
    text-align: justify;    
}

.fliesstext a {
    color: #d0362e;
    text-decoration: none;
}

.fliesstext a:hover {
    color: #ff6600;
}

/* Startseite */
.boxbig {
    float: left;
    display: block;
    width: 660px; 
    margin-bottom: 26px;
    
    background: #eceee6; /* Old browsers */
    background: -moz-linear-gradient(top,  #eceee6 0%, #eceee6 0%, #d8ddcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceee6), color-stop(0%,#eceee6), color-stop(100%,#d8ddcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eceee6 0%,#eceee6 0%,#d8ddcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eceee6 0%,#eceee6 0%,#d8ddcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eceee6 0%,#eceee6 0%,#d8ddcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eceee6 0%,#eceee6 0%,#d8ddcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceee6', endColorstr='#d8ddcd',GradientType=0 ); /* IE6-9 */
}

.boxhead {
    float: left;
    display: block;
    width: 640px;
    height: 30px;
    padding-left: 20px;
    
    font: bold 14px Arial;
    color: #ffffff;
    line-height: 30px;
    
    background: #9faf98; /* Old browsers */
    background: -moz-linear-gradient(top,  #9faf98 0%, #9faf98 0%, #bdc7b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9faf98), color-stop(0%,#9faf98), color-stop(100%,#bdc7b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9faf98', endColorstr='#bdc7b3',GradientType=0 ); /* IE6-9 */    
}

.box146 {
    float: left;
    display: block;
    width: 146px;
    margin-bottom: 26px;
    background: #eff3e7;    
}

.boxhead146 {
    float: left;
    display: block;
    text-align: center;
    width: 146px;
    height: 30px;
    
    font: bold 12px Arial;
    color: #ffffff;
    line-height: 30px;
    
    background: #9faf98; /* Old browsers */
    background: -moz-linear-gradient(top,  #9faf98 0%, #9faf98 0%, #bdc7b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9faf98), color-stop(0%,#9faf98), color-stop(100%,#bdc7b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9faf98', endColorstr='#bdc7b3',GradientType=0 ); /* IE6-9 */    
}

.boxcontent146 {
    padding: 30px 5px 20px 10px;
    font: normal 12px Arial;
    line-height: 18px;
}

.boxcontent146 ul {
    padding: 10px;
    margin: 0;
}

.boxcontent146 ul li {
    font: normal 12px Arial;
    margin-bottom: 8px;
}

.box190 {
    float: left;
    display: block;
    width: 190px;
    margin-bottom: 26px;
    background: #eff3e7;
}

.boxhead190 {
    float: left;
    display: block;
    width: 170px;
    height: 30px;
    padding-left: 20px;
    
    font: bold 14px Arial;
    color: #ffffff;
    line-height: 30px;
    
    background: #9faf98; /* Old browsers */
    background: -moz-linear-gradient(top,  #9faf98 0%, #9faf98 0%, #bdc7b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9faf98), color-stop(0%,#9faf98), color-stop(100%,#bdc7b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9faf98', endColorstr='#bdc7b3',GradientType=0 ); /* IE6-9 */    
}

.boxcontent190 {
    padding: 30px 5px 20px 10px;
    font: normal 14px Arial;
    line-height: 18px;
}

.boxcontent190 ul {
    padding: 10px;
    margin: 0;
}

.boxcontent190 ul li {
    font: normal 12px Arial;
    margin-bottom: 8px;
}

.boxhead a, .boxhead190 a {
    color: #ffffff;
    text-decoration: underline;
}

.box146:hover, .box190:hover {
    cursor: pointer;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;     
    box-shadow: 0 0 10px #A3B29B;
}

.boxcontent {
    padding: 40px 20px 20px 20px;
    font: normal 14px Arial;
    line-height: 20px;    
}

.boxcontent a {
    color: #517d98;
    text-decoration: underline;
}

.boxcontent a:hover {
    color: #606060;
}

.boxcontent h1 {
    padding: 0;
    margin: 0;
    font: bold 14px Arial;
}

.boxcontentprice {
    display: block;    
    width: 112px;
    margin-left: 10px;
}

.btn_mehr {
    display: block;
    width: 82px;
    height: 20px;
    background-image: url(../images/btn_mehr.gif);
    
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;     
}

.btn_bestellen {
    display: block;
    width: 82px;
    height: 20px;
    background-image: url(../images/btn_bestellen.gif);
    
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;     
}

.btn_mehr:hover, .btn_bestellen:hover {
    box-shadow: 0 0 20px #ffffff;
    opacity: 0.7;
}

.btnhover {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.btnhover:hover {
    box-shadow: 0 0 20px #ffffff;
    opacity: 0.8;
}

.menuebutton {
    display: block;
    width: 90px;
    height: 36px;
    margin-left: 25px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    
    padding: 6px 0px 0px 60px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.menuebutton:hover {
    box-shadow: 0 0 5px #9ecaed;	
    border: 1px solid #517d98;
    cursor: pointer;
}

.menueinfo {
    display: block;
    width: 150px;
    height: 46px;
    margin-left: 25px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    
    padding-top: 6px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;        
}

.menueinfo:hover {
    box-shadow: 0 0 5px #9ecaed;	
    border: 1px solid #517d98;
    cursor: pointer;
}

.icon_kundenlogin {
    background-image: url(../images/icon_login.gif);
    background-repeat: no-repeat;
    background-position: 10px 4px;
}

.icon_serverstatus {
    background-image: url(../images/icon_serverstatus.gif);
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

.icon_tel {
    background-image: url(../images/icon_tel.gif);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.toptext {
    color: #b4290a;
    font-weight: bold;
}

/* Produktseite greatnet */
.producttable_headline1 {
    width: 400px;
    padding-left: 20px;
    
    font: bold 14px Arial;
    color: #ffffff;
    line-height: 30px;
    
}
.producttable_headline2 {
    width: 170px;
}
.producttable_headline3 {
    width: 30px;
}

.producttable_headline1, .producttable_headline2, .producttable_headline3 {
    background: #9faf98; /* Old browsers */
    background: -moz-linear-gradient(top,  #9faf98 0%, #9faf98 0%, #bdc7b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9faf98), color-stop(0%,#9faf98), color-stop(100%,#bdc7b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9faf98 0%,#9faf98 0%,#bdc7b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9faf98', endColorstr='#bdc7b3',GradientType=0 ); /* IE6-9 */
}

.producttable_row1 td, .producttable_row2 td {    
    font: normal 14px Arial;
    line-height: 26px;
    color: #333333;
}

.producttable_row1 td:first-child, .producttable_row2 td:first-child {
    padding-left: 20px;
}

.producttable_row1 td {
    background-color: #f7f8f4;
}

.producttable_row2 td {
    background-color: #eff3e7;
}

.producttable_top {
    font-weight: bold;
    color: #b4290a;    
}

.info {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_info.gif);
    background-repeat: no-repeat;
    margin-top: 4px;
    opacity: 0.5;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;     
}

.info:hover {
    opacity: 1;
}

.ja {
    display: block;
    width: 20px;
    height: 15px;
    margin-top: 5px;
    background-image: url(../images/icon_hacken.gif);
    background-repeat: no-repeat;
}

/* Produktseite */
.producttabprice {
    background-color: #ffec01;
    border: 1px solid #ffd501;
    color: #000000;
    display: block;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 52px;
    margin-bottom: 1px;
    text-align: center;
    text-decoration: none;
}

.producttabprice_big {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
}

.producttabprice_small {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.productorderbtn {
    background-color: #d44026;
    background-image: url(../images/bgButon2.jpg);
    border: 1px solid #d44026;
    color: #ffffff;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 1px;
    text-align: center;
    text-decoration: none;
    width: 116px;    
}

.producttabhead {
    background-color: #fbf2e5;
    border: 1px solid #f6eddd;
    border-collapse: collapse;
    color: #646464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 35px;
    line-height: 35px;    
    padding-left: 5px;
}

.producttabhead_proname {
    background-color: #fbf2e5;
    border: 1px solid #f6eddd;
    border-collapse: collapse;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

.producttabfeature {
    border: 1px solid #f6eddd;
    border-collapse: collapse;
    color: #646464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;   
}

.producttabfeature_value {
    border: 1px solid #f6eddd;
    border-collapse: collapse;
    color: #646464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;   
    vertical-align: middle;
}

/* Tooltipps */

.tt_ueberschrift {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.tt {
    list-style-image: url(../images/pfeil2.gif);
    padding-left: 10px;
}

.tt li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333333;
    line-height: 20px;
}


/* Linksites */
.titleBlue {
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.butonGO {
    background-color: #e9822b;
    background-image: url(../images/bgButonGO.jpg);
    background-position: left center;
    background-repeat: repeat-x;
    border: 1px solid #d44026;
    color: #ffffff;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
}

.pageTitle {
    color: #ca521e;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.textBlue18 {
    color: #e76e3a;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.promoTitle {
    color: #d0362e;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.promoDescript1blu {
    color: #646464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 20px 5px 5px;
    text-align: left;
}

.textBlack11normal {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    text-align: left;
}

a.evanzobestellen {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

/* Bestellprozess greatnet */
.orderstep {
    font: bold 14px Arial;
    color: #606060;
}


/* Bestellprozess */

#TBLshopcard, .TBLshopcard2 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-top: 5px;
}

#TBLshopcard td, .TBLshopcard2 td {
    border: 1px solid #cccccc;
    padding: 5px;
}

#TBLshopcard td a, .TBLshopcard2 td a {
    color: #639FC0;
}

/* Kundendateneingabe */

#tblOrdererData td {
    padding: 5px 0px;
}

.tblOrdererData2 td a {
    color: #639fc0;
}

.tblOrdererData2 {
    width: 610px;
    border: 1px solid #cccccc;
}

.tblOrdererData2 td {
    padding: 5px 10px;
}

.tablecolselect tr {
    background-color: #F0F3E7;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;    
}

.tablecolselect tr:hover {
    background-color: #ffffff;
}
