#abstand {
	width: 25%;
	overflow: hidden;
	float: left; 
}
#contentpos {
	clear: left;
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 1100px;
	margin-top: 15px;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #334d55;
	text-decoration: none;
}

a:link{
	color: #334d55;
	text-decoration: none;
}

a:visited{
	color: #334d55;
	text-decoration: none;
}

a:hover{
	color: #008000;
	text-decoration: underline;
}

h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: green;
	margin: 0px;
	padding: 10px 0px 22px 0px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	text-indent: 10px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: green;
 margin: -15px 0 0 0;
 padding: 0 0 20px 0;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 margin: 0px 5px 5px 5px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul ul{
 list-style-image:url(images/li_icon.gif);
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#masthead{
	padding: 10px 5px 0px 0px;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: 5px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
}

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	height: 100%;
}
.listzusatz {
	list-style-image: url(images/li_icon.gif);
	margin-left: -10px;
	line-height: 1.8em;
}
.sonder {
	font-style: normal;
}

#headlines ul.listzusatz li {line-height:1.3em;margin-bottom:3px;}

#headlines{
	float:right;
	width: 200px;
	border-left: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #EEEEEE;
	height: 100%;
}

#content{
	float: left;
	width: 65%;
	padding: 0px 10px 0px 5px;
	margin: 0px;
}
.maxhoehe {
	height: 100%;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	text-align: right;
	width: 98%;
	margin-bottom:5px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 21px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: green;
	color: white;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 5px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:hover {
	background-color:green;
	color:white;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.bold {
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	font-weight: bold;
}

.bold span {
	float:right;
	font-weight:normal;
}


.bold:hover {
	background-color:#eee;
}

.bold:hover span{
	font-weight: bold;
}

td {
	width: auto;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
}

table {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	width: 100%;
	margin-top: 15px;
}
.sichtbar {
	border: 1px solid #666666;
}

.h4first {
 margin: 10px 5px 5px 5px;
}
#header {
	background-image: url(images/logo_bdb_bsa.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-position: right top;
	margin: -5px 0px -5px 5px;
	padding-right: 20px;
}
.relatedLinks a:focus {

	background-color:green;
	color:white;
}
.relatedLinks a:active {

	background-color:green;
	color:white;
}
.h3first {

 margin: 25px 5px 5px 0px;
}
.contentlinks {
	font-weight: bold;
	font-size: 12px;
	color: green;
}
.linkcont {
	margin: 25px 5px 5px 10px;
	color: green;
}
.abstand {

 margin: -10px 5px 5px 0px;
}

.abstand1 {

 margin: 0 5px 5px 0px;
}

.tothetop {
	background-image:url(images/totop.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
	display:block;
	margin-right:0px;
	width:80px;
	float:right;
	clear:both;
}

.tothetop:link {color:#008000;text-decoration:none;}

.tothetop:hover {color:#008000;text-decoration:underline;}


a.fblink {
	font-size:8pt;
	float:left;
	margin-top:-3px;
	margin-right:3px;
	border:1px solid #cad4e7;
	padding:2px;
	padding-left:21px;
	padding-right:4px;
	padding-bottom:2px;
	color:#3b5998;
	background-image:url(images/fb_link.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:14px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration:none;
}

iframe {
	margin-top:-3px;
}

a.fblink:hover {
	border-color:#9dacce;
}

iframe  {
	height:330px!important;
	}
