/* ************************************************************************************** 
   *********************************** Allgemeine Styles ********************************
   ************************************************************************************** */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
}

td {
	font-size: 12px;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#contentbereich {
	color: #687176;
}

#contentbereich hr {
	height: 0px;
	width: 100%;
	border-top: 1px #E1E1E1;
	border-right: 1px #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px #E1E1E1;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contentbereich h1 {
	font-size: 16px;
	font-weight: bold;
	color: #607F5A;
	margin-top: 44px;
	margin-bottom: 27px;
}
#contentbereich h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
#contentbereich a {
	color: #2F2F2F;
}
.formobjekt, .formobjektklein, .formobjektkleinPlz, .formobjektkleinCity {
    background-color: #F6F6F6;
    border: 1px solid #D2D2D2;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formobjekt {
     width: 400px;
}
.formobjektklein {
    width: 300px;
}
.formobjektkleinPlz {
    width: 70px;
}
.formobjektkleinCity {
    width: 225px;
}

/* **************************************** 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;
}

/* *************************************** Infobox ************************************** */

#infoboxbereich {
	margin: 0px;
	padding: 31px 0px 0px 35px;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bg03.jpg);
	background-repeat: no-repeat;
	height: 201px;
}

.topNews h2 {
	color:#607F5A;
margin-left:26px;

}
.topNews  {
	float: left;
	margin-top: -15px;

}

#infoboxbereich h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#infoboxbereich p {
	margin: 0px 20px 0px 0px;
	text-indent: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#infoboxbereich a {
	color: #FFFFFF;
}

#infoboxbereich ul {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 18px;
	text-indent: 0px;
}

.infobox {
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6E8D2;
	border-right-color: #F6E8D2;
	border-bottom-color: #F6E8D2;
	border-left-color: #F6E8D2;

}

/* ************************************ Aktuellbereich ********************************** */

.aktuell {
	padding-bottom: 10px;
}
.aktuellbereichDate {
	font-size: 11px;
	color: #797979;
	font-weight: bold;
}

/* ************************************************************************************** 
   ************************************* 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: 208px;
}
div.menue p{
	height: 25px;
	width: 208px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #607F5A;
	line-height: 25px;
	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: #607F5A;
	padding-left: 47px;
}

div.menue p a:hover {
	color: #445F3F;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueActive {
    height: auto;
    width: 208px;
}

div.menueActive p{
	height: 25px;
	width: 208px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #445F3F;
	line-height: 25px;
	list-style-type: none;
	background-position: 0px -25px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div.menueActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #445F3F;
	padding-left: 47px;
}

div.menueActive p a:hover {
    color: #4B6246;
	background-position: 0px -25px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************** Menüebene 2 *********************************** */

/* ****** normal ****** */

div.menueSub {
    height: auto;
    width: 208px;
}

div.menueSub p {
	height: 17px;
	width: 208px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D868B;
	line-height: 17px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px -50px;
	margin: 0px;
	padding: 0px;
}

div.menueSub p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #7D868B;
	padding-left: 56px;
}

div.menueSub p a:hover {
	color: #B30707;
	background-position: 0px -67px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ****** Active ****** */

div.menueSubActive {
    height: auto;
    width: 208px;
}
div.menueSubActive p{
	height: 17px;
	width: 208px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	list-style-type: none;
	background-position: 0px -67px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.menueSubActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #B30707;
	padding-left: 56px;
}
div.menueSubActive p a:hover {
	color: #B30707;
	background-position: 0px -55px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ************************************************************************************** 
   ************************************ Sonstige Styles *********************************
   ************************************************************************************** */

/* **************************************** Footer ************************************** */

#footer {
	color: #888888;
	font-size: 11px;
	padding-top: 16px;
	padding-bottom: 5px;

}
#footer a {
	color: #888888;
}


/* ************************************** Startseite ************************************ */


/* ******************************* Nicht zugeordnete Styles ***************************** */

