* {
    margin: 0;
    padding: 0;
}
/*Hintergrund*/
body{
	background-image: url(../images/bg_gray.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e2e8ec;
}
.blue{
	background-image: url(../images/bg_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #cbd8ed;
}
.red{
	background-image: url(../images/bg_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #efc5c0;
}
.green{
	background-image: url(../images/bg_green.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #cee5cd;
}
.cyan{
	background-image: url(../images/bg_cyan.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #149eab;
}

/* Hintergrund */
a {
    color: #3F4D55;
    text-decoration: none;
}
a:hover {
    color: #3F4D55;
    outline: none;
    text-decoration:none;
}
a img {
    border: 0;
}
html {
    font-size: 10px;
    color: #3F4D55;
}
body {
    font-family: 'Verdana', 'Arial', 'Helvetica';
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.4em;
}
h1 {
    font-size: 16px !important;
    margin-bottom:10px;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.3em;
}
h5 {
    font-size: 1.2em;    
}
h6 {
    font-size: 1.1em;
    margin: 0;
}
.content p {
    padding: 0 0 1em 0;
}
.content ul {
    margin: 0 0 0 2em;
}

#page_container {
    width: 91em;
    margin: 1.2em auto 1em;
    background-color: white;
    padding: 20px;
}
#logo {
    float: left;
}
.top_right {
    text-align: right;
    padding-top: 4.4em;
    font-size: 0.9em;
}
.menu_top {
    float: right;
    list-style-type: none;
}
#top {
    margin-bottom: 1.2em;
}
#middle, #footer {
    clear: both;
}
#middle {
	position:relative;
/*    margin-bottom: 1.2em; ?nderung Raffi 05.04.2011*/
}
#home #content {
    text-align: center;
    margin-bottom: 1.2em;
}
.clear, .clearer {
    clear: both !important;
}
.menu_home, .menu_left {
    clear: both;
    list-style-type: none;
    position: relative;
    z-index: 100;
}
.menu_home a, .menu_top a {
    text-decoration: none;
    color: #222222;
    display: block;
    width: 8.0em;
    text-align: center;
    font-size: 0.94em;
}
.menu_home li, .menu_top li {
    float: left;
    position: relative;
}
.menu_home a:hover, .menu_top a:hover {
    opacity: 0.6;
}
.menu_home img {
    padding-bottom: 0.1em;
    text-align: center;
}
.menu_home span, .menu_top span {
    clear: both;
    display: block;
    width: 100%;
}
.menu_home_sub {
    display: none;
    list-style-type: none;    
    position: absolute;
    bottom: 7.3em;
    left: -0.4em;
    opacity: 0;
}
.menu_home_sub li {
    float: none;
}
.menu_home_sub img {
    padding-bottom: 0;
}
.menu_home_sub_top {
    height: 0.9em;
}
.menu_home_sub_middle {
    background: url('../images/menu_sub_middle.png') repeat-y;
    padding-top: 0.5em;
    padding-left: 0.4em;
}
#footer {
    background: url('../images/sub_footer.png') left top no-repeat;
    padding-top: 0.9em;
}
#home #footer {
    border-top: 0.1em solid #3e4d54 !important;
    background: none !important;
    padding-top: 0.8em;
}
.menu_footer {
    list-style-type: none;
    text-align: center;
}
.menu_footer a {
    color: #3f4d55;
    font-size: 1em;
    text-decoration: none;
    padding: 0 0.6em;
    border-left: 0.1em solid #727c82;
    font-weight: normal;
}
.menu_footer li:first-child a {
    border-left: 0;
}
.menu_footer li {
    display: inline;
}
.menu_left a {
    text-decoration: none;
    color: #3f4d55;
    font-size: 1.1em;
    padding: 0.5em 0 0.5em 0.1em;
    display: block;
    background: 0;
    position: relative;
    width: 14.8em;
}
.menu_left_entry {
    clear: both;
}
.menu_left_entry a {
    font-weight: bold;
}
.menu_left_sub {
    list-style-type: none;
    margin-left: 0;
    clear: both;
    float: left;
}
.menu_left_sub a {
    font-weight: normal;
    padding: 0.1em 0 0.12em 2.4em !important;   
    width: 13em;
    background: url('../images/arrow.png') no-repeat 1.3em center;
}
.menu_left_sub a:hover, .menu_left_sub_active {
    background-image: url('../images/arrow_white.png') !important;
}
.menu_left_sub li > ul{
	margin-left: 12px;
}	
#left, #right {
    background: url('../images/bg_content.jpg') repeat-x;
    min-height: 40em;
    padding: 1.5em;
}
#left {
    float: left;
    width: 16em;
    margin-right: 1.5em;    
}
#right {
    float: left;
    width: 70em;
   padding: 0px;
}
.content {
    color: #3f4d55;
    font-size: 1.1em !important;
}
#content {
    float: left;
    width: 38.6em;
    font-size: 1.1em !important;
}
#content_right {
    float: right;
    width: 25.5em;
    height:415px;
