@charset "ISO-8859-1";
/*
 *  File created by Heiko Sobecki
 *  Copyright VES visa-express service 
 *  Last Change: 2011-12-12 - HS
 */

body {
    color: #036;
    background-color: #d8d7f6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-width: 950px;
}

a img {
    border: 0;
}

fieldset {
    padding: 10px;
    margin-bottom: 10px;
}

legend, dt {
    font-weight: bold;
    color: #036;
}

h1,h2,h3,h4,h5,h6,dt { 
    text-shadow: #999 1px 1px 1px;
}

/*
 * Dokumentenkopf
 */ 
 
#header {
    margin: 0;
    font-size: 1.2em;
    position: relative;
} 

#headlimg {
    margin: 10px 0px;
} 

#contactBox {
    position: absolute; 
    top: 10px;
    left: 520px; 
    color: #036;
    font-size: 12px;
    padding: 2px 5px;
}

address {
    font-style: normal;
}

#headsearchbox {
    left: 230px;
    top: 10px;
    position: absolute;
    width: 230px; height: 30px;
    padding: 0;
    background-image: url('/images/searchbox.png');
    display: inline-block;
}

#headsearchbox .q {
    border: 0;
    width: 125px;
    padding: 2px; margin: 5px 2px;
    background-color: #fff;
}

#headsearchbox img {
    margin: 2px 0 2px 5px;
}

#headrimg {
    right: 20px;
    top: 15px;
    position: absolute;
}

#ok, #error {
    background-image: url('/images/shadow.png');
    background-position: top;
    background-repeat: repeat-x;
}

#ok {
    width: 450px;
    border: 5px solid #0f0;
    background-color: #fff;
    color: #000;
    padding: 2px 10px;
    margin: 10px 5px;
}

#error {
    width: 450px;
    border: 5px solid #f00;
    background-color: #fff;
    color: #000;
    padding: 2px 10px;
    margin: 10px 5px;
}

/*
 * Dokumenteninhalt
 */ 
 
#content {
    margin: 70px 50px;
    min-height: 500px;
    min-width: 900px;
} 

#content h1 {
    font-size: 18px;
} 

#content h2 {
    font-size: 16px;
} 

#content h3 {
    font-size: 14px;
} 

#content a {
    color: #369;
    text-decoration: none;
    font-weight: bold;
} 

#content a:hover {
    color: #036;
}

.borderBox {
    margin: 5px;
    padding: 2px 5px;
    border: 1px solid #369;
    background-color: #fff;
}

.btn { background-image: url('/images/btn.png'); }
.redBtn { background-image: url('/images/redBtn.png'); }

.btn, .redBtn {
    font-family: Verdana, Arial, sans-serief;
    font-size: xx-small;
    font-weight: normal !important;
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #369;
    color: #fff !important;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: #999 1px 1px 1px;
    box-shadow: 1px 1px 1px #999;
}

.btn:focus, .btn:hover, 
.redBtn:focus, .redBtn:hover {
    color: #fff !important;
    background-position: -20px;
}

table td {
    padding: 0 5px;
}

.buttonBox {
    width: auto;
}

.buttonBox a {
    text-align: center;
    margin: 3px;
    width: 170px; 
}

.topten {
    margin: 25px 0 0 70px;
    width: 200px;
    border: 1px dotted #369;
}
.topten p {
    color: #036;
    text-align: center;
    font-size: 14px;
    margin: 2px;
}
.topten a {
    display: block;
    text-align: center;
    margin: 2px 5px;
    padding: 2px 10px;
    background-color: #fff;
    color: #369;
}

.anfrageBox {
    float: right;
    width: 120px;
    margin: 10px 2px 2px;
    padding: 2px 5px;
    text-align: center;
    background-color: #9996be;
    border: 1px solid #369;
    color: #fff;
}
.anfrageBox a {
    display: inline-block;
    width: 70px;
    height: 50px;
    background-image: url('/images/anfrageBtn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.anfrageBox a:hover, .anfrageBox a:focus {
    background-position: 0 -50px;
}

#landinfotext {
    padding: 5px 10px;
    width: 650px;
}

