@charset "utf-8";

/* Allgemeine Definitionen */
#fb_content h2 {
	color: #0062a6;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.0em 0;
}

#fb_content h2.csc-firstHeader {
	margin-top: 0;
}

#fb_content h3 {
	color: #4d4d4d;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.5em 0;
}

#fb_content h4 {
	color: #4d4d4d;
	font-size: 0.7em;
	font-weight: bold;
}

#fb_content p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

#fb_content blockquote {
	background: transparent url(../img/quotes_bottom.png) no-repeat 3% 95%;
	display: block;
	margin: 0 !important;
}

#fb_content blockquote p {
	background: transparent url(../img/quotes_top.png) no-repeat 97% 5%;
	font-style: italic;
	padding: 2em 4em;
}

#fb_content ul {
	list-style: none;
	margin: 0.5em 0 1em 0;
}

#fb_content ul li {
	background: transparent url(../img/flagbit_bit.png) no-repeat 0 0.6em;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0 0 0 1em;
}

#fb_content ul li li {
	font-size: 1.0em;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
}

#fb_content a {
	color: #4c4c4c;
	text-decoration: underline;
}

#fb_content a:hover {
	color: #0062a6;
}

strong {
	color: #4d4d4d;
}

dl {
	margin: 0;
}

div.content-container {
	margin-bottom: 1em;
}

div.content-container div.content-container div.content-container {
	margin-bottom: 1em;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color: #939393;
	font-size: 0.7em;
	text-align: center;
}

/* Typo3 Elemente */
.csc-textpic {
	/*margin-bottom: 1.5em;*/
}

div.csc-textpic-center {
	overflow: hidden;
}

.csc-textpic-imagewrap {

}

/* Zwei Spalten */
.zweispalten {
	overflow: hidden;
	margin-bottom: 1.5em;
}

.zweispalten .col-0 {
	float: left;
}

.zweispalten .col-1 {
	float: right;
}

.zweispalten_67_33 .col-0,
.zweispalten_33_67 .col-1 {
	width: 66.25%;
}

.zweispalten_67_33 .col-1,
.zweispalten_33_67 .col-0 {
	width: 32.5%;
}

.zweispalten_75_25 .col-0,
.zweispalten_25_75 .col-1 {
	width: 73.25%;
}

.zweispalten_75_25 .col-1,
.zweispalten_25_75 .col-0 {
	width: 25.5%;
}

.zweispalten_50_50 .col {
	width: 49.3%;
}



/* Drei Spalten */
.dreispalten {
	overflow: hidden;
	margin-bottom: 1.5em;
}

.dreispalten .col {
	float: left;
	margin-right: 1.25%;
}

.dreispalten .col-2 {
	margin-right: 0;
}

.dreispalten_33_33_33 .col {
	width: 32.5%;
}



/* Content Box */
.fb_shadowbox {
	background: #ffffff;
	border: 1px solid #d3d3d3;
	padding: 0.125em;
}

.fb_shadowbox .fb_innercontainer {
	background: #ffffff url(../img/content_bg.png) repeat-x top left;
	padding: 0.5em;
}

/* Teaser Box */
.fb_teaserbox {
	background: transparent url(../img/teaserbox.png) no-repeat 0 1.7em;
	font-size: 0.8em;
	height: 8.75em;
	padding: 2.1875em 0 0 0.9025em;
	position: relative;
	width: 22.5em;
}

.fb_teaserbox img.teaserpic {
	position: absolute;
	bottom: 0em;
	right: 0;
}

#fb_content .fb_teaserbox .fb_innercontainer {
	padding: 0.5em 11em 0 0;
}

#fb_content .fb_teaserbox h2 {
	margin: 0 0 0.25em 0;
}

#fb_content .fb_teaserbox h2 a {
	color: #0062a6;
	text-decoration: none;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#fb_content .fb_teaserbox p {
	color: #4c4c4c;
	font-size: 0.85em;
	margin-bottom: 0;
}

#fb_content img.icon {
	margin-right: 0.4em;
}

#fb_content .fb_teaserbox a.morelink {
	bottom: 0.9025em;
	color: #0062a6;
	font-size: 0.9em;
	position: absolute;
}


/* Submen� */
#fb_content .fb_submenu ul {
	background: transparent url(../img/submenu_border.png) no-repeat bottom left;
	border-top: 8px solid #0062a6;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0.125em 0 0.075em 0;
}

#fb_content .fb_submenu_grey ul {
	border-top: 8px solid #4d4d4d;
	}

#fb_content .fb_submenu ul li {
	background: transparent;
	padding: 0 0 0.15em 0;
}

#fb_content .fb_submenu ul li div.outer {
	background: transparent url(../img/submenu_border.png) no-repeat;
	padding-top: 0.3em;
}

