body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #292929;
}

a {
	color: #578104;
}

/* seitenbreite */
#fix2, #header, #maindiv, #footer {
	width: 1000px;
}

#fix2 {
	background: url('../img/bg_fix2.jpg') top center no-repeat;
}

/*#fix1 {
	background: url('../img/bg_fix.jpg') bottom center no-repeat;
}*/

/* headerhoehe */
#header {
	height: 224px;
}

#maindiv {
	background: url('../img/bg_body.jpg') top center repeat-y;
}

#left {
	width: 266px;
}

#left_indent {
	margin: 0 0 0 40px;
}

#style{
    margin: 0 0 0 17px;
    height: 112px;
    text-align: left;
}

#style-txt{
    height: 20px;
    line-height: 20px;
    color: #055584;
	font-weight: bold;
	background: #a1d6f5;
	max-width: 100px;
}




@media (min-width: 992px) {
	#style button {
		border: none;
		color: #055584;
		display: inline-block;
		width: 35px;
		height: 28px;
		border-radius: 5px;
		font-weight: 400;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #79afce;
		position: relative;
		line-height: 1;
		-webkit-transition: transform 150ms linear;
		-moz-transition: transform 150ms linear;
		-ms-transition: transform 150ms linear;
		-o-transition: transform 150ms linear;
		transition: transform 150ms linear;
		font-weight: bold;
	}
	#style button+button {
		margin-left: 8px;
	}
	
}

#vernetzt {
	margin: 30px 0 0 0px;
	text-align: center;
}

#middle {
	width: 701px;
}

#content {
	width: 680px;
	background: #fff;
	
}

#content-spacer{height: 55px; line-height: 1px; font-size: 1px;}

#right {
	width: 33px;
	text-align: left;
}

#right-top {
	height: 536px;
}

#footer {
	height: 59px;
	line-height: 59px;
	color: #044F7C;
	font-size: 0.75rem;
	background: url('../img/bg_footer.jpg') top no-repeat;
}

#innerfooter {
	color: #044F7C;
	font-weight: normal;
	margin-left: 284px;
	margin-right: 33px;
	text-align: left;
}

#innerfooter a {
	color: #044F7C;
	font-size: 0.75rem;
}

#innerfooter a:hover {
	color: #044F7C;
	font-weight: bold;
}

/* **************************** INDIVIDUELLES ******************************************/

/* ****************************** MENUE CSS ***************************************/

.menue_point_toplevel_5422 {
	margin: 0px;
	padding: 0px;
}

a.navpoint_toplevel_5422:link, a.navpoint_toplevel_5422:visited, a.navpoint_toplevel_5422:active {
	text-decoration: none;
	display:block;
}

.toplevel_5422_over {
	text-decoration: none;
	display:block;
}


/* ****************************** UNDERMENUE CSS ***************************************/

.menue_group_5422 {
	margin: 0px;
	padding: 0px;
}

.menue_point_secondlevel_5422 {
	padding: 0px;
	margin: 0px;
}

a.navpoint_secondlevel_5422:link, a.navpoint_secondlevel_5422:visited, a.navpoint_secondlevel_5422:active {
	text-decoration: none;
	display:block;
}

.secondlevel_5422_over {
	text-decoration: none;
	display:block;
}
/*+-----------------------------------------------------------------------------------+*/


/* ****************************** MENUE CSS ********************************************/

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_5422, a.navpoint_toplevel_5422:link, a.navpoint_toplevel_5422:visited, a.navpoint_toplevel_5422:active, .menue_point_toplevel_5422_over, a.navpoint_toplevel_5422:hover {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 22px;
	text-align: left;
}

/* menuepoint background */
.menue_point_toplevel_5422 {
	background: url('../img/toplevel.jpg') top left no-repeat, #024973;
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_5422 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8125rem;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_5422:hover, .menue_point_toplevel_5422_over, .menue_point_toplevel_5422_over a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8125rem;
}

/* menuepoint over background */
a.navpoint_toplevel_5422:hover, .menue_point_toplevel_5422_over {
	background: url('../img/toplevel_over.jpg') top left no-repeat, #024973;
}

.menue_point_toplevel_5422, .menue_point_toplevel_5422_over{
	margin-top: 3px;
}

/* ****************************** UNDERMENUE CSS ***************************************/

/* margin undermenue
.menue_group {
margin-bottom: 10px;
margin-top: 10px;
}*/

.menue_group_5422 {
	margin-bottom: 6px;
	margin-top: 3px;
}
.menue_group_5422_start{
	display: none;
}

.menue_group_5422_end{
	display: none;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_5422, .navpoint_secondlevel_5422:link, a.navpoint_secondlevel_5422:visited, a.navpoint_secondlevel_5422:active, a.navpoint_secondlevel_5422:hover, .menue_point_secondlevel_5422 {
	width: 100%;
	height: 20px;
	text-align: left;
	line-height: 20px;
	text-indent: 44px;
}

/* undermenuepoint background */
.menue_point_secondlevel_5422 {
	background: url('../img/secondlevel.jpg') top left no-repeat;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_5422 a {
	color: #0171B3;
	font-weight: normal;
	font-size: 0.75rem;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_5422:hover, .menue_point_secondlevel_5422_over, .menue_point_secondlevel_5422_over a{
	color: #68920B;
	font-weight: bold;
	font-size: 0.75rem;
}

/* undermenue over background */
.menue_point_secondlevel_5422_over, a.navpoint_secondlevel_5422:hover{
	background: url('../img/secondlevel_over.jpg') top left no-repeat;
}


/* *********************** menue ende ************************ */

body {
	background: #7AC6F3;
	/* url('../img/bg_body2.jpg') top center repeat-x*/
}

.h4link a:link, .h4link a:hover, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1 {
	color: #578104;
	font-weight: normal;
}

#newslinks, #newsmandate {
	border: 1px solid #578104;
}

h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Dieser Bereich muss bearbeitet werden wenn die Seite dunkel ist.
.vorschau, .description{
	color: #FFFFFF;
}

.immo-tab{
	color: #000000;
}
*/


/* nicht ändern wenn weißer hintergrund */
#startseite_news ul a{
	font-size: 0.75rem;
	color: #7C7C7C;
	font-weight: normal;
}

/* Tabschriften (classen) */
/*
.tab_link_title a{
	color: #;
	font-weight: normal;
}

.tab_link{
	color: #;
}

.tab_link_mehr{
	color: #;
}

.tab_link_mandat a {
	color: #;
}

*/
/* Tabschriften Ende */

/* Verstaltung optimiert für weißen Hintergrund */
.weekdays, .weekdays a:link a:visited a:active a:hover, .weekdays_active {
	color: #cccccc;
}

.weekdays_active a:link a:visited a:active a:hover {
	color: #F7911E;
}

.events-header-heute {
	color: #ffffff;
	background-color: #4C4C4C;
}
.events-header {
	color: #5B5B5B;
	background-color: #E3E3E3;
}
.event-ort, .event-info {
	color: #4C4C4C;
}


.event-title a {
	color: #292929;
}