/* zentriert */
#body_all {
	width: 950px;
	margin: 0px auto;
}

* html #body_all {
	width: 950px;
}


/* fasst menu und content.mitte zusammen */
#menu_content_box {
	width: 950px;
	float: left;
}

* html #menu_content_box {
	width: 950px;
}

/* header */
#header_box {
	width: 950px;
	height: 260px;
}

#keyvisual {
	width: 266px;
	height: 260px;
	float: left;
	padding-left: 6px;	
	background-color: #fff;
}

* html #keyvisual {

}

/*keyvisual random - startseite*/
#keyvisual_rnd {
	width: 266px;
	height: 260px;
	float: left;
	padding-left: 6px;
	background-color: #fff;	
}

* html #keyvisual_rnd {

}

#header {
	width: 650px;
	height: 87px;
	float: left;
	padding: 20px 20px 0px 0px;	
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #fff;
}

#header a{
	color: #fff;
}

* html #header {
	width: 630px;
}

#meta {
	width: 650px;
	height: 30px;
	float: left;
	padding: 10px 0px 0px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;	
}

* html #meta {
	width: 630px;
}

#meta a {
	color: #fff;
}

#access_box {
	width: 654px;
	height: 50px;
	float: left;
	background-color: #f2fafd;
}

* html #access_box {
	width: 654px;
}

#rootline  {
	width: 634px;
	height: 50px;
	float: left;
	padding: 10px 0px 0px 20px;
	font-size: 13px; 
	color: #69458D;
}

* html #rootline {
	width: 634px;
	height: 22px;	
}

#rootline .rootline a {
	font-size: 12px;
}

#rootline .rootline a:link {
	color: #69458D;
	text-decoration: none;
}

#rootline .rootline a:visited {
	color: #69458D;
	text-decoration: none;
}

#rootline .rootline a:hover {
	text-decoration: underline;	
}

.rootline {
	text-decoration: none;
	float: left;
}

#rootline_last {
	text-decoration: underline;
	float: left;
}

* html #rootline_last {

}

#rootline_last a {
	color: #69458D;
	font-size: 12px;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* menu */
#menu_box {
	width: 260px;
	margin: 6px 0px 0px 6px;
	float: left;
	background-color: #f2fafd;
}

* html #menu_box {
	width: 260px;
	margin: 6px 0px 0px 3px;
}

#menu {
	width: 248px;
	padding: 20px 12px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* 
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; */
}

* html #menu {
	width: 248px;
	padding: 20px 0px 15px 0px;	
}

/* level 1 */
.menu-level1-no {
	width: 248px;
	color: #009bdc;
	padding: 5px 0px 5px 12px;
	font-weight: bold;		
}

.menu-level1-act {
	width: 248px;
	color: #009bdc;
	padding: 5px 0px 4px 12px;
	margin-bottom: 1px;	
	text-transform: none;
	background-color: #e3e2f0;
	font-weight: bold;		
}

.menu-level1-no a:link {
	color: #009bdc;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #009bdc;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #551285;
	text-decoration: none;
}

.menu-level1-act a:link {
	color: #551285;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #551285;
	text-decoration: none;
}

.menu-level1-act a:hover {
	color: #551285;
	text-decoration: none;
}


/* level 2 */
.menu-level2-no {
	width: 248px;
	color: #551285;
	font-size: 14px;
	padding: 5px 0px 4px 12px;
	margin-bottom: 1px;	
	text-transform: none;
	background-color: #e3e2f0;	
}

.menu-level2-act {
	width: 248px;
	color: #551285;
	font-size: 14px;
	padding: 5px 0px 4px 12px;
	margin-bottom: 1px; 
	text-transform: none;
	font-weight: bold;
	background-color: #9679b7;	
}

.menu-level2-no a:link {
	color: #551285;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #551285;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #551285;
	text-decoration: underline;
}

.menu-level2-act a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
		
}

.menu-level2-act a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-act a:hover {
	color: #fff;
	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: 550px;
	float: left;
	position: relative;
	top: -126px;
}