#fb_content .fb_submenu ul li.active div.inner,
#fb_content .fb_submenu ul li.current div.inner {
	background: transparent url(../img/submenu_act_bg.png) repeat-y top right;
}

#fb_content .fb_submenu ul li a,
#fb_content .fb_submenu ul li.current span {
	background: #e0e0e0 url(../img/bullet_grey.png) no-repeat 0.9em 0.85em;
	color: #0062a6;
	display: block;
	font-weight: bold;
	padding: 0.5em 2.5em;
	text-decoration: none;
}

#fb_content .fb_submenu_grey ul li a,
#fb_content .fb_submenu_grey ul li.current span {
	color: #4d4d4d;
}

#fb_content .fb_submenu ul li.active a,
#fb_content .fb_submenu ul li.current span {
	background: transparent url(../img/bullet.png) no-repeat 0.9em 0.85em;
}

#fb_content .fb_submenu ul li a:hover,
#fb_content .fb_submenu ul li a:focus {
	color: white;
	/*background: #0062a6 url(../img/bullet_white.png) no-repeat 0.9em 0.85em;*/
	background: #0062a6 url(../img/bullet_white.png) no-repeat 0.9em 0.85em;
}

#fb_content .fb_submenu_grey ul li a:hover,
#fb_content .fb_submenu_grey ul li a:focus {
	background: #4d4d4d url(../img/bullet_white.png) no-repeat 0.9em 0.85em;
}

#fb_content .fb_greyborder,
#fb_content .fb_blueborder {
	padding: 0.125em;
}

#fb_content .fb_greyborder {
	border: 1px solid #868686;
}

#fb_content .fb_blueborder {
	border: 1px solid #0062a6;
}

#fb_content .fb_greyborder h2,
#fb_content .fb_blueborder h2 {
	color: #ffffff;
	font-size: 0.8em;
	margin: 0 0 0.25em 0;
	padding: 0.125em 0.5em;
}

#fb_content .fb_greyborder h2 {
	background: #868686;
}

#fb_content .fb_blueborder h2 {
	background: #0062a6;
}
	

#fb_content .fb_contentbox div.content-container {
	margin: 0;
}

/* Login Box */
.tx-newloginbox-pi1 .fb_login {
	/*background: transparent url(../img/key.jpg) no-repeat bottom right;*/
}

#fb_content .tx-newloginbox-pi1 .fb_login h2 {

}

.tx-newloginbox-pi1 .fb_login div.fb_login_content {
	padding: 0 0.3em;
}

.tx-newloginbox-pi1 .fb_login input,
.tx-newloginbox-pi1 .fb_login label,
.tx-newloginbox-pi1 .fb_login .fb_forgot {
	font-size: 0.7em;
}

.tx-newloginbox-pi1 .fb_login .fb_forgot {
	margin-left: 5.1em;
}

.tx-newloginbox-pi1 .fb_login input.text {
	border: none;
	background: #d7d7d7;
	color: #4d4d4d;
	height: 1.2em;
	padding: 0.125em 0.5em;
	width: 12em;
}

.tx-newloginbox-pi1 .fb_login .fb_row button {
	border: none;
	color: #ffffff;
	background: transparent url(../img/button_signup.png) no-repeat;
	font-size: 0.7em;
	width: 6.875em;
}

.tx-newloginbox-pi1 .fb_login .fb_row button.forgot {
	background: transparent url(../img/button_forgot_pw.png) no-repeat;
	width: 11.52em;
}

.tx-newloginbox-pi1 .fb_login .fb_row {
	overflow: hidden;
	margin-bottom: 0.1em;
}

#fb_content .tx-newloginbox-pi1 .fb_login .fb_row_last {
	margin-bottom: 0;
}

.tx-newloginbox-pi1 .fb_login label {
	float: left;
	width: 12em;
}

/* News Übersicht */
.news-latest-container {
	border:1px solid #868686;
	padding: 0.125em 0.125em 0.475em 0.125em;
	margin-top: 1.5em;
}

#fb_content h2.news_latest_headline {
	margin: 0 0 0.25em 0;
	/*padding: 0.125em 0.5em;*/
}

.fb_shadowbox .news_latest_content {
	padding: 0 0.3em;
}

#fb_content .news_latest_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fb_content .news_latest_content ul li {
	font-size: 1.0em;
}

#fb_content .news_latest_content .news-latest-gotoarchive a,
#fb_content .news-single-item .news-single-backlink a {
	font-size: 0.7em;
	
}

#fb_content .news_single_content ul li {
	margin-bottom: 1em;
}

#fb_content .news_single_content .news-single-img{
	margin: 2em 0;
	overflow: hidden;
}

#fb_content .news_single_content .news-single-img img {
	float: left;
	margin-right: 2em;
}

#fb_content .news-single-item h3 p {
	font-size: 1em;
}

