
body,
input,
textarea,
select,
a {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 75%;
    background: #fff url(../img/bg_home.jpg) repeat-x top left !important;
}

form {
    margin: 0px;
    padding: 0px;
}

form .error {
    background-color: #face8c;
    color: #000;
}

input,
textarea,
select {
    font-size: 100%;
    border: 1px solid #cdcdcd;
    border-right-color: #8a8a8a;
    border-top-color: #8a8a8a;
    padding: 2px;
    margin: 0px;
    background-color: #fff;
}

input[type='radio'],
input[type='checkbox'] {
    border: none;
    background: none;
}

input[type='image'] {
    border: none;
}


[class*='close-'] {
    color: #000;
    font: 15px/100% arial, sans-serif;
    display:block;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    margin: 5px;
    border:1px solid #424242;
    width:15px;
    height:15px;
}

.close-thin:after {
    content: '×'; /* UTF-8 symbol */
}


input[type='button'], button {
    margin-top: 10px;
    border-top-color: #aabbca;
    padding: 4px 10px 4px 17px;
    text-align: left;
    background: #fff url('../img/form/bg_submit.gif') repeat-x center left;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#FFF;
    border: none;
/*    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #aaa;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)*/
}

input[type='button']:hover ,button:hover{
    cursor: pointer;
    border-color: #ccc;
    background: #fff url('../img/form/bg_submit_hover.gif') repeat-x center left;
/*    -webkit-box-shadow: 2px 1px 3px #fff;
    -moz-box-shadow: 2px 1px 3px #fff;
    box-shadow: 2px 1px 3px #fff;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=180, Strength=3)*/
}

input[type='submit'] {
    margin-top: 10px;
    border-top-color: #aabbca;
    padding: 4px 10px 4px 17px;
    text-align: left;
    background: #fff url('../img/form/bg_submit.gif') repeat-x center left;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#FFF;
    border: none;
/*    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #aaa;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)*/
}

input[type='submit']:hover {
    cursor: pointer;
    border-color: #ccc;
    background: #fff url('../img/form/bg_submit_hover.gif') repeat-x center left;
/*    -webkit-box-shadow: 2px 1px 3px #fff;
    -moz-box-shadow: 2px 1px 3px #fff;
    box-shadow: 2px 1px 3px #fff;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=180, Strength=3)*/
}

label {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 2px 0px 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ol li {
    list-style: decimal;
    background: none;
    padding: 5px 0px;	
}

ol.circleOL {
    padding: 0px;
}

ol.circleOL li {
    list-style: none;
    padding: 5px 0px 5px 30px;
}

ol.circleOL li.one {
    background: url('../img/form/1.png') no-repeat 0px 50% !important;
}

ol.circleOL li.two {
    background: url('../img/form/2.png') no-repeat 0px 50% !important;
}

ol.circleOL li.three {
    background: url('../img/form/3.png') no-repeat 0px 50% !important;
}

ol.circleOL li.four {
    background: url('../img/form/4.png') no-repeat 0px 50% !important;
}

li {
    list-style-type: none;
    background: url('../img/icons/bullet_square_blue.gif') no-repeat 0px 5px;
    padding: 0px 10px 5px;
}

.clear {
    float: none !important;
    clear: both !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

* html .clear {
    display: inline;
}

html>/**/body .clear {
    display: block !important;
}

.linksumfliessen {
    float: left;	
}

.rechtsumfliessen {
    float: right;	
}

.ok {
    background: url('../img/icons/ok.gif') no-repeat center left;
    padding-left: 30px;
}

.warning {
    background: url('../img/icons/warning.png') no-repeat center left;
    padding-left: 30px;
}

.question {
    background: url('../img/icons/question.png') no-repeat center left;
    padding-left: 0px;
}

.blue {
    color: #004681;
}

#page {
    position: relative;
    width: 980px;
    margin: 0px auto;
}

.left,
.center,
.right {
    display: inline;
    float: left;
}

.left {
    width: 131px;
    margin-top: 18px;
}

.center {
    width: 640px;
    margin: 19px;
}

.trennlinie {
    border-bottom: 1px dotted #666;
    margin: 20px 0px;
}

.center.fullWidth {
    width: 809px;
    margin: 20px 0px 0px 20px;
}

.content {
    position: relative;
    min-height: 420px;
    margin: 20px 0 5px 20px;
}

.content p {
    line-height: 1.4;
}

.right {
    width: 151px;
    font-size: 11px !important;
    text-align: center;
    margin: 0px 0px;
}

.blue {
    color: #216197;
}

.large {
    font-size: 13px;
}

.links {
    float: left;
    margin-right: 10px;
}

/*********/

#page #top,
#page #middle .left,
#page #middle .right {
    font-size: 13px;
}

