body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
        background-color: #ccc;
}

/* zentriert */
#body_all {
	width: 916px;
	/* höhe für hintergrund */
	min-height: 800px;
	margin: 0 auto;
}

* html #body_all {
	width: 916px;
}


/* fasst menu und content.mitte zusammen */
#menu_content_box {
	width: 916px;

}

* html #menu_content_box {
	width: 915px;
}

#whiteborder {
	background-color: #fff;
	padding: 0px 8px 0px 8px;
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 1200px;
	background-image: url(../images/whiteborder_bottom_1px.gif);
	background-repeat: repeat-y;
	background-position: 1px 0px;
    overflow: hidden;
}

* html #whiteborder {
	height: 1200px;
	background-position: 1px bottom;
	overflow: visible;	
}

/* header */
#header_box {
	width: 900px;
	height: 160px;
	background-color:#fff;
        padding-top: 0px;
	padding-bottom: 0px;        
}

* html #header_box {
	width: 901px;
	height: 160px;	
	padding-top: 0px;
}

#keyvisual {
	width: 700px;
	height: 160px;
	float: left;
}

* html #keyvisual {
	width: 700px;
	height: 160px;
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 0px;
}



#header {
	width: 196px;
	height: 159px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

* html #header {
	width: 196px;
	height: 157px;
	margin-top: 0px;
}

#switch {
	padding: 16px 0px 0px 0px;
	float: left;
	width: 360px;
	font-size: 10px;
	color: #333;	
}

#meta {
	width: 396px;
	height: 14px;
	float: left;
	text-align: right;
	padding: 16px 20px 0px 0px;
	font-size: 10px;
	color: #333;
	background-color:#fff;
}

* html #meta {
	width: 396px;
	padding: 16px 0px 0px 0px;	
}

#meta a {
	color: #333;
}

#access_box {
	width: 593px;
	height: 110px;
	float: left;
}

* html #access_box {
	width: 593px;
}

#accessibility {
	width: 120px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 10px;
	background-color:#fff;
	padding: 10px 0px 0px 20px;
}

* html #accessibility {
	width: 120px;
	height: 10px;
}	


.clear {
	clear: both;
}

.clearwhite_top {
	height: 7px;
	width: 914px;
	background-color: #fff;
	position: relative;
	left: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
}

*html .clearwhite_top {
	width: 917px;
}

.clearwhite_bottom {
	height: 8px;
	width: 914px;
	background-color: #fff;
	position: relative;
	left: 1px;
	clear: both;	
}

*html .clearwhite_bottom {
	width: 917px;
}

#elkb_logo {
	visibility: hidden;
	position: absolute;
	right: 0px;
	bottom: -20px;
}


/* menu links */
#menu_box {
	width: 180px;
	/*min-height: 600px;*/
	float: left;
	background-color: #E7E7E7;
}


/* menues mitte*/
#menu {
	width: 518px;
	padding: 10px 14px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

* html #menu {
	width: 494px;
	w\idth: 494px;
}

#menu2 {
	width: 500px;
	padding: 45px 14px 0px 10px;
}

* html #menu2 {
	width: 494px;
	w\idth: 494px;
}

#menu2no {
	width: 518px;
	padding: 10px 14px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

* html #menu2no {
	width: 494px;
	w\idth: 494px;
}



/* level 1 */
.menu-level1-no {
	color: #B03723;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
	float: left;
}

.menu-level1-act {
	color: #333;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
	float: left;	
}

.menu-level1-no a:link {
	color: #B03723;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #B03723;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:link {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:hover {
	color: #333;
	text-decoration: none;
}



/* jetzt submenu */
.menu-level2-no {
	color: #B03723;
	font-size: 13px;
	line-height: 12px;
	padding: 14px 0px 14px 0px;
	text-transform: none;
	border-top: 1px solid #B03723;	
        /*border-bottom: 1px solid #B03723;	*/
}

.menu-level2-no a:link {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #333;
	text-decoration: none;
}

.menu-level2-no-last {
        border-top: 1px solid #B03723;
	border-bottom: 1px solid #B03723;
	padding: 14px 0px 14px 0px;
	font-weight: normal;
	font-size: 13px;	
	text-transform: none;	
}

