/* ************************************************************************************** 
   *********************************** Allgemeine Styles ********************************
   ************************************************************************************** */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
}

td {
	font-size: 11px;
}

#contentbereich {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	margin-top: 10px;
}

#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;
}

#breadcrump {
	font-size: 11px;
	color: #585747;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	padding-right: 28px;
}

#contentbereich h1 {
	font-size: 13px;
	color: #515151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}


#contentbereich a {
	color: #7B7B7B;

}
#contentbereich li {
	list-style-image:  url(../images/aufzaehlungQuadrat.gif);
	list-style-type: square;
	padding-bottom: 10px;


}

#menuebereich {
	margin-top: 10px;
}

#sprungmenue {
	border: 1px dashed #cccccc;
	background-color: #F8F8F8;
}
#sprungmenue li {
	list-style-image:  url(../../berglen.neu/images/sprungmenue.gif);

}
#gaestebuch {
	border: 1px dashed #cccccc;
	background-color: #F8F8F8;	
	padding-left: 20px;
	padding-right: 10px;
	
}
#suchSeiten {
	border: 1px dashed #cccccc;
	background-color: #F8F8F8;	
	padding-left: 20px;
}
a {
	color: #7D7C68;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.sucheTextfeld {
	font-size: 10px;
	color: #656454;
	height: 15px;
	width: 117px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #D4DED4;
	border: 1px solid #EBEFEB;
}
#layoutBarrierefrei {
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 16px;
}
#layoutBarrierefrei a {
	color: #203084;
}
#layoutBarrierefrei01 {
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 5px;	
}
#layoutDrucken {
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
}
.popUpBody {
	background-image: none;
	margin: 10px;
}

#popUp {
	margin: 0px;
}
#popUp h1 {
	font-size: 14px;
}

/* **************************************** 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;
}
.gastronomiePic {
	width: 160px;
	float: right;
}
#imagePanorama {
	text-align: center;

}

/* *************************************** Infobox ************************************** */

#infoboxbereich {
	margin: 0px;
	padding: 0px;
	width: 205px;
}

#infoboxbereich h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	background-image:  url(../../berglen.neu/images/infoboxH3.gif);
	background-repeat: repeat-y;
	height: 27px;
	width: 205px;
	padding-bottom: 0px;
}

#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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #696963;
	font-weight: bold;
}

#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 {
	font-size: 11px;
	color: #35383B;
	margin: 0px;
	padding: 10px 0px 0px 12px;
	background-image:  url(../../berglen.neu/images/infoboxBg.gif);
	background-repeat: no-repeat;
	width: 205px;
}

.infoboxFooter {
	width: 205px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../../berglen.neu/images/infoboxFooter.gif);
	background-repeat: no-repeat;
	height: 15px;
}

/* ************************************ Aktuellbereich ********************************** */

.aktuell {
	padding-bottom: 10px;

}
.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 {
	background-image:  url(../images/menue.gif);
}
div.menueSub p, div.menueSub p a:hover, div.menueSubActive p, div.menueSubActive p a:hover {
	background-image:  url(../images/menue.gif);
} 

/* ************************************** Menüebene 1 *********************************** */
/* ****** normal ****** */

div.menue {
	height: auto;
	width: 160px;
}
div.menue p{
	height: 16px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #272727;
	line-height: 16px;
	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: #272727;
	padding-left: 15px;
}

div.menue p a:hover {
	color: #272727;
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueActive {
    height: auto;
    width: 160px;
}

div.menueActive p{
	height: 16px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #272727;
	line-height: 16px;
	list-style-type: none;
	background-position: 0px -16px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div.menueActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #272727;
	padding-left: 15px;
}

div.menueActive p a:hover {
    color: #272727;
	background-position: 0px -16px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************** Menüebene 2 *********************************** */

/* ****** normal ****** */

div.menueSub {
    height: auto;
    width: 160px;
}

div.menueSub p {
	height: 19px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4E4E;
	line-height: 21px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px -63px;
	margin: 0px;
	padding: 0px;
}

div.menueSub p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4E4E4E;
	padding-left: 25px;
}

div.menueSub p a:hover {
	color: #AF0000;
	background-position: 0px -82px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueSubActive {
    height: auto;
    width: 160px;
}
div.menueSubActive p{
	height: 19px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	list-style-type: none;
	background-position: 0px -82px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.menueSubActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #AF0000;
	padding-left: 25px;
}
div.menueSubActive p a:hover {
	color: #AF0000;
	background-position: 0px -101px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************************************************************** 
   ************************************ Sonstige Styles *********************************
   ************************************************************************************** */

/* **************************************** Footer ************************************** */

#footer, #menueLeisteOben, #madeBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	color: #D5D5C2;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;

}
#footer a {
	color: #D5D5C2;
}


/* ************************************** Startseite ************************************ */

}

#veranstaltungenDate {
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}

/* ******************************* Nicht zugeordnete Styles ***************************** */


#schnellMenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	margin-top: 28px;
	margin-right: 10px;





}

#schnellMenue a {
	color: #000000;
}

#copy, #copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4A4A4;
}


#homeCopy, #homeCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4A4A4;
	vertical-align: bottom;

}

#homeOuicklinks ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	margin-top: 10px;
	list-style-image:  url(../images/homeAufzaehlungQuadrat.gif);
}

#homeOuicklinks li {
	margin-bottom: 3px;
}


#homeOuicklinks a {
	color: #515151;
}

#homeOuicklinks {
	margin-bottom: 10px;
}

#homeAnschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	margin-top: 10px;
}

#homeAnschrift h1{
	font-size: 13px;
	color: #515151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

