/********* Layout **********/

html {
    height:100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font: normal 0.8em verdana, arial, sans-serif;
    background-color: #EEEEEE;
    color:#000000;
}

.wrap {
    background: url(/img/background.gif) top left repeat-y;
    min-height: 100%;
    width: 800px;
    margin: auto;
    position: relative;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

* html .wrap {
    height: 100%;
}

.inner-wrap {
    padding-bottom: 20px;
}

.inner-wrap:after {
    content:" ";
    display:block;
    clear:both;
}

.header {
    margin: 0px;
    padding: 0px;
    font: normal 0.85em verdana, arial, sans-serif;
    background-color: #ffffff;
    overflow: hidden;
    height: 195px;
}

.header div.headimg {
    float: right;
    width: 800px;
    height: 174px;
    padding: 0;
    margin: 0;
}


.header .bottom {
    float: right;
    width: 640px;
    height: 21px;
    background-color: #FF9000;
    font-weight: bold;
    overflow: hidden;
}

p {
    margin: 5px;
    padding: 0px;
}

.imgBorder {
    border: 1px solid #FF9000;
}


.left {
    float: left;
    width: 160px;
    font: normal 0.85em verdana, arial, sans-serif;
}

.left .teaser {
	   background: #E6E7E9;
    padding: 15px 10px 15px 15px;
    border-bottom: 1px solid #FF9000;
}


.header .left {
    text-align: center;
    padding-top: 53px;
}

.left div.login {
    padding: 10px 0 0 15px;
}

.left div input.input {
    width: 130px;
}

.left div input.text-submit {
    color: #fff;
    font-weight: bold;
}

.main {
    margin-left: 160px;
}

.right {
    float: left;
    width: 160px;
    overflow: hidden;
}

.right .teaser {
    font: normal 0.85em verdana, arial, sans-serif;
    width: 135px;
    overflow: hidden;
   	background: #E6E7E9;
    padding: 15px 10px 15px 15px;
    border-bottom: 1px solid #FF9000;
}


.header .right input.input {
    width: 80px;
}

.content {
    float: left;
    padding: 15px 20px;
    width: 440px;
}

* html .content {
    width: 443px;
}

.footer {
    position: absolute;
    bottom: 0px;
    height: 20px;
    background-color: white;
    font: normal 0.85em verdana, arial, sans-serif;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color:#000000;

}

.footer div {
    padding: 3px 15px 3px 15px;
    text-align: center;
}

.formular {
    background-color: #D5E6A2;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

* html .main,
* html .content,
* html .inner-wrap {
    height:1px;
}

.statistik-box {
	border: 1px solid #FF9000;
    background-color: #D5E6A2;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}

.statistik-detail {
	border: 1px solid #FF9000;
}

.org-logo {
    border: 0px;
}

.content ul {
	margin-left: 20px;
}

/* wird ueberall verwendet, wo unten die border gesetzt ist */
.gross-teaser {
	border: 0px;
	border-bottom: 1px solid #FF9000;
	padding: 15px 0px 15px 0px;
}


/********* Navigationen **********/

/*** Headnavi ***/
.header .bottom ul {
    margin: 3px 0 1px 20px;
    list-style-type: none;
}

.header .bottom ul li {
    margin: 0 20px 0 0;
    float: left;
}

.header .bottom a {
    color: white;
    text-decoration: none;
}

.header .bottom a:hover, .header .bottom a.active {
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
}

.header div.navi {
    padding: 10px 0 0 15px;
}

.suche {
    background: #FF9000;
    padding: 15px 0pt 20px 15px;
    margin: 0;
    width: 145px;
}

* html .suche {
    margin-top: -6px;
    margin-right: 3px;
}

/*** Unternavi links ***/
.left ul {
    padding: 15px 0 10px 15px;
    list-style-type: none;
    background-color: #FF9000;
}

.left ul li {
    margin: 0 0 8px 0;
}

.left a, .left a.logout {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.left a:hover, .left a.active, .left a.logout:hover {
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
}

/* Ebene 2*/
.left ul li ul {
    padding: 8px 0 0 20px;
}

/*** Navi rechts ***/
.header .right div ul {
    list-style-type: none;
}

.header .right div ul li a {
    text-decoration: none;
}




/********* Schriften und Links **********/

.bold {
    font-weight: bold;
}

.gruen {
    color: #FF9000;
}

.blau {
    color: #0029B3;
}

img {
    border: none;
}

a {
    color: #FF9000;
    text-decoration: underline;
}

a img {
    border: none;
}

a.ohne {
    color: #000000;
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0em 0em 1em 0em;
}

h1, h1 a {
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
}

h2, legend, h2 a {
    color: #FF9000;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
}

hr {
    background-color: #FFFFFF;
    color: #FF9000;
    height: 1px;
}

p {
    margin-left: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

input {
    margin-top: 4px;
}

textarea {
    font-family: verdana, arial;
}

textarea.input, 
select.input,
input.input {
    border: 1px solid #B8B8B8;
    background-color: white;
    font-size: 1.00em;
    padding: 1px;
}

input.text-submit {
    border: 0;
    background-color: transparent;
    font-size: 1.00em;
    padding: 1px;
    color: #FF9000;
    color: #0029B3;
    cursor: pointer;
}

input.login-submit{
    background-color:#02cf44;
    margin: 5px 10px 0px 6px;
    padding: 0px;
    width: 100px;
    height: 20px;
    font-weight: bold;
    color:white;
    border:none;
    cursor: pointer;
}

input.text-submit.white {
    font-weight: bold;
    color: #FFFFFF;
}

input.text-submit.underline {
    font-size: 1em;
    text-decoration: underline;
    padding-bottom: 0px;
    border-bottom: 1px solid #FF9000;
}

input.input-checkbox{
    background-color: transparent;
    border:none;
}

label.input-check{
    background-color: transparent;
    color: #0029B3;
    font-size: 1.00em;
    cursor: hand;
    cursor: pointer;
    padding-bottom:5px;
}

table.pliste {
    text-align: left;
}

th.preis,
td.preis {
    text-align: right;
    padding-right: 20px;
}

.clear {
    clear: both;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.fehler {
    font: normal 0.85em verdana, arial, sans-serif;
    color: #FF0000;
}

.label {
    float: left;
    width: 230px;
    padding: 7px 0px 2px 0px;
}

.label.kurz {
    width: 180px;
}

.bestellung-input {
    margin: 2px 0px 2px 0px;
    float: left;
    width: 200px;
}

.kontakt-input {
    margin: 2px 0px 2px 0px;
    float: left;
    width: 250px;
}

div.radiodiv {
   float: left;
   margin-right: 20px;
} 

.checkpadding {
    float: left;
    padding: 0px 5px 0px 20px;
}

.senden {
    width: 400px;
    float: left;
}

ul.index {
    text-align: center;
    line-height: 1em;
    font-weight: bold;
    margin-left: 0px;
}

ul.index a{
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
    text-decoration: none;
}

ul.index a.highlight{
    color: #FF9000;
}

ul.index li{
    display: inline;
    border-right: 1px solid #0029B3;
    padding-right: 0.2em;
}

* html ul.index li{
    padding: 0px 1px 0px 5px;
}

ul.index li.last{
    border-right: 0px;
}

ul.anker {
    line-height: 1.2em;
    font-weight: bold;
    color: #FF9000;
}

ul.anker a{
    color: #FF9000;
    text-decoration: none;
}


ul.pm {
    line-height: 1.2em;
    color: #000000;
    list-style-type: none;
}

ul.pm li{
    margin-left: -20px;
}

ul.pm a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

ul.dienstleistungen li{
    margin: 10px 0px 5px 0px;
}


input.checkandradio {
    border: none !important;
}


/********* Map24 **********/

.map24-main {
    float: right;
    font-size: 0.85em;
    margin: 0px 0px 0px 20px;
}

.map24-form {
    width: 198px;
    font-size: 1em;
    border: 1px solid #BEBEBE;
    background-color: #F8F9FA;
}

.map24-top {
    background-image: url(http://img.map24.com/map24/link2map24/de-DE/routeto_header.gif);
    background-repeat: no-repeat;
    padding: 34px 0px 20px 8px;
    font-weight: bold;
    color: white;
    background-color: white;
}

.map24 {
    color: #586A75;
}

.map24.headline {
    background-color: #EDEFF1;
    padding: 3px 0px 4px 8px;
}

.map24.text {
    padding: 8px 6px 6px 8px;
}

.map24.bottom {
    float: right;
    margin-bottom: 0px;
}

* html .map24.text {
    margin-bottom: 6px;
}

.map24-input {
    font-size: 1em;
    border: 1px solid #BEBEBE;
}

.map24-input.type-text {
    width: 179px;
}



/********* Bildergalerie ***************/

.gallery {
}

.gallery td {
    text-align: center; background: #FFD7A3;
}

.fussindex {
    border-top: 1px solid #FF9000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding: 5px;
}

* html .fussindex {
    margin-top: 50px;
}

.fussindex ul {
    line-height: 1.5em;
    margin: 0px;
}

.fussindex ul li{
    display: inline;
    padding: 0px 5px 0px 1px;
    border-right: 1px solid #0029B3;
}

* html .fussindex ul li{
    padding: 0px 1px 0px 5px;
}

.fussindex ul li.last {
    border-right: 0px;
}

.fussindex ul a{
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
    text-decoration: none;
}

/**************Tabellen **************/


table.standard {
    border-top: 1px solid black;
}

table.box-rahmen {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

table.standard td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4px;
}

table.standard td.no-right-border {
    border-right: 0px;
}

/**************Sitemap ***************/

ul.sitemap li {
    line-height: 1.5em;
    list-style-type: square;
    font-weight: bold;
}

ul.sitemap li ul li{
    font-weight: normal;
}

ul.sitemap li ul li ul li{
    font-size: 0.85em;
}

/**************Sonstige **************/

.termin {
    float: left;
    width: 140px;
}

.termintext {
    float: left;
    width: 300px;
}

.cfix {display: inline-table;}
/* Hides from IE-mac \*/
.cfix {height:1px;}
/* End hide from IE-mac */

h2.bereich {
    float: left;
    width: 140px;
    margin-right: 15px;
}

.person {
    width: 280px;
    margin-bottom: 1em;
}

div.ansprechpartner-block {
    margin-top: 2em;
}

p.ansprechpartner {
    margin-bottom: 1em;
}


/********************Mitgliederservice-Link***************/
/*** Unternavi links ***/
.left ul.ms {
    padding: 15px 0 10px 15px;
    list-style-type: none;
    background-color: #D5E6A2; /* Pantone Green 354c, CMYK 90c 80g  */
}

.left ul.ms li {
    margin: 0 0 8px 0;
}

.left ul.ms li a, .left a.logout {
    color: #FF9000;
    font-weight: bold;
    text-decoration: none;
}

.left ul.ms li a:hover, .left ul li a.active, .left a.logout:hover {
    color: #0029B3; /* Pantone Reflex Blue C, 90c 70m */
}