#page #top {
    position: relative;
    height: 193px;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

* html #page #top {
    height: 1px;
}

#page #middle {
    margin: 15px 0px 0px 20px;
}

/*********/

#page #middle .left .navigation {
    min-height: 1px;
    font-size: 14px;
}

#page #middle .left .navigation ul,
#page #middle .left .navigation ul li {
    margin: 0px;
    padding: 0px;
}

#page #middle .left .navigation ul li {
    position: relative;
    list-style-type: none;
    background: url(../img/navigation/punktlinie.gif) repeat-x bottom left;
}

#page #middle .left .navigation ul li.active {
    background-color: #f1f1f1;
}

#page #middle .left .navigation ul li a {
    display: block;
    color: #004681;
    min-height: 1px;
    padding: 6px 0px 5px 5px;
}

#page #middle .left .navigation ul li a.sub {
    font-size: 12px;
    padding-left: 15px;
}

* html #page #middle .left .navigation ul li a {
    height: 1px;
}

#page #middle .left .navigation ul li a:hover {
    color: #e08700;
}

#page #middle .left .adresse {
    margin-top: 20px;
}

#page #middle .left .adresse,
#page #middle .left .adresse a {
    font-size: 11px;
    color: #707275;
}

#page #middle .left .adresse .hotline strong {
    display: inline-block;
    font-size: 13px;
    margin: 5px 0px;
    padding-left: 15px;
    background: url('../img/icons/hotline.png') no-repeat top left;
}

/*********/

#page #middle .content {
    padding: 0px 29px 10px;
    background: #f1f1f1 url('../img/center/bg_farbverlauf.jpg') repeat-x top left;
}

#page #middle .center h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #2f2f2f;
    margin: 0px 0px 20px;
}

#page #middle .center h2,
#page #middle .center .content .mailform.eintrag h2 {
    font-size: 13px;
    color: #216197;
    padding: 0px;
    margin: 0px;
}

#page #middle .center .content .mailform.eintrag h2,
#page #middle .center .content h2.subline {
    font-size: 13px;
    border-bottom: 1px dotted #216197;
    margin-top: 10px;
    padding-bottom: 4px;
}

#page #middle .center .content h2.subline {
    margin-bottom: 16px;
}

#page #middle .center .content .mailform.eintrag h2.ohne_rahmen {
    border-bottom: none;
}

#page #middle .center .content a {
    text-decoration: underline;
    color: #1686C6;
}

#page #middle .center .content .mailform {
    margin-top: 20px;
}

#page #middle .center .content .mailform .errors {
    color: #F00;
}

*+html #page #middle .center .content .mailform .errors {
    margin-top: 3px !important;
}

#page #middle .center .content .mailform #captcha-element .errors {
    margin-top: 15px;
}

*+html #page #middle .center .content .mailform #captcha-element .errors {
    margin-top: 36px !important;
}

#page #middle .center .content .mailform #csrf-element .errors {
    margin: 0px;
}

#page #middle .center .content .mailform dt {
    clear: both;
}

#page #middle .center .content .mailform label {
    display: inline;
    float: left;
    width: 190px;
    padding-top: 2px;
    margin-bottom: 10px;
}

#page #middle .center .content .mailform.login label {
    width: 95px;
}

#page #middle .center .content .mailform.register label {
    width: 100px;
}

#page #middle .center .content .mailform.eintrag label {
    width: 100px;
}


#page #middle .center .content .mailform input,
#page #middle .center .content .mailform select,
#page #middle .center .content .mailform textarea {	
    padding: 1px 4px;
    border: 1px solid #7f9db9;
    border-bottom: 1px solid #a6b3be;
    border-bottom: 1px solid #a6b3be;
    background: #fff url(../img/form/bg_input.jpg) repeat-x top left;
}