/*    background: #3f4d55;*/
}
.left_header {
    color: #3f4d55;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
    position: relative;
}
.red .left_header {
    color: #d51419;
}
.cyan .left_header {
    color: #149eab;
}
.blue .left_header {
    color: #0e6ca7;
}
.green .left_header {
    color: #009135;
}

.left_header img {
    float: left;
    margin-right: 0.5em;
}
.left_header span {
    float: left;
    width: 7em;
}
#page #footer {
    border-top: 0;
    background: url('../images/sub_footer.png') left top no-repeat;
}
#content .nivo-controlNav {
    bottom: 13px;
}
#content .nivo-controlNav a {
    width: 13px;
    height: 13px;
}
#content .nivo-directionNav a {
    width: 23px;
}
#content a.nivo-nextNav {
    background-position: -23px 0;
}
#content .nivo-controlNav a.active {
    background-position: -12px 0;
}
.menu_home_entry {
    height: 66px;
}
#home #content {
    height: 350px;
}
.arrowShape {    
    margin: 0;
    padding: 0;
    float: left;
}
.arrowShape:hover, .arrowShapeActive {
    background: url(../images/arrowBG.png) no-repeat right 50%;
}
.green .arrowShape:hover, .green .arrowShapeActive {
    background-image: url(../images/arrowBG_green.png);
}
.blue .arrowShape:hover, .blue .arrowShapeActive {
    background-image: url(../images/arrowBG_blue.png);
}
.red .arrowShape:hover, .red .arrowShapeActive {
    background-image: url(../images/arrowBG_red.png);
}
.cyan .arrowShape:hover, .cyan .arrowShapeActive {
    background-image: url(../images/arrowBG_cyan.png);
}
.arrowShape a {
    display: block;
    padding: .3em 0 .3em .6em;
    min-height: 1.3em;
}
.arrowShape a:hover, .arrowShapeActive a {
    color: #F1F1F1;
}
.menu_left_sub_arrow {
    margin-right: 0.2em;
}
.align-justify {
    text-align: justify;
}
.left_header_text_wrap {
    height: 4em;
    vertical-align: middle;
    display: table-cell;
}
.left_header_text_wrap * {
    vertical-align: middle;
}
.left_header_text {
    font-size: 0.9em;
}
#page_full #content {
    min-height: 400px !important;
}
.downloads {
    list-style-type: none;
}
.sbfolderdownload {
    height: auto;
    width: auto;
    float: none;
}
.sbfolderdownload img {
    float: left;
    margin-right: 0.5em;
}
.sbfolderdownload_name {
    margin-top: 0.1em;
}
.sbfolderdownload_icon {
    
}
.sbfolderdownload_name_inner {
    display: table-cell;
    height: 4em;
    vertical-align: middle;
    width: 12em;
}
.sbfolderdownload_name_link {
    
}
.news-list-container IMG  {
    float: none;
    border: 0;
    margin: 0;
}
.news-list-item-left {
    float: left;
    width: 4em;
    margin-right: 10px;
}
.news-list-item-right {
    width: 29em;
    float: left;
}
.news-list-item {
    clear: both;
}
.news-list-container H2 {
    font-size: 1em;
}
.news-list-item a {
    text-decoration: none;
}
.news-single-rightbox {
    display: none;
}

.news-single-item{
	padding: 0px;
	width: 700px;
}

