/* ----------------------------------------------------- All browsers */
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-family: "Linotype Univers 330 Light", "Univers Light", arial, sans-serif;
	background-color: #fff;
	font-size: 13px;
	line-height: 140%;
}
body {
	min-width: 1230px;
}
*html body {
	min-width: 1230px;
}
*+html body {
	min-width: 1230px;
}

/*
Min Width Hack4IE
*/
*html body,
*+html body {
	width: expression(document.body.clientWidth < 1232 ? "1230px" : "auto");
}

/* ----------------------------------------------------- Standard Layout */
div#container {
	position: relative; 
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff url(../images/background-body.png) repeat-x bottom;
}
#base-header {
	position: absolute;
	width: 100%;
}
#padding-header {
	height: 85px; /* 140px; */
	display: block;
}
.logo {
	position: absolute;
	right: 22px;
	width: 127px;
	height: 85px;
	display: block;
}
#content {
	padding: 0;
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: right;
}
#index #content {
	min-height:150px;
}

.wrp-header {
	display: block;
	margin-bottom: 20px;
}
.flashisactive .wrp-header {
	position: absolute;
	top: 120px;
	left:0;
}
.wrp-base {
	/* width: 950px; */
	margin: 0 35px;
	min-height:350px;
	padding-bottom:20px;
}
#index .wrp-base {
	min-height:150px;
}
.backbutton {
	position: relative;
	width: 950px;
	margin: 0 auto;
	font-size:-10000em;
	line-height: 0px;
}
.medien {
/*	text-align: right;*/
}
.medien .back {
	text-indent:107px;
}
.back {
	position: absolute;
	right: 0;
	width: 230px;
	height: 43px;
	font-size:12px;
	margin-top:10px;
	background-position: -1000px;
	background-repeat: no-repeat;
}

.back:hover {
	text-indent: -10000em;
	background-position: left top;
}
.medien .back:hover {
	background-position: right top;
}

.flashisactive .wrp-base {
	width: 960px;
	padding-top: 63px;
	height: 600px;
}
.left-col {
	float: left;
	/* width: 200px; */
}
.right-col {
	float: left;
	/* width: 230px; */
}
.right-col.subarticle {
	float: left;
	width: 750px;
}
.main {
	float: left;
	/* width: 480px; */
}
.main.w100ww {
	float: left;
	width: 750px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 35px;
}

.slogan {
	display: block;
	float: right;
	width: 109px;
	padding-right: 40px;
}
.islogan {
	position: relative;
	display: block;
	width: 109px;
}
.iislogan {
	position: absolute;
	margin-top:-74px;
	display: block;
	width: 109px;
	height: 109px;
}
/*
.slogan {
    position: absolute;
	bottom:0;
	right:40px;
  }
  html>body .slogan { 
    position: fixed;
  }

.slogan {
	float: right;
	width: 109px;
	height: 109px;
	background: transparent url(../images/slogan.png) no-repeat left top;
	z-index: 1000;
}
/**/
/* ----------------------------------------------------- Elemente */
.indexlinks-top {
	width:480px;
	background: transparent url(../images/index-links-top.png) no-repeat left top;
	padding-top:9px;
}
.indexlinks {
	width:480px;
	background: transparent url(../images/index-links-bottom.png) no-repeat left bottom;
	padding-bottom:7px;
}

* html .indexlinks,
* html .indexlinks-top {
	background: none;
}
* html .indexlinks {
	border: 1px solid #DEE7C3;
}

.indexlinks li.first {
	border:none;
}
*html .indexlinks li a {

}
.indexlinks li.first a {
	background-position: 15px 14px;	
}
.indexlinks li.first a span {
	padding-top:16px;
}
.indexlinks li a.llink:hover, 
.indexlinks li a:hover {
	background-color:#fff;
}
.indexlinks ul li {
	display: block;
	border-top: 1px solid #DEE7C3;
	padding:0 2px;
}
.indexlinks ul li a {
	display: block;
	background: transparent url(../images/index-icon-linkpf.gif) no-repeat 15px 18px;
	position: relative;
	padding: 0;
}
.indexlinks ul li a.llink {
	background: transparent url(../images/index-icon-linkplus.gif) no-repeat 15px 18px;
}
.indexlinks ul li a:hover {
	background-position: 15px -182px;
}
.indexlinks ul li a span {
	display: block;
	height: auto;
	padding: 20px 10px 15px 50px;
	width: auto;
	background-repeat: no-repeat;
	background-position: 90% center;	
}
.index-content {
	margin-left:40px;
}
.links {
	border-top: 1px solid #E5E5E5;
	margin-bottom:30px;
}
.links li {
	border-bottom: 1px solid #E5E5E5;
}
.links li a {
	padding: 10px 0 10px 30px;
	display: block;
	font-size: 13px;
	line-height: 130%;
	background: transparent url(../images/icon-linkpf.gif) no-repeat left 8px;	
}
.links li a.llink {
	background: transparent url(../images/icon-linkplus.gif) no-repeat left 8px;
}

