/* Grundelemente */
html {
    height: 100%;
}

body {
    font-size: 0.7em;
    font-family: Verdana, Arial;
    line-height: 1.6em;
    color: #000000;
    margin: 0px;
    height: 100%;
    background-color: #FFFFFF;
}

body.popup {
    padding: 20px;
    height: auto !important;
}

p {
    margin-top: 0px;
    text-align: left;
}

a:link, a:visited, a:active {
    font-weight: normal;
    text-decoration: none;
    color: #F56C09;
}
a:hover, a:focus {
    text-decoration: underline;
}

a.mehr {
    padding-left: 15px !important;
    font-weight: bold !important;
    color: #F56C09 !important;
    background: url(/static/img/navi-bullet.gif) no-repeat 0px 3px !important;
}
a.mehr:hover {
    text-decoration: none !important;
    background: url(/static/img/navi-bullet-over.gif) no-repeat 0px 3px !important;
}

img {
    border: none;
}

img.content {
    float: left;
    margin:0 10px 5px 0;
}

div.bild-left {
    float: left;
    margin: 0px 10px 5px 0px;
}

div.bild-right {
    float: right;
    margin: 0px 0px 5px 10px;
}

div.bild-center {
}

div.caption {
    text-align: left;
    padding-top: 3px;
    line-height: 1.1em;
    font-size: 0.9em;
}

.noborder {
    border: none;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

h1 {
    color: #242F74;
    font-family: "Arial Narrow", Arial;
    font-weight: normal;
    font-size: 21px;
    line-height: 23px;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    font-size: 1em;
    font-family: Verdana, Arial;
    color: #242F74;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 30px auto 0 auto;
    padding: 0;
    width: 997px;
    border: none;
}

#header {
    padding: 0;
    height: 214px;
    margin-bottom: -28px;
    background: url(/static/img/header.jpg) no-repeat #ffffff;
}

#header .logolink {
    width: 470px;
    height: 120px;
    margin: 0 0 0 500px;
    border: none;
}

/**
 * TOPNAVI
 */

#topnavi {
    margin: 0 auto 0 auto;
    width: 997px;
    height: 32px;
    background: url(/static/img/header-schatten-bottom.gif) no-repeat bottom transparent;
}

#topnavi ul {
    padding: 0;
    margin: 0 0 0 17px;
    height: 24px;
}

#topnavi li {
    margin: 0;
    float: left;
    list-style-type: none;
    height: 26px;
}

#topnavi li div {
    display: block;
    height: 31px;
    float: left;
    padding: 6px 4px 4px 4px;
    background: url(/static/img/topnavi-border.gif) repeat-x;
}
#topnavi li div.left {
    width: 5px;
    padding: 0;
    background: url(/static/img/topnavi-border-left.gif) no-repeat;
}
#topnavi li div.right {
    width: 5px;
    padding: 0;
    background: url(/static/img/topnavi-border-right.gif) no-repeat;
}
#topnavi li div.right-last {
    width: 6px;
    padding: 0;
    background: url(/static/img/topnavi-border-right-last.gif) no-repeat;
}


#topnavi li.open div {
    background: url(/static/img/topnavi-open-border.gif) repeat-x;
}
#topnavi li.open div.left {
    background: url(/static/img/topnavi-open-border-left.gif) no-repeat;
}
#topnavi li.open div.right {
    background: url(/static/img/topnavi-open-border-right.gif) no-repeat;
}
#topnavi li.open div.right-last {
    background: url(/static/img/topnavi-open-border-right-last.gif) no-repeat;
}


#topnavi li.active div {
    background: url(/static/img/topnavi-over-border.gif) repeat-x;
}
#topnavi li.active div.left {
    background: url(/static/img/topnavi-over-border-left.gif) no-repeat;
}
#topnavi li.active div.right {
    background: url(/static/img/topnavi-over-border-right.gif) no-repeat;
}
#topnavi li.active div.right-last {
    background: url(/static/img/topnavi-over-border-right-last.gif) no-repeat;
}




#topnavi li br.clear {
    clear: both;
    height: 0px;
}

#topnavi li a {
    font-weight: bold;
    color: #3F3F3F;
    text-decoration: none;
}


