/* ************************************************************************************** 
   *********************************** Allgemeine Styles ********************************
   ************************************************************************************** */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
}
td {
	font-size: 12px;
}
a {
	color: #709E41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contentbereich {
	margin-bottom: 20px;
}
#contentbereich hr {
	height: 0px;
	width: 100%;
	border-top: 1px #c5c5c5;
	border-right: 1px #c5c5c5;
	border-bottom: 1px dashed #c5c5c5;
	border-left: 1px #c5c5c5;
	padding: 5px;
	text-align: left;
}
#contentbereich ul li {
	margin-bottom: 3px;
}
#breadcrump {
	font-size: 11px;
	color: #5D8B2E;
	text-align: right;
	margin-top: 13px;
}
#contentbereich h1 {
	font-size: 16px;
	color: #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 25px;
}
#contentbereich ol li {
	list-style-image: none;
}
#contentbereich h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 8px 7px;
}
#contentbereich h3 {
	font-size: 14px;
	font-weight: bold;
}
#contentbereich a {
	color: #5D8B2E;
}
#contentbereich li {
	list-style-type: square;
}
#contentbereich .zurueckzumseitenanfang .zurueck {
	font-size: 11px;
}
#contentbereich .zurueckzumseitenanfang a {
	background-image:  url(../images/nachOben.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 18px;
	padding-right: 10px;
	color: #545454;
	text-decoration: none;
	border: 1px solid #E4E4E4;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentbereich .zurueckzumseitenanfang a:hover, .zurueck a:hover {
	background-color: #F1F1F1;
}
#contentbereich .zurueck a {
	background-image:  url(../images/zurueck.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 17px;
	padding-right: 10px;
	color: #545454;
	text-decoration: none;
	border: 1px solid #E4E4E4;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentbereich form {
	padding: 10px;
	background-color: #FBFBFB;
	border-top: 1px solid #709E41;
	border-right: 1px none #709E41;
	border-bottom: 1px solid #709E41;
	border-left: 1px none #709E41;
}
#sprungmenue {
	background-color: #F9F9F9;
	border-top: 1px solid #993333;
	border-right: 1px none #993333;
	border-bottom: 1px solid #993333;
	border-left: 1px none #993333;
}
#sprungmenue ul li {
	list-style-image:  url(../images/sprungmenue.gif);
}
#unterseiten ul li {
	list-style-image: url(../images/unterseiten.gif);
}
.formobjektNoSize, .formobjekt, .formobjektklein, .formobjektkleinPlz, .formobjektkleinCity {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	padding-left: 5px;
}
.formobjekt{
     width: 390px;
}
.formobjektklein {
    width: 265px;
}
.formobjektkleinPlz {
    width: 70px;
}
.formobjektkleinCity {
    width: 190px;
}
.formobjektNoSize {
	padding-left: 0px;
}
#sitzungstermine p {
	padding-bottom: 5px;
}
#sitzungstermine form {
	margin-top: 5px;
	margin-bottom: 10px;
}
#sitzungstermine input {
	margin-top: 5px;
}

/* **************************************** Bilder ************************************** */

.pictureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.image {
	border: 1px solid #CCCCCC;
}
.imageRight {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
	margin-top: 5px;
}
.imageLeft {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
}

/* *************************************** Infobox ************************************** */

#infoboxbereich {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/infoboxBg.gif);
}
#infoboxbereich h2 {
	font-size: 11px;
	background-image:  url(../images/infoboxH2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #5E5E5E;
	background-color: #F5F5F5;
	background-position: 10px 9px;
	margin: 0px;
	border: 1px solid #DEDEDE;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#infoboxbereich p {
	margin: 0px 20px 0px 0px;
	text-indent: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575648;
}
#infoboxbereich a {
	color: #000000;
}
#infoboxbereich ul {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 18px;
	text-indent: 0px;
	list-style-image:  url(../../berglen.neu/images/infoboxUl.gif);
}
.infobox {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#infoboxFooter {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	margin: 20px 0px 0px;
	padding: 0px;
}

/* ************************************ Aktuellbereich ********************************** */

.aktuell {
	padding-bottom: 5px;
}
.aktuellbereichDate {
	font-size: 11px;
	font-style: italic;
}

/* ************************************************************************************** 
   ************************************* Menüsteuerung **********************************
   ************************************************************************************** */
   
div.menue p, div.menue p a:hover, div.menueActive p, div.menueActive p a:hover, div.menueSubSub p, div.menueSubSub p a:hover, div.menueSubSubActive p, div.menueSubSubActive p a:hover, div.menueSub p, div.menueSub p a:hover, div.menueSubActive p, div.menueSubActive p a:hover {
	background-image:  url(../images/menue.gif);
}
div.menueSubSub p, div.menueSubSub p a:hover, div.menueSubSubActive p, div.menueSubSubActive p a:hover {
	background-color:  url(../images/menue.gif);
}

/* ************************************** Menüebene 1 *********************************** */
/* ****** normal ****** */