* html #content_box {

}

/* submenu.mitte */
#submenu {
	width: 654px;
	padding: 0px 0px 0px 0px;
	margin-left: 6px;
	background-color: #f2fafd;		
}

* html #submenu {
	width: 654px;	
}

/*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: #551285;
	font-size: 12px;
	padding: 2px 0px 2px 20px;
	font-weight: bold;
	background-color: #f2fafd;
	height: 16px;	
	border-bottom: 1px solid #fff;		
	/*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: #fff;
	font-size: 12px;
	padding: 2px 0px 2px 20px;
	font-weight: bold;
	background-color: #9679b7;
	height: 16px;
	border-bottom: 1px solid #fff;	
	/*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: #551285;
	text-decoration: none;
}

.submenu-level3-no a:visited {
	color: #551285;
	text-decoration: none;
}

.submenu-level3-no a:hover {
	color: #551285;
	text-decoration: underline;	
}

.submenu-level3-act a:link {
	color: #fff;
	text-decoration: none;
}

.submenu-level3-act a:visited {
	color: #fff;
	text-decoration: none;	
}

.submenu-level3-act a:hover {
	color: #fff;
	text-decoration: none;
}

.submenu-level3-act_last a:link {
	color: #fff;
	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: 12px;
	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: 12px;
	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: 615px;
	min-height: 400px;
	padding: 0px 20px 30px 20px;
	position: relative;
	top: 0px;
	float: left;
	background-color: #f2fafd;
	margin-left: 6px;
	text-align: justify;
        line-height: 1.3em;
}	

* html #content {
    	width: 615px;
    	height: 400px;
	padding: 35px 20px 30px 20px;
	float: left;
	margin-left: 3px;	

}	

/* content.rechts */
#right_box {
	width: 165px;
	float: left;
	position: relative;
	top: 25px;
}	

* html #right_box {
	width: 155px;
	float: left;
	position: relative;
	top: 25px;
}	

#content_right {
	width: 145px;
	float: left;
	padding: 30px 0px 30px 10px;	
}

* html #content_right {
	wid/th: 145px;
	float: left;	
	padding-top: 30px;
	padding-t\op: 30px;
	padding-left: 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;
}	

*html footer {
	width: 581px;
	wid/th: 591px;
}


/* news */
.news-list-morelink {
	text-align: right;
	font-size: 12px;
	padding-bottom: 15px;
}

.news-list-date {
	font-size: 9px;
}


.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;
}

.news-single-backlink a {
	font-size: 10px;
}

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;
}


/* ====================
//  Rsys Jobs 
// ====================  */
/* --- outer box --- */
div.tx-rsysjobs-pi1 {
	font-size: 12px; 
	clear:both;
	float:left;

}

/* --- boxes inside --- */
div.box_jobinfo, div.box_item_actions, div.box_goto, div.box_navi, div.box_paginginfo, div.box_pagebrowser {
	margin: 5px 0 5px 0;
	clear:both;
	float:left;
	width: 400px;
}

div.box_jobinfo {
	font-weight: normal;	
	color: #888;
}

div.box_item_actions {
	
}

div.box_paginginfo {
	color: #888;
}

div.box_navi {
	
}

div.box_goto {

}

div.box_pagebrowser {

}

/* --- divider --- */
div.tx-rsysjobs-pi1 td.hr {
	border-top: 1px solid #ddd;
	width: 400px;
}

div.hr {
	border-top: 1px solid #ddd;
	width: 400px;
	clear:both;
	float:left;
}


/* --- formats for entries --- */
.section_header {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #7d97c1;
}

div.tx-rsysjobs-pi1 td.label {
	font-weight: normal;
	color: #888;
	vertical-align: top;
}

.required {
	font-weight: bold;
}

.message {
	margin-top: 5px;
	color: #69458D;
	clear:both;
	float:left;
}


/* --- buttons --- */
.item_action, .link, .nolink, .detail_link {
	float: left;
	clear:none;
	margin-right: 8px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.link {

}

.nolink {
	color: #bbb;
}