#page #middle .center .content .mailform input#email,
#page #middle .center .content .mailform input#internet,
#page #middle .center .content .mailform input#ort,
#page #middle .center .content .mailform input#ort2 {	
    width: 278px;
}

#page #middle .center .content .mailform input#firma,
#page #middle .center .content .mailform input#firmenzusatz,
#page #middle .center .content .mailform input#strassenr,
#page #middle .center .content .mailform input#zusatz {	
    width: 422px;
}

#page #middle .center .content .mailform input#agb,
#page #middle .center .content .mailform input#abteilungniederlassung-abteilung,
#page #middle .center .content .mailform input#abteilungniederlassung-niederlassung {	
    border: none;
    background: none;
    padding: 0px;
}

#page #middle .center .content .mailform input#abteilung {	
    width: 278px;
}

#page #middle .center .content .mailform input#login {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #f39300 url(../img/form/button_login.jpg) no-repeat bottom left;
    width: 90px;
    height: 29px;
    padding-top: 1px;
    margin: -10px 0px 0px 53px;
    border: none;
    cursor: pointer;
    clear: both;
}

/* #page #middle .center .content .mailform a.button_blau { */
#page #middle .center .content a.button_blau {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: url(../img/form/button_blau_90.jpg) no-repeat center left;
    line-height: 2.3;
    width: 90px;
    text-decoration: none;
    text-align: center;
    clear: both;
}

#page #middle .center .content .mailform div.button input,
#page #middle .center .content .mailform div.button,
#page #middle .center .content .mailform input#sendpassword,
#page #middle .center .content .mailform input#send,
#page #middle .center .content .mailform input#register,
#page #middle .center .content .mailform input#save,
#page #middle .center .content .mailform input#saveonly,
#page #middle .center .content .mailform input#freigabe {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #f39300 url(../img/form/button_login.jpg) no-repeat bottom left;
    width: 90px;
    height: 29px;
    padding-top: 1px;
    margin: 0px;
    border: none;
    cursor: pointer;
    clear: both;
}

:root #page #middle .center .content .mailform input#sendpassword,
:root #page #middle .center .content .mailform input#send,
:root #page #middle .center .content .mailform input#register,
:root #page #middle .center .content .mailform input#save,
:root #page #middle .center .content .mailform input#saveonly,
:root #page #middle .center .content .mailform input#freigabe {
    height: 30px;
    padding-top: 0px;
}

#page #middle .center .content .mailform div.button {
    height: 30px;
    padding-top: 0px;
}

#page #middle .center .content .mailform div.button a {
    height: 30px;
}

#page #middle .center .content .mailform input#sendpassword,
#page #middle .center .content .mailform input#register,
#page #middle .center .content .mailform.eintrag.bearbeiten input#save {
    width: 150px;
    margin: 0px 0px 0px 50px;
    background: #f39300 url(../img/form/button_login_150.jpg) no-repeat bottom left;	
}

#page #middle .center .content .mailform div.button.rechts {
    float: right;
    margin-top: 25px;
}

#page #middle .center .content .mailform input#send,
#page #middle .center .content .mailform.eintrag.bearbeiten input#save {
    margin: 0px 0px 0px 452px;
}

#page #middle .center .content .mailform.eintrag.bearbeiten input#saveonly {
    margin: 0px 0px 0px 512px;
}

#page #middle .center .content .mailform .button a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 0px 0px 20px !important;
}

#page #middle .center .content .mailform input.image {
    margin-top: 7px;
    float: left;
}

#page #middle .center .content dl.login_form {
    position: relative;
}

#csrf-label {
    height: 0;
}

#page #middle .center .content p.errors {
    position: absolute;
    left: 124px;
    margin-top: -5px;
} 

#page #middle .center .content div#anmelden p {
    float: left;
}

#page #middle .center .content div#anmelden img {

}

#page #middle .center .content .passwort_vergessen img {
    float: left;
    margin-right: 5px;
}

#page #middle .center .content .mailform dd#captcha-element img {
    position: absolute;
    top: 360px;
    left: 300px;
}

#page #middle .center .content .mailform dd#captcha-element p.description {
    position: absolute;
    top: 415px;
    left: 300px;
    width: 310px;
}

#page #middle .center .content .mailform input#agb {
    margin-top: 40px;
    float: left;
}