div.menue {
	height: auto;
	width: 214px;
}
div.menue p {
	height: 22px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A8A8A;
	line-height: 22px;
	list-style-type: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.menue p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #8A8A8A;
	padding-left: 21px;
}

div.menue p a:hover {
	color: #535353;
	background-repeat: no-repeat;
	background-position: 0px -22px;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueActive {
    height: auto;
    width: 214px;
}

div.menueActive p{
	height: 22px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	line-height: 22px;
	list-style-type: none;
	background-position: 0px -22px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div.menueActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #535353;
	padding-left: 21px;
}

div.menueActive p a:hover {
    color: #202020;
	background-position: 0px -22px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************** Menüebene 2 *********************************** */

/* ****** normal ****** */

div.menueSub {
    height: auto;
    width: 214px;
}
div.menueSub p {
	height: 20px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A8A8A;
	line-height: 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
}
div.menueSub p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #8A8A8A;
	padding-left: 21px;
}
div.menueSub p a:hover {
	color: #709E41;
	background-position: 0px -64px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueSubActive {
    height: auto;
    width: 214px;
}
div.menueSubActive p {
	height: 20px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	list-style-type: none;
	background-position: 0px -64px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.menueSubActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #709E41;
	padding-left: 21px;
}
div.menueSubActive p a:hover {
	color: #709E41;
	background-position: 0px -64px;
	background-repeat: no-repeat;
	text-decoration: none;
}


/* ************************************** Menüebene 3 *********************************** */

/* ****** normal ****** */

div.menueSubSub {
    height: auto;
    width: 214px;
}

div.menueSubSub p {
	height: 20px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A8A8A;
	line-height: 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px -84px;
	margin: 0px;
	padding: 0px;
}

div.menueSubSub p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #8A8A8A;
	padding-left: 40px;
}
div.menueSubSub p a:hover {
	color: #4E4E4E;
	background-position: 0px -84px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueSubSubActive {
    height: auto;
    width: 214px;
}
div.menueSubSubActive p{
	height: 20px;
	width: 214px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	list-style-type: none;
	background-position: 0px -104px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.menueSubSubActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4E4E4E;
	padding-left: 40px;
}
div.menueSubSubActive p a:hover {
	color: #4E4E4E;
	background-position: 0px -104px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************************************************************** 
   ************************************ Sonstige Styles *********************************
   ************************************************************************************** */

/* **************************************** Footer ************************************** */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535353;
	text-align: right;
	margin-bottom: 3px;
	margin-left: 61px;
}
#footer a {
	color: #535353;
}
#mnuFooter {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}

/* ************************************** Startseite ************************************ */



/* ******************************* Nicht zugeordnete Styles ***************************** */
.bgContent {
	background-image: url(../images/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: 0px 71px;
}
.bgRight {
	background-image: url(../images/bgRight.gif);
	background-repeat: repeat-x;
}

.bgRight02 {
	background-image: url(../images/bgRight02.gif);
	background-position: right;

}
.bgRight03 {
	background-image: url(../images/bgRight03.gif);


}
.suche {
	font-size: 11px;
	color: #4E4E4E;
}
.suche2 {
	font-weight: bold;
	color: #4E4E4E;
	text-align: right;
}
.suche3 {
	margin: 0px;
	padding: 0px;
}
#linksTop, #linksTop a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
}
#infoboxHome {
	background-image: url(../images/infoboxHomeBg.gif);
	background-repeat: no-repeat;
	background-position: 115px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#infoboxHome ul li {
	list-style-image: url(../images/infoboxHome.gif);
	margin-bottom: 7px;
}
#infoboxHome a {
	color: #5E5E5E;
}
#home01 {
	text-align: center;
}
.homeBgContent {
	background-image: url(../images/homeBgContent.jpg);
	background-repeat: no-repeat;
	background-position: 0px 71px;
}
#homeContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FE6039;
	margin-top: 22px;
}
#homeContent hr {
	height: 0px;
	width: 100%;
	border-top: 1px #DEDEDE;
	border-right: 1px #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px #DEDEDE;
	padding: 0px;
}
#homeContent a {
	color: #656565;
}
.homeDate {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #83B053;
	font-size: 11px;
}
#homeAlleArtikelAnzeigen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 10px;
	font-size: 10px;
}
#homeZuDenVeranstaltungen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	margin-top: 2px;
}
#homeAlleArtikelAnzeigen a, #homeZuDenVeranstaltungen a {
	color: #414141;
	text-decoration: underline;
}
#infoboxbereich #homeVeranstaltungen {
	color: #5E5E5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#infoboxbereich #homeVeranstaltungen ul li {
	list-style-image: url(../images/homeVeranstaltungen.gif);
	margin-bottom: 15px;
}
.homeTxt {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homeContent #zellHat1000Wege h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FE6039;
	margin-top: 0px;
}
#copy, #copy a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5F5F5F;
	margin-bottom: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.error {
	color: #FF0000;
}
.sucheAbsenden {
	font-size: 11px;
	background-color: #90999F;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	border: 1px solid #90999F;
	cursor: hand;


}
