body {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #000000;
}
/* seitenbreite */
#fix2, #header, #maindiv, #footer {
 width: 1000px;
}

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

/* headerh�he */
#header {
 height: 226px;
}

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

#left{
 width: 240px;
}

#left-indent {
    margin: 10px 14px 0 47px;
}

#middle {
 width: 520px;
}

#content {
 width: 480px;
 
}

#right {
 width: 240px;
}

#right-top {
 width: 240px;
 height: 435px;
/* background: url('../img/bg_right_top.jpg') top no-repeat; */
}

#footer {
 height: 52px;
 line-height: 37px;
 color: #0000fe;
 font-size: 11px; 
 background: url('../img/bg_footer.jpg') top no-repeat;
}
#innerfooter{
 color: #0000fe;
 font-weight: normal;
 margin-left: 240px;
 margin-right: 240px;
 text-align: center;
}
#innerfooter a{
 color: #0000fe;
 font-size: 11px;
}

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

/***************************** SEARCH *****************************/
#search {
    width: 179px;
    height: 55px;
}

#search_form{
    width: 179px;
    height: 23px;
    background: url('../img/bg_search.jpg') top left no-repeat;
}

#search_spacer {
    height: 2px;
    line-height: 1px;
    font-size: 1px;
}

#search_input {
    width: 151px;
    height: 19px;
    color: #0000fe;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-style: italic;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 7px;
    padding: 0;
    border: 0;
}

#search_submit {
    width: 19px;
    height: 19px;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

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

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_8794, .menue_list_toplevel_8794,
.menue_point_secondlevel_8794, .menue_group_8794,
.menue_point_thirdlevel_8794, .menue_list_thirdlevel_8794 {
    margin: 0px;
    padding: 0px;
}

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

.toplevel_8794_over,
.secondlevel_8794_over,
.thirdlevel_8794_over {
    text-decoration: none;
    display:block;
}

.menue_list_toplevel_8794 li,
.menue_group_8794 li,
.menue_list_thirdlevel_8794 li {
    list-style-type: none;
}

/*+-----------------------------------------------------------------------------------+*/
/* ****************************** TOPLEVEL CSS ********************************************/

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_8794, a.navpoint_toplevel_8794:link, a.navpoint_toplevel_8794:visited, a.navpoint_toplevel_8794:active, .menue_point_toplevel_8794_over, a.navpoint_toplevel_8794:hover {
	width: 100%;
	line-height: 23px;
	text-align: left;
        text-indent: 7px;
}

/* menuepoint background */
.menue_point_toplevel_8794 {
	background: #f1f1f1;
}

/* color, weight, size from menuepoint */
.menue_point_toplevel_8794 a {
	font-weight: normal;
	font-size: 12px;
        color: #0000fe;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_8794:hover, .menue_point_toplevel_8794_over, .menue_point_toplevel_8794_over a {
	color: #0000fe;
 	font-weight: bold;
 	font-size: 12px; 
}

/* menuepoint over background */
a.navpoint_toplevel_8794:hover, .menue_point_toplevel_8794_over {
	background: #f1f1f1;
}

.menue_point_toplevel_8794, .menue_point_toplevel_8794_over{
        margin-top: 2px;
}

/* ****************************** SECONDLEVEL CSS ***************************************/

.menue_group_8794 {
	margin-bottom: 2px;
 	margin-top: 4px;
}

.menue_group_8794_start{
    height: 4px;
    line-height: 1px;
    font-size: 1px;
    background: #f1f1f1;
}

.menue_group_8794_end{
    height: 4px;
    line-height: 1px;
    font-size: 1px;
    background: #f1f1f1;
}

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

/* undermenuepoint background */
.menue_point_secondlevel_8794 {
	background: #f1f1f1;
}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_8794 a {
	color: #0000fe;
 	font-weight: normal;
 	font-size: 11px;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_8794:hover, .menue_point_secondlevel_8794_over, .menue_point_secondlevel_8794_over a{
	color: #0000fe;
 	font-weight: bold;
 	font-size: 11px;
}

/* undermenue over background */
.menue_point_secondlevel_8794_over, a.navpoint_secondlevel_8794:hover{
	background: #f1f1f1;
}

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

body {
 background: #DFE9F0;
}

.h4link a:link, .h4link a:hover, .h4link a:visited, 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: #005B7C;
}

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

/* nicht �ndern wenn wei�er hintergrund */
#startseite_news ul a{
 font-size: 12px;
 color: #7C7C7C;
 font-weight: normal;
}

/* 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: #000000;
}


#rnd-images {
	margin-right: 29px;
	width: 211px;
}

#rnd-images img {
	border: 1px solid #ffffff;
	box-shadow: 0 0 5px #000000;
}

.banner_spacer {
	height: 20px;
}