body {
	background-image: url(../images/header_neu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* zentriert */
#body_all {
	width: 980px;
	/* höhe für hintergrund */
	min-height: 1600px;
	margin: 0 auto;
	background-image: url(../images/background_all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* fasst menu und content.mitte zusammen */
#menu_content_box {
	width: 815px;
	float: left;
}

/* header */
#header_box {
	width: 815px;
	height: 220px;
}

#keyvisual {
	width: 218px;
	height: 220px;
	float: left;
	margin-left: 2px;
}

* html #keyvisual {
	width: 220px;
	height: 220px;
	float: left;
	margin-left: 1px;
}

/*keyvisual random - startseite*/
#keyvisual_rnd {
	width: 218px;
	height: 220px;
	float: left;
	margin-left: 2px;
}

* html #keyvisual_rnd {
	width: 220px;
	height: 220px;
	float: left;
	margin-left: 1px;
}

#header {
	width: 593px;
	height: 110px;
	float: left;
}

* html #header {
	width: 583px;
}

#meta {
	float: left;
	width: 150px;
	height: 94px;
	text-align: right;
	padding: 13px 10px 0px 0px;
	font-size: 10px;
	color: #fff;
	/*background-color: #ff3300;*/
}

* html #meta {
	width: 150px;
}

#meta a {
	color: #fff;
	text-align: right;
}

#access_box {
	width: 593px;
	height: 110px;
	float: left;
}

* html #access_box {
	width: 583px;
}

#rootline  {
	width: 410px;
	height: 100px;
	float: left;
	padding: 10px 0px 0px 20px;
	font-size: 10px; 
	color: #7d97c1;
}

* html #rootline {
	width: 390px;
	height: 100px;
}

#rootline .rootline a:link {
	color: #7d97c1;
	font-size: 10px;
	text-decoration: none;
}

#rootline .rootline a:visited {
	color: #7d97c1;
	font-size: 10px;
	text-decoration: none;
}

#rootline .rootline a:hover {
	color: #00a4e8;
	font-size: 10px;
	text-decoration: none;	
}

.rootline {
	text-decoration: none;
	float: left;
}

#rootline_last {
	text-decoration: none;
	margin-top: 0px;
	clear: both;
}

* html #rootline_last {
	margin-top: 10px;
	clear: both;
}

#rootline_last a {
	color: #7d97c1;
	font-size: 19px;
	text-decoration: none;
}

#accessibility {
	width: 163px;
	height: 110px;
	float: left;
	text-align: right;
}

* html #accessibility {
	width: 173px;
	height: 100px;
}	

.clear {
	clear: both;
}

/* menu */
#menu_box {
	width: 224px;
	float: left;
}

#menu {
	width: 200px;
	padding: 18px 12px 15px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	/* 
	font-size: 15px;
	font-weight: bold; */
	text-transform: uppercase;
}

* html #menu {
	width: 224px;
	w\idth: 200px;
	padding: 40px 12px 15px 12px;
	paddin\g: 30px 12px 15px 12px;
}

/* level 1 */
.menu-level1-no {
	color: #7d97c1;
	line-height: 18px;
	padding: 10px 0px 8px 0px;
}

.menu-level1-act {
	color: #7d97c1;
	line-height: 18px;
	padding: 10px 0px 8px 0px;	
}

.menu-level1-no a:link {
	color: #7d97c1;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #7d97c1;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #00a4e8;
	text-decoration: none;
}

.menu-level1-act a:link {
	color: #7d97c1;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #7d97c1;
	text-decoration: none;
}

.menu-level1-act a:hover {
	color: #00a4e8;
	text-decoration: none;
}


/* level 2 */
.menu-level2-no {
	color: #7d97c1;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 0px 4px 30px;
	text-transform: none;
	background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;		
}

.menu-level2-act {
	color: #00a4e8;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 0px 4px 30px;
	text-transform: none;
	background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;	
}

.menu-level2-no a:link {
	color: #7d97c1;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #7d97c1;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #00a4e8;
	text-decoration: none;
}

.menu-level2-act a:link {
	color: #00a4e8;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-act a:visited {
	color: #00a4e8;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-act a:hover {
	color: #00a4e8;
	text-decoration: none;
}

/* search */
#searchbox {
	width: 224px;
	height: 30px;
}

.searchbox {
	color: #00a4e8;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 5px 0px 12px;
	float: left;
}