.news-single-item-left{
	float:left;
	position:inherit !important;
/*	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 15px;
	margin-right: 15px;*/
}
.news-single-item-right{
	width: 255px;
	height: 415px;
	background-color: #344c54;
	float:right;
        position: absolute;
        top: 0;
        right: 0;
}
.news-single-item .scroll{
		width: 683px;
		height: 20px;
		padding-right: 2px;
		margin-top: 4px;
                position:relative;
                left: -15px;
}
.news-single-img{
	float: none;
	text-align:center;
        margin: 0;
}






.jScrollPaneContainer, .jspPane{position:relative;overflow:hidden;z-index:1; float:left; /* ?nderung raffi --> */padding:15px 0 0 15px; margin: 0 0px 0 0;}

.jScrollPaneTrack{position:absolute; cursor:pointer;right:0;top:0;height:100%;background:transparent;}

jScrollPaneDrag{position:absolute;background:transparent;cursor:pointer;overflow:hidden;}

.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden;}

.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;overflow:hidden;}

a.jScrollArrowUp, .jspArrowUp {display:block;position:absolute;z-index:1; background-image:url(../images/arrow_top.png); top:0;right:0;text-indent:-2000px;overflow:hidden;/**/height:20px !important; width:20px !important; }

a.jScrollArrowUp:hover{/**/}

a.jScrollArrowDown, .jspArrowDown {display:block;position:absolute;z-index:1;background-image:url(../images/arrow_bottom.png);bottom:0;right:0;text-indent:-2000px;overflow:hidden;/**/height:20px !important; width:20px !important; bottom: -1px;}

a.jScrollArrowDown:hover{/**/}

a.jScrollActiveArrowButton,a.jScrollActiveArrowButton:hover{/**/}




.tx-ttnews-browsebox ul{
	list-style:none;
}




.tx-ttnews-browsebox ul li{
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}









#c303{
	width: 600px;
}






/* Neues 3-Spaltiges Template */

#threerows #right #content_left{
	float:left;
	padding: 5px;
	width: 680px !important;
	font-size: 1.1em;
	height: 400px;
}
#threerows #right #content_right{
	width: auto;
	height: 400px;
}
#threerows #right #content_left .bodytext{
	width: 380px;
}
#threerows #right{
	
	width: 700px;
}
.csc-frame-frame2{
	float:left;
        margin-left:0;
	width: 320px;
        float:left;
        padding-bottom: 25px;
}
.csc-frame-frame2 .csc-header h1{
	font-size: 1em !important;
        margin-bottom: 9px;
}
.content_page_full{
	width: 400px !important;
	padding: 5px;
}


.content_page_full{
	width: 665px !important;
	height: 415px !important;
}
#threerows .news-single-item .jScrollPaneContainer.jScrollPaneScrollable{
	width: 425px !important;
}


#middle {
	min-height: 443px;
}

#page .jScrollPaneContainer, .jScrollPaneScrollable{
    width:423px !important;
    height: 400px !important;
}
#page_full .jScrollPaneContainer{
    width:680px !important;
    height: 400px !important;
}
.jScrollPaneContainer{
    height: 400px !important;
}
.content_left{
    position: inherit !important;
}

#c719 .align-center, #c732 .align-center {
	width:174px;
	height:60px;
}
#c719 a, #c732 a {
	font-weight: normal;
}
.sitemapcontent li {
	line-height:20px;
}
.scroll a{
	font-size: 0px;
	text-decoration: none;
        line-height: 0;
        position: absolute;
}


#next{
	height: 20px;
	width: 20px;
        float:right;


}
#prev{
	width: 20px;
	height: 20px;

}
#prev img{
    float:left;
}
.app_link{
    float:right;
    width:83px;
    text-decoration:none;
}
.quickbar .app{
    text-align:center;
}
.app_link:hover { opacity: 0.6; }

.news-list-item-left img{
    width:37px !important;
    /*height:34px !important;*/
}
.app p{
    color: #222222;
    font-size: 1em;
}

.news-list-container{
	padding: 0px !important;	
}
#punkte{
    margin-top:-12px;
    margin-right: 20px;
	position:relative;
}
.showResultsWrap{
    display: none;
}
.news-list-browse{
	text-align:left;		
}
.disabledLinkWrap{
	display:none;	
}
.news-list-container{
	min-height: 350px;
}
.news-single-item-right{
	background-image:url(../images/presse_02.jpg);	
}