#page #middle .center .content .mailform span#agb-label {
    display: block;
    margin: 40px 0px 0px 10px;
    float: left;
}

.form-errors {
    color: #FF0000;
}

#page #middle .center .content .mailform .form-errors ul.errors {
    clear: both;
    margin: 0 0 0;
    position: static;
    color: #FF0000;
}

#page #middle .center .content .mailform ul.errors {
    left: 440px;
    position: absolute;
    margin: -16px 0px 0px 0px;
    padding: 0px;
}

#page #middle .center .content .mailform .login_form ul.errors {
    left: 240px;
}

#page #middle .center .content .mailform .login_form input {
    width: 115px;
}

#page #middle .center .content .mailform ul.errors#agb-error {
    margin-top: 15px;
    left: 144px;
}


#page #middle .center .content .mailform dl.abteilung_form dd#abteilungniederlassung-element br {
    display: none;
}

#page #middle .center .content .mailform dl.abteilung_form dd#abteilungniederlassung-element label,
#page #middle .center .content .mailform dl.abteilung_form dd#abteilungniederlassung-niederlassung label {
    white-space: nowrap;
}

#page #middle .center .content .mailform.eintrag.bearbeiten div.satellitentelefon {
    float: right;
    margin-right: 46px;
}

#page #middle .center .content .mailform.eintrag.bearbeiten div.satellitentelefon input {
    border: none;
    background: none;
}

#page #middle .center .content .mailform.eintrag.bearbeiten.mitarbeiter dl {
    width: 164px;
}

#page #middle .center .content .mailform.eintrag.bearbeiten.mitarbeiter label {
    float: right;
}

#page #middle .center .content .mailform.eintrag.bearbeiten.mitarbeiter input {
    float: left;
    border: none;
    background: none;
    padding-top: 2px;
}

#page #middle .center .content .mailform.eintrag.bearbeiten.mitarbeiter input#save {
    margin: 0px 0px 0px 391px;
}

#page #middle .center .content .mailform img.fragezeichen {
    line-height: 3;
}

/*********/

#page .right span {
    display: block;
    background: url(../img/icons/pfeil.gif) no-repeat center left;
    margin: 0px 15px 5px;
}

#page .right h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #75a1c6;
    margin: 0px;
    padding: 5px 2px;
}

#page .right .buch {
    text-align: center;
    margin-bottom: 10px;
    padding: 12px 0px 2px;
    background-color: #f1f1f1;
}

#page .right a {
    text-decoration: none;
    border-style: none;
}









#page #bottom li {
    background: none;
}


#page #bottom {
    position: relative;
    height: 20px;
    padding: 10px 29px 10px;
    text-align: right;
    width: 750px;
    background-color: #f1f1f1;
    border: none;
    margin: 5px 0 20px 20px;
}

#page .center.fullWidth #bottom {
    width: 809px;
}

#page #bottom ul {
    display: inline;
/*    background-color: #fff;*/
    border: none !important;
}

#page #bottom ul,
#page #bottom ul li {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;

}

#page #bottom ul li {
    position: relative;
    display: inline;
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    border: none !important;
    overflow: hidden;
    font-size: 11px;
    list-style: none;
}

#page #bottom ul li a {
    color: #fff !important;
    background-color: #88afd0;
    padding: 5px 7px;
    border: none !important;
    text-decoration:none !important;
}

#page #bottom ul li.abavo a,
#page #bottom ul li.copyright a {
    background-color: #f1f1f1;
    color: #999;
}

#page #bottom ul li.abavo,
#page #bottom ul li.copyright {
    background-color: #f1f1f1;
}


/* tabelle                                     */
/***********************************************/

table {
/*    border: 1px solid #a6b3be;*/
    border-collapse: collapse;
    margin: 10px 0px 14px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #484848;
    line-height: 1.166;
}

table.kein_rand,
table.kein_rand tr,
table.kein_rand td {
    border: 0px;
}

#columnMiddle .newsPressSingle table {
    border: none;	
}

th {
    background-color: #75a1c6;	
    color: #fff;
}

td,
th {
    border: 1px solid #75A1C6;
    padding: 5px 10px;
    vertical-align: top;
}

#columnMiddle .newsPressSingle td {
    border: none;	
}