/* First-level submenu and submenu element rules */
#menu ul {
    position: absolute;
    z-index: 1000;
    margin: -14px 0 0 1px;
    width: 193px;
    /*background: url(/static/img/navi-background.gif) repeat-x #EEF2FB !important;*/
    /*background-color: #FFFFFF;*/
    height: auto;
}

#menu ul li, #menu ul {
    display: none;
    float: none !important;
}
#menu ul li {
    border-top: 1px solid #ffffff;
    background: url(/static/img/navi-border.gif) repeat-y;
    height: auto;
}
#menu ul li.first {
    border-top: none;
}
#menu ul li.last {
    background: none;
}
#menu ul li a {
    display: block;
    width: 166px;
    font-weight: bold;
    color: #3F3F3F;
    border-bottom: 1px solid #D4D4D4;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    padding: 5px 0 5px 25px;
    background: url(/static/img/navi-bullet.gif) no-repeat 10px 9px #ffffff;
}
#menu ul li a:hover, #menu ul li a:focus {
    color: #FF7C1F;
    text-decoration: none;
    background: url(/static/img/navi-bullet-over.gif) no-repeat 10px 9px #ffffff;
}
#menu ul li a.active {
    color: #ffffff;
    background: url(/static/img/navi-bullet-active.gif) no-repeat 10px 9px #FF7C20;
}
#menu li.active li, #menu li.active ul {
    display: block;
}
#menu li div.bottom {
    display: block;
    width: 193px;
    height: 13px;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ffffff;
    background: url(/static/img/topnavi-border-bottom.gif) repeat-y bottom transparent;
}





/**
 * NAVI
 */
#navi {
    clear: both;
    float: left;
    width: 193px;
    margin: 10px 0 20px 18px;
    padding: 0;
    height: 100%;
    background: url(/static/img/navi-background.gif) repeat-x #efeff0;
}

#navi div.navi-head {
    height: 2px;
    background: url(/static/img/navi-border-top.gif) no-repeat;
}

#navi div.suche,
#navi div.toolbar {
    border-bottom: 1px solid #D4D4D4;
    background: url(/static/img/navi-border.gif) repeat-y;
    padding: 10px 8px;
}
#navi div.suche form {
    margin: 0;
    padding: 0;
}
#navi div.suche form #suchtext {
    width: 166px;
    border: 1px solid #D6D6D8;
    height: 13px;
    padding: 4px;
}
#navi div.suche form #submit {
    width: 116px;
    height: 17px;
    background: url(/static/img/button_suche.gif) no-repeat;
    margin: 10px 0 0 0;
    float: right;
    border: none;
    cursor: pointer;
}
#navi div.suche form .light {
    color: #ADB1B2;
}
#navi div.suche form .normal {
    color: #000000;
}

#navi div.suche img.lang {
    margin: 10px 3px 0 0;
}

#navi div.toolbar {
    padding-left: 15px;
}
#navi div.toolbar img {
    margin-right: 10px;
}


#navi ul {
    margin: 0;
    padding: 0;
}
#navi li {
    list-style-type: none;
    border-top: 1px solid #ffffff;
    background: url(/static/img/navi-border.gif) repeat-y;
}
#navi li a, #navi li span, #navi li a:active {
    display: block;
    font-weight: bold;
    color: #3F3F3F;
    border-bottom: 1px solid #D4D4D4;
    padding: 5px 0 5px 25px;
    background: url(/static/img/navi-bullet.gif) no-repeat 10px 9px;
}
#navi li a:hover, #navi li a:focus {
    color: #FF7C1F;
    text-decoration: none;
    background: url(/static/img/navi-bullet-over.gif) no-repeat 10px 9px;
}
#navi li a.active, #navi li span.active {
    color: #ffffff;
    background: url(/static/img/navi-bullet-active.gif) no-repeat 10px 9px #FF7C20;
}


/* Zweite Ebene */
#navi ul ul {
    border: none;
}
#navi ul ul li a,
#navi ul ul li span,
#navi ul ul li a:active {
    color: #3F3F3F;
    padding: 5px 0 5px 40px;
    background: url(/static/img/navi-bullet.gif) no-repeat 25px 9px;
}