#newsticker{
	margin-top: 12px;
}
#newsticker ul{
	list-style: none;
}
#newsticker ul li{
	font-weight:normal;
}
#newsticker ul li.selected{
	font-weight: bold;
}
#newsticker ul li a{
	text-decoration: none;
        font-size: 11px !important;
        width: 14.4em !important;
}

#threerows .row{
	width: 380px;
}	
#threerows #overview{

	height: auto;
        padding-top: 50px;
        padding-left: 45px;
}
#threerows .row .entry{
	float:left;	
	width: 120px;
	margin: 20px;
}
#threerows .row .entry_double{
	float:left;
	width: 120px;
	margin: 20px;
        margin-top:93px;
}
#threerows .row .entry p{
	color:#0075bb;
	font-weight: bold;
	line-height: 300%;
}
#threerows .row .entry_double p{
	color:#d50019;
	font-weight: bold;
	line-height: 300%;
}
.left_header .menu_left a {
    font-size:0.845em !important;
}

#prev_list{

    position: absolute;
	left: -45px;

    top: -5px;
}
#news-latest-padding {
    padding:0 !important;
}
#news-latest-item-padding{
    padding:0 !important;
}
#newsticker .menu_left a{
    padding:0.15em 0 0.15em 1em !important;
}
.news_headline{
    font-size: 11px !important;
    line-height: 21px;
    margin-bottom: 3px;
    padding-left: 7px;
}
.sitemapcontent ul{ margin-left: 30px; }
.sitemapcontent { float:left; }

.left_header_link {
    position: absolute;
    top: 0;
    left: 0;
}
.left_header_link a {
    display: block;
    width: 160px;
    height: 50px;
    text-indent: -999em;
}
#right {
    
}
.news-latest-image-right {
    position: absolute;
    right: 0;
    top: 0;
}
.csc-sitemap {
    padding-bottom: 1em;
}
.csc-sitemap ul {
    list-style-type: none;
}
.csc-sitemap li 
    font-size: 1.4em;
    margin: 0.8em 0;
    font-weight: bold;
}
.csc-sitemap li li {
    font-size: 0.8em;
}
.csc-sitemap ul ul ul {
    margin-left: 1.5em;
}
.csc-sitemap li li li {
    font-weight: normal;
    font-size: 0.9em;
    background: url("../images/arrow.png") no-repeat scroll 0.0em 0.3em transparent;
    padding-left: 1em;
}
.menu_home_big span {
    display: none;
}
.menu_home_big .menu_home_sub span {
    display: block;
}
.menu_home {
    height: 69px;
    margin-left: 1px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0px;
	right: 0;
	width: 20px;
	height: 96%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display: none;
	}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;	
}
.jspArrowUp.jspDisabled {
    background-image:url(../images/arrow_top_disabled.png);
}
.jspArrowDown.jspDisabled {
    background-image:url(../images/arrow_bottom_disabled.png);
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.content_left, .news-single-item-left {
    height: 400px;
}
#page .content_left, .news-single-item-left {
    width: 425px;
    
}
#page_full .content_left {
    width: 700px;
}
#page_full_scroll .content_left {
    width: 680px;
}
#threerows .content_left {
    width: 423px;
}
/* iphone Schriftskalierung abschalten */
* {
    -webkit-text-size-adjust: none;
} 
.content_left_wrap {
    padding: 15px 0 0 15px;
    float: left;
}

.gallery_page .content_left, .gallery_page .news-single-item-left{
    width:680px !important;
}
.tx-yag-thumb-innerframe img, .tx-yag-image img{
    background-color: transparent !important;
	border: 0;
}
#yag-error-header, #yag-error-messagecontainer{
    display:none !important;
}