#fb_content .news-list-container h3 {
	margin: 0.25em 0;
}


#fb_content .news-list-container ul li {
	background-position: 0 0.7em;
	clear: both;
	font-size: 1em;
	overflow: hidden;
}

#fb_content .news-list-item p.news-list-date,
#fb_content .news-single-item p.news-single-timedata,
#fb_content .news-latest-item h3,
#fb_content .news-list-item h3 {
	margin: 0;
}

#fb_content .news-single-item h2 {
	margin-top: 0;
}

#fb_content .news-list-item .image {
	float: left;
	margin-right: 1em;
}

#fb_content ul.job_overview {
	margin: 0;
	padding: 0;
}

#fb_content .news-list-container ul li .fb_spacer {
	margin: 2em 0;
}

#fb_content .news-list-container ul li li {
	font-size: 0.7em;
	line-height: 1.75em;
	margin-bottom: 0;
}

/*#referenzen .zweispalten .dreispalten .csc-textpic {*/
#fb_content .tx-fbextranet-pi1 ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#fb_content .tx-fbextranet-pi1 ul li {
	background: transparent;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	vertical-align: middle;
}

.tx-fbextranet-pi1 ul li img {
	border: 1px solid #868686;

}


/* Kontaktformular */
fieldset.csc-mailform {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.csc-mailform .csc-mailform-field {
	clear: both;
	font-size: 0.75em;
	margin-bottom: 0.25em;
	overflow: hidden;
}

fieldset.csc-mailform .csc-mailform-field label {
	color: #4d4d4d;
	float: left;
	width: 12em;
}

#fb_content input,
#fb_content select,
fieldset.csc-mailform .csc-mailform-field input,
fieldset.csc-mailform .csc-mailform-field select,
fieldset.csc-mailform .csc-mailform-field textarea {
	background: #ffffff;
	border: 1px solid #808080;;
	color: #4D4D4D;
	line-height: 1em;
}

fieldset.csc-mailform .csc-mailform-field textarea {
	width: 30em;
	height: 20em;
	overflow: auto;
	font-size: 1em;
	padding: 0.2em;
}

fieldset.csc-mailform .csc-mailform-field input {
	height: 1.2em;
	padding: 0.125em 0.5em;
	width: 16em;
}

fieldset.csc-mailform .csc-mailform-field select {
	width: 17em;
}

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-submit {
	background: #ffffff;
	border: 1px solid #d7d7d7;
	height: auto;
	margin: 1em 0 0 13em;
	width: auto;
}

/* Suchformular/-ergebnisse */
#fb_content .tx-indexedsearch fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	color: #0062a6;
	font-size: 0.8em;
	font-weight: bold;
}

#fb_content ul.browsebox {
	overflow: hidden;
	padding: 0;
}

#fb_content .tx-indexedsearch-browsebox_top ul.browsebox {
	margin: 0 0 1.5em 0;
}

#fb_content .tx-indexedsearch-browsebox_bottom ul.browsebox {
	margin: 1.5em 0 0 0;
}

#fb_content ul.browsebox li {
	background: transparent;
	float: left;
	padding: 0 1em 0 0;
}

#fb_content .tx-indexedsearch-res .tx-indexedsearch-res {
	clear: both;
}

#fb_content .tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-icon {
	position: relative;
	top: 0.3em;
}

#fb_content .tx-indexedsearch-res .tx-indexedsearch-res h3 {
	font-size: 0.8em;
	margin-top: 1.5em;
}

#fb_content .tx-indexedsearch-res .tx-indexedsearch-res dl {
	font-size: 0.7em;
}

#fb_content .tx-indexedsearch-res .tx-indexedsearch-res dt {
	float: left;
}

.fb_spacer_hr {
	background: transparent url(../img/hrule_grau_shadow.png) repeat-x;
	height: 7px;
}

/* Access Keys */
.accessKey_active {
	text-decoration: underline;
}

/* Suchfeld */
.ac_results {
	background: #e8e8e8;
	cursor: pointer;
	font-size: 0.7em;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 12.75em;
	z-index: 101;
}

.ac_results ul {
	border: 1px solid #aaa;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ac_results iframe {
	display: none;/*sorry for IE5*/
	display/**/: block;/*sorry for IE5*/
	/*filter: mask();*/
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.ac_results li {
	padding: 2px 5px;
}

.ac_results a {
	width: 100%;
}

.ac_loading {
	background: url('../img/indicator.gif') right center no-repeat;
}

.over {
	background: #0062A6;
	color: #ffffff;
	font-weight: bold;
}

.clear{
	clear: both;
}


.mip-referenzen th{
	background-color: #E0E0E0;
}

.mip-referenzen td, .mip-referenzen th{
	padding: 2px 30px 2px 2px;
	font-size: 0.7em;
}