.menu-level2-no-last a:link {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-no-last a:visited{
	color: #B03723;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-no-last a:hover{
	color: #333;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-act {
	color: #333;
	font-size: 13px;
	line-height: 12px;
	padding: 14px 0px 14px 0px;
	text-transform: none;
	border-top: 1px solid #B03723;	
	/*border-bottom: 1px solid #B03723;*/
        font-weight: bold;
}

.menu-level2-act a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level2-act a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level2-act-last {
	border-top: 1px solid #B03723;
	border-bottom: 1px solid #B03723;
	padding: 14px 0px 14px 0px;
	font-weight: bold;
	font-size: 13px;	
	text-transform: none;	
}

.menu-level2-act-last a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act-last a:visited{
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act-last a:hover{
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}


/* search */
#searchbox {
	height: 40px;
	background-color: #D1CFCF;
}

* html #searchbox {

}

#searchbox form {
	padding-top: 8px;
}

.searchbox {
	color: #333;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 5px 0px 12px;
	float: left;
}

#login {
	width: 180px;
	height: 60px;
	padding: 15px 0px 0px 12px;	
	/*background-color: #fff;*/
}

* html #login {
	width: 168px;
}

.login {
	
}

#login a:link {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:visited{
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:hover {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

/* content.mitte */
#content_box {
	width: 521px;
	min-height: 600px;
	float: left;
	position: relative;
	top: 0px;
        /*background-color: #ddd5e5;	*/
	border-right: 2px solid #B03723;
}

* html #content_box {
	width: 520px;
	wid/th: 520px;
}

/* submenu.left */
#submenu {
	width: 180px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;	
}

* html #submenu {

}

/* überschrift links*/
#header_left {
        margin-top: 45px;
        font-size: 14px;
        padding-left: 8px;

}

/* content_left */
#content_left, #content_left_2, #content_left_3, #content_left_5 {
	width: 171px;
	padding: 8px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height:16px;
	}

* html #content_left, #content_left_2, #content_left_3, #content_left_5  {
	width: 155px;
	wid/th: 155px;
}

#content_left_3  a {
	/*color: #6c368a;*/
	color: #621508;
}

#content_left_5  a {
	/*color: #6c368a;*/
	color: #621508;
}

#content_left_4 {
	height: 120px;
	width: 100%;
	background-image: url(../images/elkb.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #e7e7e7;
	/*border-left: 1px solid #fff;*/
}


/* level 3 */
.submenu-level3-no {
	color: #B03723;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 10px 4px 10px;
	/*background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;*/
	text-transform: none;
	border-top: 0px solid #B03723;
}

.submenu-level3-no_last {
	color: #B03723;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 10px 4px 10px;
	/*background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	text-transform: none;
	border-bottom: 1px solid #B03723;
	border-top: 1px solid #B03723;*/
	margin-bottom: 30px;
}

.submenu-level3-act {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 10px 4px 10px;
	/*background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;		
	text-transform: none;
	border-top: 1px solid #B03723;*/	
}

.submenu-level3-act_last {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 10px 4px 10px;
	/*background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;		
	text-transform: none;
	border-top: 1px solid #B03723;	
	border-bottom: 1px solid #B03723;	
	margin-bottom: 30px;*/
}

.submenu-level3-no a:link {
	color: #B03723;
	text-decoration: none;
}

.submenu-level3-no a:visited {
	color: #B03723;
	text-decoration: none;
}

.submenu-level3-no a:hover {
	color: #333;
	text-decoration: none;
}

.submenu-level3-act a:link {
	color: #333;
	text-decoration: none;
}

.submenu-level3-act a:visited {
	color: #333;
	text-decoration: none;
}

.submenu-level3-act a:hover {
	color: #333;
	text-decoration: none;
}


.submenu-level3-act_last a:link {
	color: #333;
	text-decoration: none;
}

.submenu-level3-act_last a:visited {
	color: #333;
	text-decoration: none;
}

.submenu-level3-act_last a:hover {
	color: #333;
	text-decoration: none;
}

/* level 4 */
.submenu-level4-no {
	color: #B03723;
	font-size: 13px;
	line-height: 12px;
	padding: 5px 0px 5px 15px;
	/*background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;*/
	text-transform: none;



}