.application_logo_right {
	float: right;
	margin-left: 8px;
}
.application_page_container h1 {
	font-size: 22px;
	border-top: 1px solid #344b53;
	border-bottom: 1px solid #344b53;
	margin: 15px 0;
	padding: 0px 0 2px;
}
#page_container.application_page_container {
	font-size: 11px;
	width: 560px;
}
.application_fieldset {
	border: 0;
	border-bottom: 1px solid #344b53;
	background: url('../images/fieldset_bg.png') repeat-x #fff;
	margin: 18px 0;
}
.application_fieldset h2 {
	color: white;
	background: #344b57;
	font-size: 11px;
	font-weight: normal;
	padding: 0 2px 2px;
}
.application_fieldset_content {
	padding: 14px;
}
.application_fieldset fieldset:last-child {
	margin-bottom: 0;
}
.application_fieldset fieldset {
	border: 0;
	margin-bottom: 20px;
}
.application_fieldset fieldset legend, .application_fieldset h3 {
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 10px;
}
.application_required {
	
}
.application_form_field {
	clear: both;
	margin: 5px 0;
}
.application_form_field label {
	float: left;
	width: 173px;
	margin-right: 7px;
	margin-top: 1px;
}
.application_form_field_margin {
	margin-bottom: 10px;
}
.application_input, .application_textarea {
	width: 344px;
	padding: 2px;
	border: 1px solid #b4b5b7;
	box-shadow:inset 0 0 2px #c2c2c3;
}
.application_input_small {
	width: 176px;
}
.application_checkbox {
	float: left;
	margin-right: 5px;
}
.application_form_field_right {
	float: left;
	width: 350px;
}
.application_form_field_right label {
	width: auto;
	margin-right: 5px;
}
.application_select {
	width: 348px;
	background-image: url('../images/bg_select.png');
	background-repeat: no-repeat;
	background-color:  #fff;
	background-position: 0 2px;
}
.application_select_small {
	width: 180px;
	background-image: url('../images/bg_select_small.png');
}
.application_select_full {
	width: 100%;
	background-image: url('../images/bg_select_full.png');
}
.application_select.ui-state-active, .application_select.ui-selectmenu-menu, .application_select.ui-selectmenu-menu-dropdown {
	background: #fff;
}
.application_textarea {
	height: 150px;
}
.application_submit_left, .application_select_first {
	float: left;
}
.application_submit_right {
	float: right;
	margin-top: 3px;
}
.application_select_smaller {
	width: 150px;
	background-image: url('../images/bg_select_smaller.png');
}
.application_select_last {
	float: right;

}
.application_submit {
	cursor: pointer;
	margin-left: 10px;
}
.application_print {
	
}
.application_submit_left a {
	text-decoration: underline;
}

/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; } 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }


label.checkbox span.holder{height:72px;background:url(../images/prettyCheckboxes/checkbox.png) 0 -1px no-repeat}label.radio span.holder{height:72px;background:url(../images/prettyCheckboxes/radio.png) 0 -1px no-repeat}
label.checkbox:hover span.holder,label.radio:hover span.holder{top:-25px !important}
label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-49px !important}
label.list{float:left;clear:left;margin:0 0 5px 0}label.inline{float:left;margin:0 10px 0 0}input.hiddenCheckbox{position:absolute;left:-10000px}
label.prettyCheckbox span.holderWrap{margin-top: 0px; display:block;float:left;position:relative;margin-right:5px;overflow:hidden}label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}

.prettyCheckbox a {
	position: relative;
	top: 3px;
}
.prettyCheckbox {
	padding-top: 3px;
}

.application_details_left {
	float: left;
	width: 40px;
        margin-right: 13px;
        margin-top: 3px;
}
.application_details_right {
	float: left;
	width: 600px;
}
.application_open .application_print {
	margin-right: 10px;
}
.application_open {
	margin-bottom: 10px;
}
.application_open_link {
	margin-top: 1px;
}
.application_checkbox_fakelabel {
	position: relative;
	top: 4px;
	left: -10px;
	width: 270px;
	float: left;
}
.application_checkbox_text {
	position: relative;
	top: 2px;
}
#page_full .content_left_wrap {
    float: none;
    padding: 0;
}
.tx_recruiting_pi1_job_intro, .tx_recruiting_pi1_job_functions, .tx_recruiting_pi1_job_profile  {
    margin-bottom: 10px;
}
.tx_recruiting_pi1_company_text, .tx_recruiting_pi1_job_name_wrap {
    margin-bottom: 13px;
}
.tx_recruiting_pi1_job_offer, .tx_recruiting_pi1_moderator_company_city, .tx_recruiting_pi1_job_date {
    margin-bottom: 20px;
}
.tx-recruiting-pi1 h5 {
    font-size: 1em;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

.colorbox_inline {
    display: none;
}
.colorbox_inline_content {
    font-size: 1.1em;
}
.loading_image {
    text-align: center;
    display: block;
    margin: 1em auto 0;
}
.sNotify_message {
	width: 250px;
	padding: 20px;
	background-color: white;
	position: fixed;
	display: none;
	right: 0px;
	top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	border: 1px solid #808080;
        z-index: 1;
}
.sNotify_close {
	display: block;
	background-color: black;
	padding: 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	color: white;
	font-weight: bold;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}
.application_datepicker, .application_datepicker_month {
    background-image: url('../images/calendar.gif');
    background-repeat: no-repeat;
    background-position: center right;
}
.application_body .ui-datepicker-current {
    display: none;
}
.application_anker {
    cursor: default;
}
.tx_recruiting_pi1_job_offer_info, .tx_recruiting_pi1_job_company_info, .tx_recruiting_pi1_job_name_info {
	padding: 0 0 5px;
}
.tx_recruiting_pi1_job_offer_info {
	margin-bottom: 8px;
}
#c1053 h1{
	margin: 0px;
	padding: 0px;
}	