#landinfotext p, #landinfotext table {
    margin-left: 30px;
}

.nobr {
    white-space: nowrap;
} 

.redInfo {
    color: #f00;
    font-weight: bold;
    font-size: xx-small;
}

#ticker {
    clear: both;
} 

#message {
    width: 50%;
    border: 2px solid #000;
    background-color: #0a0;
    color: #fff;
    margin: 20px;
    padding: 10px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}

fieldset#loginbox {
    width: 250px;
}
fieldset#loginbox label {
    font-weight: bold;
    display: inline-block;
    width: 90px;
}

.ok {
    background-color: #0a0 !important;
    color: #fff !important;
}

.warning {
    background-color: #ff0 !important;
    color: #000 !important;
}

.error {
    background-color: #a00 !important;
    color: #fff !important;
}

.inlineOrderbox {
    background-color: #9996be;
    background-image: url('/images/rightboxlogo.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

.errorbox {
    display: inline-block;
    border: 1px solid #f00;
    background-color: #fff; color: #000;
    padding: 2px 5px;
    margin-bottom: 15px;
}

.whitebox {
    width: 750px;
    padding: 5px; 
    margin: 5px 0px;
    border: 1px solid #036;
    background-color: #fff;
}

#aktuellerHinweis {
    background-image: url('/images/achtung.png');
    background-position: 542px 5px;
    background-repeat: no-repeat;
    border: 1px solid #a00;
    background-color: #fff;
    width: 530px; 
    margin: 10px 0; padding: 2px 30px 2px 5px;
    display: block;
    text-align: justify;
}

.infobox {
    background-image: url('/images/information.png');
    background-position: 542px 5px;
    background-repeat: no-repeat;
    border: 1px solid #369;
    background-color: #fff; 
    width: 530px; 
    margin: 10px 0; padding: 2px 30px 2px 5px;
    display: block;
    text-align: justify;
}

.rechtliches {
    float: right;
    width: 240px;
    background-color: #fff;
    background-image: url('/images/shadow.png');
    background-repeat: repeat-x;
    border: 1px solid #369;
    padding: 5px;
    text-align: justify;
}

.yesno {
    border: 1px dotted silver;
    background-color: #fff;
    width: 60px;
}

/*
 * Werbung etc..
 */

#topAd {
    width: 530px;
    border: 1px solid #000;
    padding: 2px 10px;
    margin: 20px 0px;
    background-color: #fff;
}

#topAd h1 {
    font-size: 11pt;
    margin: 2px 0px;
}

#topAd h2 {
    font-size: 10pt;
    margin: 2px 0px;
}

/*
 * Rechtsbündige Boxen
 */ 
 
#rightbox {
    width: 367px;
    background-color: #9996be;
    background-image: url('/images/rightboxlogo.jpg');
    background-repeat: no-repeat;
    background-position: top;
} 

#rightIMGbox, #rightbox {
    float: right;
    top: 0;
    right: 0;
    margin: 10px;
} 

#rightbox_innerDIV {
    color: #036;
    padding: 110px 10px 0 10px;
    margin-bottom: 0;
} 

#rightbox_innerDIV a, #rightbox_innerDIV a:link {
    color: #036;
    font-weight: bold;
    text-decoration: none;
} 

#rightbox a:hover, #rightbox a:active, #rightbox a:focus {
    color: #369;
    text-decoration: underline;
} 

#rightbox .headline {
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, Verdana;
    font-weight: bold;
} 

#rightbox #other {
    margin: 10px;
}

#mainrightmenu {
    float: right;
    top: 0px;
    right: 0;
    width: 340px;
    height: 360px;
    font-weight: bold;
    color: #fff;
    background-image: url('/images/fotos/startseite_menu.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #9996be;
} 

#mainrightmenu_innerDIV {
    margin: 140px 10px 10px 15px;
} 

#mainrightmenu li {
    margin-top: 5px;
}
 