.links li a:hover {
	color: #666;
	background-position: left -192px;
}

.left-col.question {
	background: transparent url(../images/background-question.png) no-repeat left top;	
	height: 122px;
}
.left-col.noquestion {
	height: 122px;
}
.subart100 {
	display: block;
	height: 122px;
	background: transparent url(../images/background-subart-100.png) no-repeat left top;	
	text-align: left;
	padding-left:145px;
	position: relative;
}
.subart80 {
	display: block;
	height: 122px;
	background: transparent url(../images/background-subart-80.png) no-repeat left top;
	text-align: right;
	width: 480px;
	position: relative;
}
.nolightbox {
	cursor: default;
}
.llink .plus {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom:2px;
	right:2px;
	background: transparent url(../images/icon-plus.png) no-repeat center top;
}
.llink.plus-hover .plus {
	background-position: center bottom;
}

.llink.bpls .bigplus {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	margin-top:2px;
	margin-left:92px;
	background: transparent url(../images/bigplus.png) no-repeat left top;
}
.llink.bpls.plus-hover .bigplus {
	background-position: right top;
}

.dwbx {
	border-top:1px solid #E5E5E5;
}

.download {
	margin-top: 0px;
	margin-bottom: 20px;
}
.download li {
	border-bottom:1px solid #E5E5E5;
	padding:8px 0 8px 50px;
	background-repeat: no-repeat;
	background-position: left 5px;
	
}		
.download li a {
	display: block;
}
.download li a:hover {
	color: #333;
}
.download li span {
	color: #666;
	font-size: 11px;
	font-style: italic;
}

.mediadownload {
	margin-top: 20px;
	border-bottom:1px solid #E5E5E5;
}
.mediadownload li {
	float: left;
	display: inline-block;
	margin: 0 24px; 
	padding-bottom:20px;
}
*html .mediadownload li {
	float: left;
	display: inline-block;
	margin: 0 20px; 
	padding-bottom:20px;
}

.mediadownload li a span.pic {
	display: block;
	height: 100px;
	width: 100px;
	background-color: #F0F3E5;
	background-position: center center;
	border: 1px solid #999;
	background-repeat: no-repeat;
}
.mediadownload li a span.vors {
	display: block;
	width: 100px;
	text-align: center;
}
.mediadownload li a span.nam {
	display: block;
	padding-top:5px;
	color: #666;
}
.mediadownload li span.getfssize {
	color: #666;
	display: block;
	text-align: center;
}
.mediadownload li a {
	display: block;
	width: 100px;
	text-align: center;
}
.mediadownload li a.dokmt {
	display: block;
	width: 100px;
	background: transparent url(../images/icon-dokum.gif) no-repeat center top;
	padding-top:65px;
}
.ww80,
.ww100 {
	/* padding-top:35px; */
}
.uebersicht {
	position: absolute;
	left:10px;
	margin-top: 10px;
	width:100px;
	text-align: left;
	color: #83A51F;
}
.boxlink {
	position: relative;
	margin: 0 10px;
	float: left;

}
.ww80 .boxlink,
.blpadding .boxlink {
	float: right;
}
.boxlink .pic {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	left:0;
}
.boxlink .linktxt {
}
.boxlink .linktxt em {
	display: none;
}
.hquestion {
	display: block;
	padding: 13px 10px;
}
.logo a {
	display: block;
	width: 127px;
	height: 85px;
	background: transparent url(../images/bibi-logo.png) no-repeat left top;
}
.bredcrump {
	padding: 1px 0 0 43px;
}
.bredcrump ul li {
	float: left;
	margin-right:5px;
	font-size: 13px;
	padding-bottom: 6px;
}
.bredcrump ul li a {
	color: #666;
}
.bredcrump ul li a:hover {
	color: #83A51F
}
.bredcrump ul li.bredpf {
	margin-right:5px;
	padding-top:1px;
	color: #666;
}
.headline {
	padding: 10px 0 0 43px;
}


/**/

.c_base.fl_left .c_pic {
	float: left;
	width: 220px;
}
.c_base.fl_left .c_text {
	float: right;
	width: 460px;
	padding-right: 10px;
}
.c_base.fl_right .c_pic {
	float: right;
	width: 450px;
}
.c_base.fl_right .c_text {
	float: left;
	width: 210px;
}