.pdfdownload, .vorlagedownload, .sonderformendownload{
	background-image: url(../../../../uploads/RTEmagicC_9f7429ec62_25.png.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 380px;
	position:relative;
}
.pdfdownload a, .vorlagedownload a, .sonderformendownload a{
	font-size: 11px;
	position:absolute;
	left: 40px;
	top: 6px;
	padding-top: 6px;
}
.pdfdownload a:hover, .vorlagedownload a:hover, .sonderformendownload a:hover{
	color: #ccc;
}
.subheader{
	font-weight: bold;
}
.sonderwerbeform_flash{
	height: 415px;
	position: relative;
	width: 260px;
	float:right;
}
.sonderwerbeform{
	width: 400px;
}
.sonderwerbeform_flash .bottom{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.sonderwerbeformen #content, .sonderwerbeformen .jspContainer{
	width: 400px !important;
}
.fallback{
	position: absolute;
    right: 0;
    top: 0;
}
body.sonderwerbeformen #content_right{
	width: 280px;
}
body.sonderwerbeformen .content_left_wrap{
	width: 400px;
}	
.flash_object{
	float:right;
}
.flash_object img{
	width: 260px;
}
.flash_object object{
	height: 260px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 260px;
}
#c1063 h1{
	margin-bottom: 0px;
}
#c1061{
	margin-top: 25px;
}

#c1061 .csc-sitemap li ul{
	margin-left: 20px;
}
.content_left_wrap ul li img{
	display:none;
}
#content_right_hover{
	position: absolute;
	left: 12px;
	top: 0px;
}
#content_right{
	position:relative;
}
#content_right_hover_img{
	display:none;
}
.sonderwerbeformen .left_header > img{
	display:none;
}
.menu_left li ul li{
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}
.menu_left li {
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}
#c1061 ul li ul{
	margin-bottom: 30px;
}
.pdfdownload{
	min-height: 40px;
}
body.sonderwerbeformen .csc-textpic-imagewrap.csc-textpic-single-image{
	width: 231px !important;
}
#c1063 h1{
	margin-bottom: 4px;
}
#c1061 ul li ul li a:hover{
	color: #ccc;
}
body.sonderwerbeformen .left_header_link {
	background-image: url(../../../../uploads/media/icon_tarife.png);
	background-repeat: no-repeat;
	background-position: left top;
}body.sonderwerbeformen .left_header span{
	margin-left: 53px;
}	
#c1061 ul li ul li{
	font-weight: normal;
}
#c1061 ul li > a{
	font-weight: bold;
}
#c1061 ul li ul li a{
	font-weight: normal;
}
.distance_helper, .distance_helper_gallery {
    height: 27px;
    width: 700px;
	margin-right: 5px;
	border-bottom: 1px solid #334b53;
	border-top: 1px solid #334b53;
	position:absolute;
	right: 0px;
	bottom: 0px;
}
.distance_helper_gallery {
	border-top: 0;
	height: 1px;
}
.tx-yag-breadcrumbcomtainer {
	display: none;
}
.menu_footer_facebook_img {
	margin-left: 1px;
	margin-right: 4px;
	position: relative;
	top: 4px;
}
.menu_footer_facebook {
	color: #304b8c;
	font-size: 11px;
}


#c525{
    clear:both!important;
}