* {
    margin: 0;
    padding: 0;
    border:0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height: 17px;
    color: #333333;
}

body {
    background:#FFF7EF none repeat scroll 0 0;
    height:100%;
    max-height:100%;
    text-align: center;
}


/* Überschriften */

h1 { 
    font-size: 15px;
    padding: 5px 0 15px 0;
}

h2 {
    font-size: 13px;
    padding: 5px 0 10px 0;
}



/* links */

a {
    /* color: #558E1B; */
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dashed darkgreen;
}

a:hover {
    border-bottom: 1px solid darkgreen;
}


#page {
    height: 80%;
    margin: auto;
	position: relative;
}

#page,
#footer {
    width: 1050px;
}

#header {
    width: 100%;
    height: 95px;
    overflow: hidden;
    background-image: url(../images/header_middle.jpg);

}

#header_left {
    width: 420px;
    float: left;
    height: 95px;
    background-image: url(../images/header_left.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
}

#header_right {
    width: 293px;
    float: right;
    height: 95px;
    background-image: url(../images/header_right.jpg);
    background-repeat: repeat-y;
}


#main {
    overflow:hidden;
    background-color: #FFFFFF;
    background-image: url(../images/main.jpg);
    height: 700px;
}

/*
* html #main  {
	height: 650px;
}
*/

/* Menu */

#menu {
    display:block;
    border:0px;
    width:140px;
    z-index:6;
    text-align: center;
    vertical-align: top;
    float: left;
    height: 100%;
    padding-left: 35px;
    padding-bottom: 30px;
    overflow: hidden;

}

/*
* html #menu {
    padding-top: 0px;
    width: 175px;
    margin-top: -10px;
}

*/


div#menu_top {
    background-image: url(../images/menu_top.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
}

/*
* html div#menu_top {
    height: 20px;
}
*/

div#menu_bottom {
    background-image: url(../images/menu_bottom.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 7px;
    padding-bottom: 10px;
}

div#menu ul.mainMenu {
    background-image: url(../images/menu_main.gif);
    background-position: center;
    background-repeat: repeat-y;
    list-style-type: none;
}
div#menu ul li {
    padding-right: 5px;
}

div#menu ul li a {
    font-size:14px;
    font-weight:bold;
    color:#9DCB69;
    line-height: 20px;
    height: 20px;
    font-family:verdana,arial,sans-serif;
    display: block;
    text-align: right;
    text-transform: lowercase;
    width: 110px;
    padding: 2px 5px;
    text-decoration: none;
    overflow: hidden;
}

div#menu ul li a:hover {
    color: #558E1B;
}

div#menu ul li a {
    border: none;
}


div#menu ul li.active a {
    color: #333333;
}


div#menu ul li ul.subMenu {
    display: none;
    list-style-type: none;
}

div#menu ul li ul.subMenu li a {
    font-size: 90%;
    color:#9DCB69;
    height: 14px;
    line-height:14px;

}


/* Menu 3. Ebene */

div#menu ul li ul.subMenu li ul.subMenu li a {
    font-size: 80%;
    color:#9DCB69;
    height: 12px;
    line-height:12px;

}

/* Menu allgemein */

div#menu ul li ul.subMenu li ul.subMenu li.active a,
div#menu ul li ul.subMenu li.active a {
    color: #333333;
}

div#menu ul li.active ul li.active ul.subMenu,
div#menu ul li.active ul.subMenu {
    display: block;
}


div#menu ul li ul.subMenu li ul.subMenu li a:hover,
div#menu ul li ul.subMenu li a:hover {
    color: #558E1B;
}

div#main {
    padding-bottom: 60px;
}

*:not(hr) div#main {
    padding-bottom: 50px;
}


div#content {
    height: 100%;
    text-align: left;
    padding-right: 50px;
    padding-left: 15px;
    padding-bottom: 30px;
    margin-right: 30px;
    margin-bottom: -20px;
    overflow: auto;

}

div#content p {
    padding-bottom: 10px;
}

/*
* html div#content {
    height: 95%;
}
*/

div#content dd {
    margin: 0;
    padding: 0;
}

div#footer {
    clear: both;
    margin-top: -30px;
    height: 44px;
    background-image: url(../images/footer_middle.jpg);
    overflow: hidden;
    background-repeat: repeat-x;
}


#footer_left {
    width: 90px;
    float: left;
    height: 100%;
    background-image: url(../images/footer_left.jpg);
}