/*FAQ*/
.basic3 h2.hlacc {
	font-size:13px;
	line-height: 130%;
	color: #666;
	padding-bottom:10px;
	margin-bottom: 0;
	margin-top:30px;
	border-bottom: 1px solid #E5E5E5;
}
.basic3 h2.hlacc.first {
	margin-top:0
}
.basic3 .acc {
	border-bottom: 1px solid #E5E5E5;
}
.basic3 a.toggler {
	cursor:pointer;
	outline:none;
	padding:10px 0 10px 32px;
	display: block;
	background: transparent url(../images/icon-acc.gif) no-repeat left 9px;
}
.basic3 .accordion {
	padding-left:32px;
}
.basic3 a.toggler:hover {
	background-position:left -134px;
	color:#666;
}
.basic3 a.toggler.active {
	color:#666;
	background-position:left -134px;
}

/* ----------------------------------------------------- Navigation */
.main-navigation ul li {
	float: left;
	background: transparent url(../images/background-main-n-left.png) no-repeat left top;
}
.main-navigation ul li.current {
	background-position: left -34px;
}
.main-navigation ul li a {
	display: inline-block;
	height: 34px;
	background: #fff url(../images/background-main-n-right.png) no-repeat right -1000em;
}
.main-navigation ul li a span.nsp_default {
	display: block;
	text-indent: -10000em;
	color: none;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center 4px;
}
.main-navigation ul li a:hover {
	background-color: transparent;
	background-position: right top;
}
.main-navigation ul li.current a,
.main-navigation ul li.current a:hover {
	background-color: transparent;
	background-position: right -34px;
}

/* Subnavigtation */
.sub-navigation {
	margin: 0 0 200px 0;
	padding-top: 400px;
}
.sub-navigation ul {
	height: 200px;
	width: auto;
}
.sub-navigation ul li {
	float: left;
	border-left: 1px solid #CDCDCD;
}
.sub-navigation ul li a {
	display: block;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
.sub-navigation ul li a span {
	display: block;
	text-indent: -10000em;
	color: none;
	height: 34px;
	position: absolute;
	bottom:0;
	background-repeat: no-repeat;
	background-position: center 4px;
}

/*Footer*/
#footer ul {
	margin-left:44px;
}
#footer ul li {
	float:left;
	margin-right: 14px;
}
#footer ul li a {
	color: #78796F;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #333;
}
#footer .icons {
	display: none;
	float: left;
	position: relative;
}
.t_icons,
.f_icons {
	display: block;
	position: absolute;
	margin-top: -5px;
	width: 30px;
	height: 30px;
}
.t_icons {
	background: transparent url(../images/icons-twitterfacebook.gif) no-repeat left top;
}
.f_icons {
	left:30px;
	background: transparent url(../images/icons-twitterfacebook.gif) no-repeat right top;
}

/* ----------------------------------------------------- Links */

a {
	color: #83A51F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* ----------------------------------------------------- Typen */
.voted,
.hqsp {
	color: #83A51F;
}

h1 {
	font-size: 30px;
	color:  #333;
	line-height: 100%;
	padding: 10px 2px 25px 2px;
}
h2 {
	
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
.iinline h3 {
	margin-bottom: 20px;
}
h4, h5, h6 {
	
}
p {
	color: #666;
	line-height: 140%;
	font-size: 13px;
	margin-bottom: 20px;
}

.c_text ul li {
	padding-left: 14px;
	padding-bottom: 5px;
	line-height: 140%;
	font-size: 13px;
	color: #666;
	background: transparent url(../images/bullet.png) no-repeat left 0.48em;	
}
/* ----------------------------------------------------- IE6 and below */
*html {
	width : 100%;
}
/* ----------------------------------------------------- IE7 and below */
*+html {
	width : 100%;
}
/*
IE HACKS
never use float:left + margin left
never use float:right + margin right
*/

.searchresults {
	margin-top:33px;
	border-top: 1px solid #ccc;
}
.searchresults li {
	border-bottom: 1px solid #ccc;
	padding-top:5px;
}
.searchresults li a {
	display: block;
	background: transparent url(../images/icon-linkpf.gif) no-repeat left 0.6em;	
	padding: 9px 0 9px 30px;
	font-size: 13px;
	font-weight: normal;
}
.searchresults li p {
	padding-left:30px;
}

.lang-navigation {
	position: absolute;
	display: block;
	width: 110px;
	text-align: right;
	height: 10px;
	left:-125px;
	top:33px;
}
.lang-navigation ul {
	width: auto;
}
.lang-navigation ul li {
	float: left;
}
.lang-navigation ul li.first {
	background: transparent url(../images/language_li.png) no-repeat right top;
}
.lang-navigation input {
	color: #78796F;
	display: inline-block;
	margin: 0 14px;
}
.lang-navigation a:hover {
	color: #333;
}