#download td {
    vertical-align: middle;
}

td ul {
    margin-top: 10px !important;
}

td a.loeschen {
    font-weight: bold;
    color: #fff;
    background-color: #C00;
    line-height: 2;
    padding: 1px 5px;
    text-decoration: none !important;
}

td img.up_down {
    margin-top: 4px;
}

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

.usernavigation {
    clear: both !important;
    padding: 2px 0px 2px 2px;
    background-color: rgb(136,175,208);
    color: gray;
}

.usernavigation a {
    color: #216197;
}

.confirm {
    background-color: red;  
}

div#redaktionsschluss {
    padding: 1em;
    border: 1px solid #a6b3be;
    font-size: 120%;
}

div#redaktionsschluss strong {
    font-weight: bold;
    color: #216197;
}


.debug {
    /*display: none;*/
}

.notyetimplemented {
    opacity: 0.4;
}

.defaultTextActive { color: #a1a1a1; font-style: italic; }

ul.messages {
    background: #ffcd80 url('../img/icons/warning.png') no-repeat 95% 50%;
    padding: 12px 70px 5px 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #aaa;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)
}

/* metadata are never ever shown */
.metadata {
    display: none;
}

/* homepage */

#kasten1, #kasten2, #kasten3, #kasten4, #kasten5 {
    position: absolute;
    cursor: pointer;
    border: 4px solid #fff;
    background: #568bb5 url('../img/kaesten/bg_kaesten.jpg') repeat-y top left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 160px;
    line-height: 1.4;
    -webkit-box-shadow: 3px 2px 5px #aaa;
    -moz-box-shadow: 3px 2px 5px #aaa;
    box-shadow: 3px 2px 5px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3);
}

#kaesten {
    min-height: 360px;
}

#kaesten em {
    font-size: 13px;
}

#kasten1:hover,
#kasten2:hover,
#kasten3:hover,
#kasten4:hover,
#kasten5:hover {
    -webkit-box-shadow: 1px 1px 1px #aaa;
    -moz-box-shadow: 1px 1px 1px #aaa;
    box-shadow: 1px 1px 1px #aaa;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=1);
    margin-left: 1px;
    margin-top: 1px;
    background-image: none;
    background-color: #38709f;
}

#kasten1, #kasten2, #kasten3 {
    padding: 7px 10px;
}

#kasten4, #kasten5 {
    width: 180px;
}

#kasten1 {
    left: 225px;
}

#kasten2 {
    top: 183px;
}

#kasten3 {
    top: 183px;
    left: 421px;
}

#kasten4 {
    top: 315px;
    left: 100px;
}

#kasten5 {
    top: 315px;
    left: 350px;
}

#kasten6 {
    top: 140px;
    left: 240px;
    position: absolute;
    cursor: pointer;
}

#kaesten a {
    display: block;
    text-decoration: none !important;
    padding: 10px !important;
    color: #fff;
}

#fancybox-content {
    background-color: #eee;
}

#kasten1content {
    background: url('../img/eyecatcher/homepage/mobile.jpg') no-repeat bottom right;
}

#kasten2content {
    background: url('../img/eyecatcher/homepage/seil.jpg') no-repeat bottom right;
}

#kasten3content {
    background: url('../img/eyecatcher/homepage/anzeigentafel.jpg') no-repeat 50% 20px;
}

#kasten3content.fancybox_box.anzeige {
    width: 600px;
    height: 320px;
    padding-left: 80px;
    font-size: 13px;
}

#kasten3content.fancybox_box.anzeige a {
    margin-bottom: 5px;
    margin-right: 20px;
    display: inline-block;
}

#kasten3content.fancybox_box.anzeige ul {
    width: 470px;
    margin-top: 45px;
    margin-bottom: 10px;
}

#kasten3content.fancybox_box.anzeige ul li {
    margin-top: 0px;
    margin-bottom: 0px;

}

#kasten3content .fancybox_box a {
    margin: 0px 0px 10px 40px;
    display: inline-block;
}

#kasten3content .fancybox_box {
    background: url('../img/eyecatcher/homepage/anzeigentafel.jpg') no-repeat 50% 40px !important;
}

.fancybox_box {
    width: 550px;
    height: 200px;
    padding-left: 20px;
}

.fancybox_box p {
    width: 290px;
}