#navi ul ul li a:hover,
#navi ul ul li a:focus {
    color: #FF7C1F !important;
    background: url(/static/img/navi-bullet-over.gif) no-repeat 25px 9px;
}
#navi ul ul li a.active,
#navi ul ul li span.active {
    color: #ffffff !important;
    background: url(/static/img/navi-bullet-active.gif) no-repeat 25px 9px #FF7C20;
}


#navi div.bottom {
    display: block;
    width: 193px;
    height: 13px;
    padding: 0;
    margin: 0;
    background: url(/static/img/navi-border-bottom.gif) repeat-y bottom transparent;
}

#navi div.navi-border {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #D4D4D4;
}

#navi div h3 {
    color: #3F3F3F;
    font-family: "Arial Narrow", Arial;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 4px;
    text-decoration: none;
}


#navi div.teaser-link {
    padding-top: 20px;
    background-color: #ffffff;
    text-align: center;
}


/* Brotkrumennavigation */
div.brotkrumen {
    margin-top: 0;
    padding: 5px 0 5px 0;
    color: #7A7D82;
}
div.brotkrumen span { /* Trenner */
    color: #7A7D82;
}
div.brotkrumen a {
    text-decoration: none;
    color: #7A7D82;
}

/**
 * TEASER bzw. Infobereich
 */
#teaser {
    margin: 10px 19px 0 0;
    float: right;
    width: 141px;
    height: 100%;
}

#teaser div.top,
#teaser div.top-grau {
    width: 141px;
    height: 4px;
    background: url(/static/img/teaser-border-top.gif) no-repeat;
}
#teaser div.middle,
#teaser div.middle-grau {
    padding: 10px;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #C2C6C9;
    width: 119px;
    overflow: hidden;
}
#teaser div.middle-grau {
    padding: 5px 10px 5px 10px;
    background: url(/static/img/teaser-background-grau.gif) repeat-x #E2E2E2;
}
#teaser div.bottom,
#teaser div.bottom-grau {
    width: 141px;
    height: 4px;
    margin-bottom: 10px;
}
#teaser div.bottom {
    background: url(/static/img/teaser-border-bottom.gif) no-repeat;
}
#teaser div.bottom-grau {
    background: url(/static/img/teaser-border-bottom-grau.gif) no-repeat;
}

#teaser div p {
    padding: 0;
    margin: 0;
}

#teaser div a.mehr {
    display: block;
    text-decoration: none;
    color: #FF7C1F;
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url(/static/img/navi-bullet.gif) no-repeat 0px 5px;
}

#teaser div a.mehr:hover,
#teaser a.mehr:active,
#teaser a.mehr:focus {
    background: url(/static/img/navi-bullet-over.gif) no-repeat 0px 5px;
}

#navi div a.mehr, #navi div a.mehr:hover, #navi div a.mehr:focus, #navi div a.mehr:active {
    margin-left: 9px;
    text-decoration: none;
}

#teaser div h3,
#teaser div h3 a,
#teaser div h3 a:hover,
#teaser div h3 a:active,
#teaser div h3 a:focus {
    color: #242F74;
    font-family: "Arial Narrow", Arial;
    font-weight: normal;
    font-size: 21px;
    margin: 4px 0 14px 0;
    padding: 0;
    text-decoration: none;
}
#teaser div.middle-grau h3,
#teaser div.middle-grau h3 a,
#teaser div.middle-grau h3 a:hover,
#teaser div.middle-grau h3 a:active,
#teaser div.middle-grau h3 a:focus {
    font-size: 15px;
    color: #525A5F;
    margin: 0 0 4px 0;
}



/**
 * CONTENT
 */
#content {
    background-color: #fff;
    margin: 0px 178px 10px 229px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 590px;
    margin-bottom: 20px;
}

#content img {
    border: none;
}

#content .contentliste {
    margin-left: 17px;
    padding-left: 0;
}

#content .contentliste li {
    margin-left: 0;
    padding-left: 0;
    list-style-image: url(/static/img/navi-bullet.gif);
}

#content .contentliste li {
    margin-bottom: 0.8em;
}