#mainrightmenu li a {
    color: #036;
}

/*
 * BOLD-Definitionen
 */ 
 
.redbold, .greenbold {
    font-weight: bold;
} 

.greenbold {
    color: #080;
} 

.redbold {
    color: #f00;
}

/*
 * Tabellen-Definitionen
 */

.hover_table {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: #fff;
}

.hover_table th {
    text-align: center;
    color: #fff; background-color: #000;
}

.hover_table th,
.hover_table td {
    border-left: 1px dotted #999;
    border-top: 1px solid #999;
    padding: 3px 5px;
}

.hover_table tr:hover {
    background-color: #ddd !important;
}

.tdcenter {
    vertical-align: middle;
    text-align: center;
} 

.tdINV {
    color: #fff;
    background-color: #036;
}

/*
 * Länderliste
 */ 
 
 .landbuchstabe {
    vertical-align: top;
    text-align: center;
}

.flagge {
    width: 60px;
    height: 25px;
} 

.flagge img {
    height: 21px;
    width: 42px;
    border: 0;
} 

.landbox {
    color: #000;
    font-weight: bold;
    width: 215px;
    margin-left: 0px;
    margin-bottom: 30px;
} 

.landtitel, .tdtitel {
    background-color: #9996BE;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

a.landtitel {
    color: #036 !important;
    display: block;
    width: 300px;
    text-align: center;
}

.landname {
    text-align: left;
}

.kons {
    font-weight: bold;
    border: 1px dotted #fff;
    padding: 2px 5px;
    margin: 5px 0;
}

.konsData {
    font-weight: normal;
}

div.inlineOrder { 
    display: none;
    position: absolute;
    left: 25px;
    z-index: 2;
    width: 410px;
    padding: 2px 5px; 
    margin: 10px;
    background-color: #9996BE; 
    border: 1px solid #000;
    font-family: Arial, Verdana, Helvetica;
}

/*
 * Sonstige
 */ 
 
.infostand {
    margin-top: 10px;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
}

.infostand span {
    font-style: italic;
}

.punktrahmen {
    border: 1px dotted #036;
}

.mitarbeiter {
    height: 15px;
    width: 25px;
    padding: 0 5px;
    font-weight: bold;
    text-align: center;
}

.linktabelle {
    width: 600px;
    border: 1px solid #293A7B;
}

.linktabelle td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.floatright {
    float: right;
}

#visaList, .visaKat {
    margin-top: 5px;
}

.visaKat {
    border: 1px dotted #fff;
    padding: 2px 5px;
    cursor: pointer;
}

.visaKat strong {
    font-size: 12pt;
}

.external:link {
    background: url('/images/external.gif') no-repeat 100% 0;
    padding: 0 20px 0 0;
}
.external:visited {
    background: url('/images/external.gif') no-repeat 100% 0;
    padding: 0 20px 0 0;
}
.external:active, .external:hover, .external:focus {
    color: #fff;
    background: url('/images/external.gif') no-repeat 100% -200px;
    padding: 0 20px 0 0;
}

/*
 * Fusszeile
 */

#copyright {
    width: auto; min-width: 600px;
    border: 0;
    font-weight: bold;
}

#left, #center, #right {
    width: 33%;
    vertical-align: middle;
}

#copyright img {
    border: 0;
    margin-bottom: 10px;
}

#left {
    text-align: left;
}

#center {
    text-align: center;
}

#right {
    text-align: right;
}

/*
 * Kundencenter
 */

#kundencenter {
    width: 850px;
}

#kundencenter fieldset {
    width: 650px;
}

.kundenMenu .btn,
.kundenMenu .redBtn {
    width: 120px;
}

.user {
    display: block;    float: right;
    text-align: center;
    margin: 5px; padding: 5px;
    background-color: #fff; border: 1px dotted #999;
}


/*
 * Debug
 */

.debug {
    width: 75%;
    white-space: pre;
    border: 1px dotted #999;
    background-color: #fff; color: #000;
    margin: 5px; padding: 2px 5px;
}