.fancybox_box h2 {
    color: #034581;
}

.fancybox_box h3 {
    margin: 0px 0px 6px;
}

.fancybox_box li {
    margin: 4px 0px;
}

.fancybox_box a {
    color: #034581 !important;
    background: url('../img/icons/pfeil.gif') no-repeat center left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #034581;
    outline:0;
}

.fancybox_box a:hover {
    color: #f69301 !important;
}

#kasten3content .fancybox_box a {
    margin: 0px 0px 10px 40px;
    display: inline-block;
}

.rettungsring {
    position: absolute;
    left: 0px;
}


/* maintainExisting */

#page #middle .center .content #maintainExisting a {
    display: block;
    background: url('../img/buttons/arrow_block.png') no-repeat 5px 10px !important;
    text-decoration: none;
    padding: 10px 0px 10px 43px;
    min-height: 30px;
    border-bottom: 1px dotted #666;
}

#page #middle .center .content #maintainExisting a:hover {
    background: #dfdfdf url('../img/buttons/arrow_block.png') no-repeat 5px 10px !important;
}


/* login */

.default_form.login label {
    width: 100px;
    border-bottom: 1px dotted #8a8a8a;
    color: #216197;
}

.default_form.login .element label.required {
    background: none !important;	
}

.default_form.sendpasswordSingle .element label {
    width: 170px;	
}

.default_form.sendpasswordSingle .element input {
    width: 219px;	
}

.default_form.sendpasswordSingle .element input.error {
    width: 196px;	
}

.default_form.sendpasswordSingle input[type='submit'] {
    float: left;
}

.default_form.login input#username,
.default_form.login input#password {
    width: 240px;
}

.default_form.login input#username.error,
.default_form.login input#password.error {
    width: 217px;
}

.default_form.login .username {
    margin-bottom: 10px;
}

.default_form.login input[type='submit'] {
    float: left;
    margin-right: 0px;
}

.default_form.login .passwort_vergessen {
    font-size: 11px;
    margin: 15px 0px 0px 37px;
    float: left;
}


/* default_form */

.default_form {
/*    margin-top: 20px;*/
    padding: 20px;	
}

.default_form label {
    float: left;
    width: 190px;
    border-bottom: 1px dotted #8a8a8a;
    color: #004681;
    margin-top: 3px;
    margin-right: 1px;
    padding-bottom: 2px;
    font-weight: bold;
}

.default_form .element.entryid label {
    width: 230px;
}

.default_form .element.entryid input[type='text'] {
    width: 159px;
}

.default_form input[type='text'],.default_form input[type='number'],.default_form input[type='email'],.default_form input[type='password'],
.default_form select,
.default_form textarea {
    width: 275px;
border: 1px solid #ccc;
border-radius: 3px;
height: 20px;
}

.default_form select {
    width: 275px;
    padding: 1px;
    height: 30px;
}

.default_form input[type='submit'] {
    float: right;
    margin-right: 186px;
}

.default_form .element {
    position: relative;
    margin-bottom: 10px;
    clear: both;
}

.default_form .element label.required {
    background-color: none;
    background: url('../img/icons/required.gif') no-repeat top right !important;
}

.default_form .element.captcha .captcha_image {
    width: 500px;
    color: #004681;
    margin-top: 20px;
}

.default_form .element.captcha .captcha_image img {
    float: left;
}

.default_form .error {
    background: #fff url('../img/icons/exclamation.png') no-repeat top right !important;
    border: 1px solid #f29400;
    padding-right: 25px;
}

.default_form input.error[type='text'],
.default_form select.error,
.default_form textarea.error {
    width: 227px;
}

.default_form ul.errors {
    float: right;
    background-color: #ffcd80;
    padding: 5px 10px;
    margin: -1px 0px 20px;
    width: 150px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #aaa;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)
}


/* advert */

.advertcontact img {
    float: left;
    margin-right: 15px;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #aaa;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)
}

.advertcontact table {
    margin-top: 20px;
}

.advertcontact table,
.advertcontact td {
    border: none;
    padding: 0px;
    border: none;
}


/* buchung */

.default_form.buchung table label {
    float: left;
    width: 100px;
    padding: 0px;
    border-bottom: none;
    color: #484848;
    font-weight: normal;
}