#content .contentliste li .contentliste {
    margin-top: 0.8em;
}

/**
 * FOOTER
 */
#footer {
    margin: 0 auto 0 auto;
    width: 952px;
    height: 29px;
    clear: both;
    text-align: center;
    padding: 5px;
    color: #3F3F3F;
    font-weight: bold;
    background: url(/static/img/footer-background.gif) no-repeat;
}
#footer a {
    text-decoration: none;
    color: #F56C09;
    font-weight: bold;
}


/* Artikelbild */
.inhaltsbild {
    float: left;
    margin: 0 5px 5px 0;
}

/* Mitarbeiter */
.mitarbeiterbild {
    float: left;
    margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {

}

ul.listenobjekt {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}
ul.listenobjekt li {
    margin: 0px;
    padding: 10px 0 20px 0;
    background: url(/static/img/content-trenner.gif) no-repeat bottom transparent;
}
ul.listenobjekt li img {
    float: left;
    margin: 0 10px 10px 0;
}
ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
    clear: both;
}
ul.listenobjekt li.mitarbeiter img {
    float: right;
    margin: 0 0 10px 10px;
}
ul.listenobjekt li.mitarbeiter a {
    text-decoration: underline;
}
ul.listenobjekt li.news {

}
ul.listenobjekt li.default {

}

div.teaser {
    margin: 0px;
    padding: 10px 0 20px 0;
    background: url(/static/img/content-trenner.gif) no-repeat bottom transparent;
}

div.teaser img {
    float: left;
    margin: 0 10px 10px 0;
}

/* News */
.newsbild {
    border: 1px solid green;
}

/* Kontaktformular */
form.kontaktformular {
    margin: 0;
    width: 430px;
}
form.anmeldung {
    margin: 0;
    width: 460px;
}
form.kontaktformular div {
    padding: 0 0 10px 0;
}
form.kontaktformular label {
}
form.kontaktformular label.block {
    display: block;
}
form.kontaktformular div.fehler {
    color: red;
    font-weight: bold;
}
form.kontaktformular input {
    width: 400px;
    margin: 0;
}
form.kontaktformular textarea {
    width: 400px;
}
form.kontaktformular input.checkbox {
    width: 15px;
    border: none;
    margin-right: 5px;
}
form.kontaktformular input.radio {
    width: 15px;
    margin-right: 5px;
    border: none;
}
form.kontaktformular input.submitbutton {
    width: 150px;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: center;
}

form.kontaktformular ul.errors {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
form.kontaktformular ul.errors li {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: red;
}

textarea, input {
    font-family: Verdana, Arial;
    font-size: 1em !important;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/* Banner */
#banner {
    margin: 10px auto 10px auto;
    width: 88px;
    height: 41px;
}



/* Allgemeine Formatierung fuer Formular-Elemente */
form fieldset {
    background-color: #f2f2f2;
    border: 1px solid #d6d5da;
	padding: 10px;
}

form fieldset legend {
    display: none;
}

form fieldset fieldset.group {
    /*
    border-top: 1px solid #d6d5da !important;
    border-bottom: 1px solid #d6d5da !important;
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
    padding: 10px 0 0 0 !important;
    */
    padding: 5px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-bottom: 10px;
}

form fieldset input,
form fieldset textarea {
    padding: 2px 3px;
    border: 1px solid #d6d5da;
}

form fieldset input.text {
    width: 400px;
}

form fieldset textarea.textarea {
    width: 400px;
}

form fieldset input.checkbox {
    border: 0;
}

form fieldset input.text_mittel {
    width: 313px;
}

form fieldset input.text_kurz {
    width: 75px;
}

form fieldset input.text_sehrkurz {
    width: 40px;
}

form fieldset div.column {
	float: left;
    width: 265px;
	margin: 0 15px 0 0;
}

form fieldset input.button {
    color: #fe7d21;
    font-weight: bold;
    background-color: #fff;
}

form fieldset select {
    width: 375px;
    border: 1px solid #d6d5da;
}

form fieldset select.verkuerzt {
    width: 385px;
}

form fieldset div.label {
    float: left;
    width: 150px;
    font-weight: bold;
}

form fieldset div.description-hidden {
    clear: both;
    width: 200px;
    background-color: white;
    border: 1px solid #D6D5DA;
    position: absolute;
    margin: 0 0 0 125px;
    padding: 5px;
}

form fieldset div.description {
    clear: both;
    margin: 0 0 0 23px;
    padding: 0;
    font-size: 0.9em;
}

form fieldset div.element {
    float: left;
    width: 410px;
}

form fieldset div.element label {
    font-weight: normal;
}

form fieldset div.trenner {
    clear: left;
    height: 10px;
}

form fieldset div.group {
    border: 1px solid #D6D5DA;
    margin-bottom: 10px;
    padding: 5px;
}
form fieldset div.group div.element {
    width: 400px;
}

/* Steuerberater-Suchservice */
#steuerberater-suchservice fieldset input.radio {
    border: 0;
}