.submenu-level4-act {
	color: #333;
	font-size: 13px;
	line-height: 12px;
	padding: 5px 0px 5px 15px;
	/*background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;*/
	text-transform: none;
}

.submenu-level4-no a:link {
	color: #B03723;
	text-decoration: none;
}

.submenu-level4-no a:visited {
	color: #B03723;
	text-decoration: none;
}

.submenu-level4-no a:hover {
	color: #333;
	text-decoration: none;
}

.submenu-level4-act a:link {
	color: #333;
	text-decoration: none;
}

.submenu-level4-act a:visited {
	color: #333;
	text-decoration: none;
}

.submenu-level4-act a:hover {
	color: #333;
	text-decoration: none;
}


/* content */
#content {
	width: 488px;
	padding: 50px 10px 30px 10px;
	position: relative;
	top: 0px;
}	

* html #content {
	padding: 20px 10px 30px 10px;
        width: 488px;
	wid\th: 488px;


}	

/* content.rechts */
#right_box {
	width: 194px;
	float: left;
	position: relative;
	top: 0px;
	border-left: 0px solid #B03723;
	min-height: 400px;
}	

* html #right_box {
	width: 194px;
	float: left;
	position: relative;
	top: 0px;
	height: 400px;
}	

#aktuelles {
	height: 35px;
	width: 194px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #B03723;
	margin-bottom: 20px;
	padding-top: 5px;
}

* html #aktuelles {
	width: 199px;
}

#aktuelles p {
	color: #fff;
	font-size: 14px;
	padding-top: 6px;
}

#aktuelles a {
	color: #fff;
	font-size: 14px;
}

#content_right {
	width: 185px;
	padding: 0px 0px 150px 10px;	
}

* html #content_right {
	wid/th: 175px;
	padding-left: 10px;
}	

/* footer */
#footer {
	width: 900px;
	height: 30px;
	clear: both;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}	

#footer a {
	color: #333;
	font-size: 10px;
	text-align: center;
}

* html footer {
	width: 581px;
	wid/th: 591px;
}


/* news */

.news-single-timedata {
	font-size: 9px;
}

.news-single-img {
	width: 170px;
	border: 1px solid #ccc;
        padding: 0px;
}

.news-list-item img {
	border: 1px solid #ccc;
        padding: 2px;
}

.news-list-item h3 {
        padding-bottom: 8px;
}

.news-single-backlink {
	font-size: 9px;
}

.news-list-morelink {
	text-align: right;
	font-size: 12px;
	padding-bottom: 15px;
}

.news-list-category {
	font-weight: bold;
	text-transform: uppercase;
}

.newscat_01 {
	font-size: 12px;
}

#double_left {

}

#double_right {
	float: right;
}



.news-list-item_double {
	float: left;
	width: 260px;
	text-align: left;
}

* html .news-list-item_double {
	width: 260px;
}	
	
.newslist_03 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.newslist_03 a{
	text-align: left;
}

#news_float_box {
	width: 100%;
}

#image_detail {
	float: left;
}

#image_detail img {
	padding-right: 15px;
	border: 1px solid #ccc;
}

#content_detail {

}

.news-single-imgcaption {
	width: 250px;
	font-size: 9px;
	font-style:italic;
}

h2.newsheadline_h2 {
	font-size: 22px;
}

.tt_address_title {
	font-weight: bold;
	font-size: 11px;
}

TD.tt_address_size {
	font-size: 12px;
}

#align
p.align-right {
	text-align: right;
}


p.align-center {
	text-align: center;
}


.wtdirectory_abc_letter, .fflocation_abc_letter_all {
	font-size: 12px;
}

.wtdirectory_filter wtdirectory_filter_abc {
	font-size: 12px;
}


.tx-julleevents-pi1-singleView-Menu A { 
	font-weight:bold; 
}

/* refportal*/

#searchForm-targetgroup_special {

}

div.checkboxrow {
float: left;
clear: both;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
width: 340px;
}

div.checkboxlabel {
float: left;
clear: none;
display: block;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 5px;
width: 300px;
}

div.right div input {
float: left;
clear: both;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
}