#login {
	width: 208px;
	height: 60px;
	padding: 15px 0px 0px 12px;	
}

.login {
	
}

#login a:link {
	color: #7d97c1;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:visited{
	color: #7d97c1;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:hover {
	color: #7d97c1;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

/* content.mitte */
#content_box {
	width: 591px;
	float: left;
	position: relative;
	top: 0px;
    text-align: justify;
}

* html #content_box {
	width: 591px;
	float: left;
	position: relative;
	top: 0px;
}

/* submenu.mitte */
#submenu {
	width: 591px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;	
}

* html #submenu {
	margin-top: 0px;
	margin-t\op: 0px;
	line-height: 0px;	
}

/*nicht verwendet
.submenu_border {
	line-height: 18px;
	border-top: 1px solid #7d97c1;
}
*/

#subwrap {
	margin-top: 0px;
}

* html #subwrap {
	margin-top: 0px;
}

.sub_first {
	border-bottom: 0px solid #7d97c1;
	line-height: 8px;
}

.sub_last {
	border-top: 1px solid #7d97c1;
}

/* level 3 */
.submenu-level3-no {
	color: #7d97c1;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 0px 4px 30px;
	background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	text-transform: none;
	border-top: 1px solid #7d97c1;
}

.submenu-level3-no_last {
	color: #7d97c1;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 0px 4px 30px;
	background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	text-transform: none;
	border-bottom: 1px solid #7d97c1;
	border-top: 1px solid #7d97c1;
	margin-bottom: 30px;
}

.submenu-level3-act {
	color: #00a4e8;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 0px 4px 30px;
	background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;		
	text-transform: none;
	border-top: 1px solid #7d97c1;	
}

.submenu-level3-act_last {
	color: #00a4e8;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 0px 4px 30px;
	background-image: url(../images/menu_dot_act.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;		
	text-transform: none;
	border-top: 1px solid #7d97c1;	
	border-bottom: 1px solid #7d97c1;	
	margin-bottom: 30px;
}

.submenu-level3-no a:link {
	color: #7d97c1;
	text-decoration: none;
}

.submenu-level3-no a:visited {
	color: #7d97c1;
	text-decoration: none;
}

.submenu-level3-no a:hover {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act a:link {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act a:visited {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act a:hover {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act_last a:link {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act_last a:visited {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level3-act_last a:hover {
	color: #00a4e8;
	text-decoration: none;
}

/* level 4 */
.submenu-level4-no {
	color: #7d97c1;
	font-size: 13px;
	line-height: 12px;
	padding: 5px 0px 5px 30px;
	/*background-image: url(../images/menu_dot_no.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;*/
	text-transform: none;
}

.submenu-level4-act {
	color: #00a4e8;
	font-size: 13px;
	line-height: 12px;
	padding: 5px 0px 5px 30px;
	/*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: #7d97c1;
	text-decoration: none;
}

.submenu-level4-no a:visited {
	color: #7d97c1;
	text-decoration: none;
}

.submenu-level4-no a:hover {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level4-act a:link {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level4-act a:visited {
	color: #00a4e8;
	text-decoration: none;
}

.submenu-level4-act a:hover {
	color: #00a4e8;
	text-decoration: none;
}


/* content */
#content {
	width: 554px;
	padding: 0px 20px 30px 17px;
	position: relative;
	top: 0px;
}	

* html #content {
    width: 554px;
	wid\th: 551px;
	padding: 0px 20px 30px 17px;

}	

/* content.rechts */
#right_box {
	width: 165px;
	float: left;
	position: relative;
	top: 0px;
}	

#menu_right {
	margin-top: 150px;
	width: 145px;
	padding: 0px 0px 30px 10px;	
}

* html #menu_right {
	padding-top: 0px;
	padding-t\op: 0px;
}	

.menu_right {
	padding-bottom: 10px;
}

#content_right {
	margin-top: 30px;
	width: 145px;
	padding: 0px 0px 30px 10px;
	border-top: 0px solid #ccc;	
	font-size: 12px;
}

* html #content_right {
	padding-top: 0px;
	padding-t\op: 0px;
}	

/* footer */
#footer {
	width: 591px;
	height: 150px;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 50px;
}	


/* news */
.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;
}

#content_detail {

}

.news-single-imgcaption {
	width: 250px;
	font-size: 9px;
	font-style:italic;
}

h2.class="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;
}

.image img, .small img {
	padding-right: 10px;
	float: left;
}

.small {
	font-size: 10px;
}