#steuerberater-suchservice fieldset input.button_action {
    text-indent: -10000px;
    overflow: hidden;
    width: 16px;
    margin: 5px 0;
    padding: 0 0 0 16px;
    border: none;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
}

#steuerberater-suchservice fieldset input.button_action.button_action-add {
    background-image: url(/static/img/icon-add.png);
}

#steuerberater-suchservice fieldset input.button_action.button_action-remove {
    background-image: url(/static/img/icon-delete.png);
}

.messageBox {
    padding: 5px 5px 5px 26px;
}

.messageBox.success {
    border: 1px solid #36db0f;
    background: url(/static/img/accept.png) 5px 6px no-repeat #eefee7;
}

.messageBox.error {
    border: 1px solid #dd3620;
    background: url(/static/img/icon-error.png) 5px 6px no-repeat #fbefed;
}


.messageBox.steuerberater-logout {
    margin: 0 2px 1.00em 2px;
    border: 1px solid #d6d5da;
    background: url(/static/img/icon-user.png) 5px 6px no-repeat #fff;
}


/** Diverses */
table.content {
    width: 100%;
    margin-top: 20px;
}
table.content th,
table.content td {
    text-align: left;
    vertical-align: top;
}

table.content th {
    padding: 3px;
    background-color: #F1F1F1;
    border-top: 1px solid #C4C5C7;
}
table.content th.ausgabe {
    width: 15%;
}
table.content th.redner {
    width: 25%;
}
table.content th.preis {
    width: 22%;
    text-align: right;
}
table.content td.preis {
    text-align: right;
}
table.content th.anzahl {
    width: 15%;
}

table.content td {
    padding: 3px 3px 10px 3px;
    border-bottom: 1px solid #C4C5C7;
}

#content h2.gremium {
    display: block;
    width: 100%;
    padding: 3px;
    margin: 0;
    background-color: #F1F1F1;
    border-top: 1px solid #C4C5C7;
}

#content ul.gremium {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}
#content ul.gremium li {
    margin: 5px 0 0 0;
    padding: 0;
}

#content ul.gremium li ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

#content ul.gremium li ul li {
    margin: 5px 0 0 0;
    padding: 0;
}

#content ul.gremium li.mitglied {
    clear: both;
    margin: 0px;
    padding: 10px 0 20px 0;
    background: url(/static/img/content-trenner.gif) no-repeat bottom transparent;
}
#content ul.gremium li.last {
    background: none !important;
}
#content ul.gremium li.mitglied img {
    float: right;
    margin: 0 0 10px 10px;
}
#content ul.gremium li.mitglied a {
    text-decoration: underline;
}

#content ul.sitemap {
	margin: 0 0 0 30px;
	padding: 0;
}
#content ul.sitemap li {
    margin-bottom: 10px;
}
#content ul.sitemap ul li {
    margin-bottom: 0;
}
#content ul.sitemap li a {
    font-weight: bold;
    color:#242F74;
}
#content ul.sitemap ul li a {
    font-weight: normal;
}



table.bildarchiv {
    width: 100%;
}
table.bildarchiv td {
    width: 25%;
    background-color:#F1F1F1;
    border-top: 1px solid #C4C5C7;
    padding: 10px;
    vertical-align: top;
}
table.bildarchiv td div {
    margin-bottom: 10px;
}