#linksTop {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #424242;

}
#linksTop a{
	color: #383A37;

}
#unterseiten ul li {
	list-style-image: url(../images/unterseiten.gif);

}
.discussionRecomment {
	background-color: #EEEEEE;
	margin: 20px;
	padding: 10px;
	border-top: 1px dashed #666666;
	border-right: 1px #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px #666666;

}
.discussionZitat {
	background-color: #FAFAFA;
	margin: 20px 20px 0px;
	padding: 10px;
	font-style: italic;
	border-top: 1px dashed #666666;
	border-right: 1px #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px #666666;

}
#discussionListe ul li {
 margin-bottom: 10px;

}
#photoListe ul li {
 margin-bottom: 10px;
}
.aussen {
	clear: both;
}
.photo {
	text-align: center;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
}
.photoZahl {
	background-color: #EEEEEE;
	padding: 4px;
	margin-left: 37px;
	text-align:center;
	margin-bottom: 4px;
	margin-right: 37px;
	border-top: 0px #D2D2D2;
	border-right: 1px dashed #D2D2D2;
	border-bottom: 1px dashed #D2D2D2;
	border-left: 1px dashed #D2D2D2;
}
.photoRahmen {
	background-color: #F6F6F6;
	border: 1px dashed #D2D2D2;
	height: 125px;
	width: 120px;
	margin: 6px;
	float: left;
}
#photoControl {
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 7px;
	margin: 0px;
	text-align: center;
	vertical-align: text-top;
	padding-top: 1px;
	line-height: 25px;
}
.photoPfeile {
	font-size: 13px;
	border: 1px solid #2663A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #789088;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.photoPfeile a {
	color: #FFFFFF;
}
.photoPfeile a:hover {
	text-decoration: none;
}
.photoSlider {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A6C4E3;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.photoSlider a:hover {
	color: #000000;
	text-decoration: none;
}

.photoSliderActive {
	color: #333333;
	font-weight: bold;
}
#photoDiscription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 0px;
	text-align: center;
}
#umfrage ul {
	padding-top: 0px;
}
.error {
	color: #FF0000;
}
.votingRahmen {
	border: 1px solid #666666;
	margin-top: 3px;
}
.linksTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}
.linksTop a {
	color: #424242;
}
.bg01 {
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
}
.bg02 {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
}
.list {
	background-color: #F9F9F9;
	padding: 7px;
	border: 1px solid #E3E4E6;
}
#homeMiddle {
	color: #1F211D;
	margin-top: 14px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 13px;
	font-size: 11px;

}
#homeMiddle h2 {
	color: #4A5053;
	margin: 0px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}
#homeMiddle p {
	margin: 5px 0px;
	padding: 0px;
}
.homeMiddleLink {
	color: #0E5500;
	margin: 0px;
	padding: 0px;
}
.homeMiddleLink a {
	color: #0E5500;
}
#homeVeranstaltungen td {
	color: #5B5B5B;
}
#homeVeranstaltungen h2 {
	color: #607F5A;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
}

#homeVeranstaltungen hr {
	height: 0px;
	width: 100%;
	border-top: 1px #D9DADE;
	border-right: 1px #D9DADE;
	border-bottom: 1px solid #D9DADE;
	border-left: 1px #D9DADE;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 16px;
	margin-left: 1px;
}
#alleArtikel {
	font-style: italic;
	color: #607F5A;
	font-size: 11px;
}
#alleArtikel a {
	font-style: italic;
	color: #607F5A;
	font-size: 11px;
}
#homeNews a {
	color: #5B5B5B;
}
#homeNews h2 {
	color: #607F5A;
	margin-top: 24px;
	margin-left: 26px;
}
#homeNews hr {
	height: 0px;
	width: 100%;
	border-top: 1px #E5E6EA;
	border-right: 1px #E5E6EA;
	border-bottom: 1px solid #E5E6EA;
	border-left: 1px #E5E6EA;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 11px;
	margin-left: 8px;
}
.home01 {
	font-size: 11px;
	color: #8F0B0F;
}
#footerHome {
	color: #888888;
	font-size: 11px;
	padding-top: 16px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 46px;
}
#footerHome a {
	color: #888888;
}
#infoboxbereich2 {
	font-size: 11px;
	margin: 0px;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 16px;
	padding-top: 20px;
}
#infoboxbereich2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

}