#footer_right {
    width: 90px;
    float: right;
    height: 100%;
    background-image: url(../images/footer_right.jpg);
}


#foots ul {
    list-style-type: none;
    padding-right: 30px;
    padding-bottom: 50px;
    margin-top: -10px;
    width: 500px;
    float: right;
}

#foots ul li {
    float: right;

}

#foots ul li a {
    font-size: 90%;
    border: 0px;
    color: #558E1B;
    font-weight: bold;
    text-transform: lowercase;
    padding-left: 20px;
}

#foots ul li.active a,
#foots ul li a:hover {
    text-decoration: underline;
    color: black;
}


#copyright {
    width: 200px;
    overflow: hidden;
    float: left;
    font-size: 80%;
    padding-left: 20px;
    margin-top: -10px;
}

/* images */
dd.csc-textpic-caption {
    color: #558E1B;
    font-size: 80%;
    text-align: center;
    line-height: 12px;
    padding-top: 2px;
}

dl.csc-textpic-image {
    padding-bottom: 5px;
}


dl.csc-textpic-image a {
    border: none;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: 1px solid #9DCB69;
}

div.tx-rlmpflashdetection-pi1 {
    padding-left: 70px;
}

form#mailform {
    position: relative;

}

form#mailform div.csc-mailform-field {
    padding-top: 10px;
}

form#mailform label {
    height: 20px;
}

form#mailform input, 
form#mailform select,
form#mailform textarea {
    position: absolute;
    left: 160px;
    border: 1px solid #9DCB69;
}

form#mailform input.csc-mailform-submit {
    margin-top: 86px;
    position: relative;
}

div#content table.csc-searchform td.csc-form-labelcell p {
    padding: 0px;
}

div#content table.csc-searchform input,
div#content table.csc-searchform select {
    border: 1px solid #9DCB69;
    margin-top: 5px;
}
div#content table.csc-searchform td.csc-form-labelcell {
    font-weight: bold;
}

body#uid1 h1 {
    display: none;
}

/* popup */

body#uid54 {
    background-color: #FFFFFF;
}

body#uid54 div#header,
body#uid54 div#menu,
body#uid54 div#footer {
    display: none;
}

body#uid54 div#main {
    background-image: none;
}

body#uid54 div#page {
    width: 100%;
}

body#uid54 div#content {
    padding: 30px;
}

div.tx-pilmailform-pi1 table tr td,
div.tx-pilmailform-pi1 table tr {
    height: 20px;
}

div.tx-pilmailform-pi1 table tr td {
    padding: 5px;
}

div.tx-pilmailform-pi1 input,
div.tx-pilmailform-pi1 select,
div.tx-pilmailform-pi1 textarea {
    border:1px solid #9DCB69;
}

table.news .title {
    margin-bottom: 10px;
}

table.news .title a {
    border-bottom:1px dashed darkgreen;
    color:#333333;
}

table.news div.image {
    float: left;
    padding-right: 5px;
}



table.news div.image a {
    border: none;
}

table.news div.sub {
    float: left;
    margin-bottom: 10px;
}

div#content table.news div.sub p {
    margin: 0;
    padding: 0;
}

table.news div.more {
    float: left;
    clear: both;
}


news-single-img {
    vertical-align: middle;
    text-align: center;
}

div.news-single-img a {
    width: 250px;
    overflow: hidden;
    text-decoration: none;
    border: none;
}

div.news-single-img img {
    padding: 5px;
	float: left;
}

p.news-single-imgcaption {
    display: none;
}

div.news-back {
    margin-top: 10px;
}

div.clear {
    clear: both;
}

/* offer */

a img {
	border: none;
}


a#offer img {
	position: absolute;
}

a#offer:hover img#offer_hide {
	display: block;
}

a#offer:hover img#offer_show {
	display: none;
}

a#offer img#offer_ie6 {
	display: none;
}
a#offer img#offer_ie6,
a#offer img#offer_show {
	top: 80px;
	right: 25px;
}

a#offer img#offer_hide {
	top: 87px;
	right: 18px;
}
	 
img.hide {
	display: none;
}	 
	 
img.show {
	display: block;
}	 

 
/* IE 6 */

* html a#offer:hover img#offer_hide,
* html a#offer img#offer_show,
* html a#offer img#offer_hide {
	display: none;
}

* html a#offer img#offer_ie6 {
	display: block;
}


	 