div.bildarchiv-detail {
    width: 100%;
    background-color:#F1F1F1;
    border-top: 1px solid #C4C5C7;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

form.publikationen input.menge {
    width: 30px;
    border: 1px solid #C4C5C7;
}
form.publikationen input.submit {
    background-color: white;
    border: 1px solid #C4C5C7;
    text-align: center;
}
form.publikationen input.disabled {
    background-color: #F1F1F1;
}
div.fehler {
    font-weight: bold;
    color: red;
}






.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}
.jcarousel-next {
    z-index: 3;
}
.jcarousel-prev {
    z-index: 3;
}

.jcarousel-skin-default .jcarousel-container-vertical {
    height: 150px;
    width: 590px;
}
.jcarousel-skin-default .jcarousel-clip-vertical {
    height: 155px;
    width: 590px;
}

.jcarousel-skin-default .jcarousel-item {
    height: 155px;

}
.jcarousel-skin-default .jcarousel-item-vertical {
    width: 550px;
    overflow: hidden;
}

.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
    cursor: pointer;
    position: absolute;
}
.jcarousel-skin-default .jcarousel-next-vertical {
    bottom: 20px;
    height: 8px;
    right: 10px;
    width: 10px;
    font-size: 13px;
    font-weight: bold;
    background: url(/static/img/pfeil_runter_0.gif) no-repeat;
}
.jcarousel-skin-default .jcarousel-next:hover {
    background: url(/static/img/pfeil_runter_1.gif) no-repeat;
}
.jcarousel-skin-default .jcarousel-prev-vertical {
    height: 8px;
    right: 10px;
    top: 0px;
    width: 10px;
    font-size: 13px;
    font-weight: bold;
    background: url(/static/img/pfeil_hoch_0.gif) no-repeat;
}
.jcarousel-skin-default .jcarousel-prev:hover {
    background: url(/static/img/pfeil_hoch_1.gif) no-repeat;
}

#flash-mitgliedsverbaende {
	margin-top: 15px;
}
#flash-mitgliedsverbaende div.noscript {
    padding: 10px;
}
#flash-mitgliedsverbaende div.noscript a {
    color: #000000;
}
#flash-mitgliedsverbaende div.noscript a:hover {
    color: #F56C09;
    text-decoration: none;
}

.paginationControl span {
	display: inline-block;
    padding: 1px 2px;
	font-weight: bold;
    border: 1px solid #000;
}

.paginationControl a {
    display: inline-block;
    padding: 1px 2px;
}

/* newsletter */


#newsletterformular {
    padding: 5px 0;
    margin: 0;
    /*width: 530px;*/
}

#newsletterformular dl.zend_form {
    width: auto;
}

#newsletterformular dl.zend_form dt {
    clear: both;
    float: left;
    margin: 5px;
    width: 130px;
}

#newsletterformular dl.zend_form dd {
    float:left;
    margin:5px;
    width: 400px;
}

#newsletterformular dl.zend_form dd input, #newsletterformular dl.zend_form dd textarea, #newsletterformular dl.zend_form dd select  {
    width: 300px;
}

#newsletterformular dl.zend_form dd input.checkbox, #newsletterformular dl.zend_form dd input.radio {
    width: auto;
}

#newsletterformular #datenschutzerklaerung {
    height: 300px;
}


/**
 * ForgotPassword Styles
 */

#forgotPassword {
	margin-bottom: 20px;
}

form#forgotPasswordForm {
    padding-top: 20px;
}

#forgotPassword div {
	clear: both;
}

#forgotPassword label.label {
	float: left;
	width: 150px;
}

#forgotPassword .standard-input {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#forgotPassword select.standard-input {
	width: 204px;
}

#forgotPassword .submit-button {
	float: left;
	margin-left: 150px;
	width: 200px;
	border: 1px solid #747474;
	background-color: #FFFFFF;
}

#forgotPassword ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#forgotPassword p.message {
	font-weight: bold;
}

/**
 * End ForgotPassword Styles
 */


a.link-button,
a.link-button:hover,
a.link-button:visited,
a.link-button:active {
    display: inline-block;
    height: 17px;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}