.default_form.buchung table {
    vertical-align: central;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
    width: 580px;
}

.default_form.buchung table th {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #dbdbdb;
}

.default_form.buchung table td {
    background-color: #fcfcfc;
    padding: 7px;
    border: 1px solid #dbdbdb;
    vertical-align: bottom;
}

.default_form.buchung table label.platzierung,
.default_form.buchung table label.erweitert,
.default_form.buchung table label.logobuchen {
    width: 540px;
    float: right;
    padding-left: 2px;
    display: inline-block;
}


/* musteranzeige */

.musteranzeige {
    margin-top: 30px;	
    margin-bottom: 0px;
}

.anzeige {
    position: relative;
    height: 250px;
    font-size: 11px;
}

.anzeige_text {
    position: absolute;
    bottom: 0px;
    width: 78px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px 4px;
    background-color: #ffedd3;	
    border: 2px solid #888;
    display: block;
}

.anzeige_text p {
    line-height: 1.1;
    margin-bottom: 3px;
}

.musteranzeige .anzeige a {
    position: relative;
    width: 110px;
    height: 210px;
    float: left;
    margin-right: 8px;
    padding: 7px 0px;
    background: url('../img/musteranzeige/musteranzeige_small.jpg') no-repeat top left;
    text-decoration: none !important;
    -webkit-box-shadow: 2px 1px 3px #aaa;
    -moz-box-shadow: 2px 1px 3px #2f2f2f;
    box-shadow: 2px 1px 3px #aaa;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=90, Strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3)
}

*+html .musteranzeige .anzeige a {
    margin-right: 1px; /*fuer IE7*/
}

.musteranzeige .anzeige_text:hover {
    background: none;
    background-color: #ffdba5 !important;
    height: 300px;
    cursor: pointer;
}

#anzeige1content,
#anzeige2content,
#anzeige3content,
#anzeige4content,
#anzeige5content {
    position: relative;
    background: url('../img/musteranzeige/musteranzeige_large.jpg') no-repeat top left;
    width: 440px;
    height: 902px;
}

#anzeige1content .anzeige_text,
#anzeige2content .anzeige_text,
#anzeige3content .anzeige_text,
#anzeige4content .anzeige_text,
#anzeige5content .anzeige_text {
    width: 272px;
    margin-left: 42px;
    margin-bottom: 48px;
    padding: 10px 40px;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    background-color: #ffdba5;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

#anzeige1content .anzeige_text {
    height: 778px;
}

#anzeige2content .anzeige_text  {
    height: 511px;
}

#anzeige3content .anzeige_text {
    height: 377px;
}

#anzeige4content .anzeige_text {
    height: 246px;
}

#anzeige5content .anzeige_text {
    height: 176px;
}


/* textbox */

.textbox {
    padding: 12px 25px 3px 25px !important;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    background: #fefefe url('../img/kaesten/bg_textbox.jpg') no-repeat top left;
}


/* textbox */

#browserWarning {
    padding: 10px 13px 10px 0px;
    text-align: right;
    background-color: #f9d191;
    color: #004681;
    margin: 3px 0px 8px 8px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#browserWarning a {
    border-bottom: 1px dotted #004681;
    color: #004681;
}


/* sendpassword */

.sendpassword label {
    border-bottom: 1px dotted #8a8a8a;
    color: #216197;
    font-weight: bold;
    padding-right: 10px;
}

.sendpassword label.optional {
    display: none;	
}

.sendpassword input#username {
    width: 230px;
}

.sendpassword input#submitButton {
    display: block;
    margin-left: 164px;
}

/* edit */

a.edit {
    background: url('../img/buttons/arrow_block.png') no-repeat 5px 5px;
    color: #004681;
    text-decoration: none;
    padding: 10px 0px 10px 43px;
    font-weight: bold;
}


/* Login Info records und admin */

.loggedin {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url('../img/icons/user.png') no-repeat 0px 11px;
    font-size: 11px;
}

.loggedin span.loggedinLabel {
    font-weight: bold;
    font-size: 12px;
}


/* jQueryUI autocomplete menu-item fix */
.ui-autocomplete.ui-menu .ui-menu-item {
    background-image: none;
}


li a{
    margin-right: 5px;
}

input[type="reset"]{
    color: #fff;
    border:none;
}