@charset "utf-8";



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9cdcf9;
	background-image: url(/images/wolken_links.png);
	background-repeat: no-repeat;
	line-height: 18px;
	background-position: bottom left;
}
#container_wolken_rechts {
	width: 100%;
	background: url(/images/wolken_rechts.png);
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px none #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	word-spacing: normal;
	font-size: 13px;
	display: block;

}
	
 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding: 0px;
	height: 10px;
} 

.twoColFixLtHdr #logo {
	background-color: #FFF;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
	word-spacing: 0px;
	vertical-align: middle;
	text-align: left;
} 

.twoColFixLtHdr #slideshare {
	background-color: #d1e2e7;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	word-spacing: normal;
}

.twoColFixLtHdr #breadcrumb {
	background-color: #d1e2e7;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(/p7mbm/img/breadcrumb.jpg);
	background-repeat: repeat-x;
	word-spacing: normal;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar3 {
	/*float: right;  since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	text-align: right;
	text-transform: none;
	word-spacing: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-left: 235px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 80px;
	padding-left: 5px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	margin-right: 155px;
} 
.twoColFixLtHdr #mainContent-share {
	height: 500px;
	width: 120px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 20px;
	position: static;
	height: 10px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
H1 {
	COLOR: #c94f12;
	border-bottom-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	word-spacing: normal;
}
H2 {
	padding: 0px;
	font-family: Helvetica, Verdana, Geneva, Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: bold 13px/32px Verdana,Geneva,Arial; COLOR: #333333; PADDING-TOP: 0px
}
H4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 15px; PADDING-BOTTOM: 4px; MARGIN: 0px; FONT: bold 11px Verdana,Geneva,Arial; COLOR: #333333; PADDING-TOP: 4px; BACKGROUND-COLOR: #dfecf5
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; MARGIN: 15px 0px 5px
}
A:link {
	COLOR: #c94f12;
	TEXT-DECORATION: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
A:hover {
	COLOR: #ff9933;
	TEXT-DECORATION: underline;

}
A:active {
	COLOR: #c94f12;
	TEXT-DECORATION: none;

}
A:visited {
	COLOR: #c94f12;
	TEXT-DECORATION: none;
	
}

a#Current {bold 11px/14px Verdana,Geneva,Arial; COLOR: #333333; TEXT-DECORATION: none
}
#footer {
	float: bottom;
	width: 100%;
	height: 70px;
	background-color: transparent;
	padding: 7px;
	background-image: url(/images/gras_grond_trans_bg_matte.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center -93px;
	bottom:0;
	vertical-align: bottom;
	COLOR: #CCC;
	LINE-HEIGHT: 21px;
	TEXT-ALIGN: center;
	word-spacing: normal;
	position: fixed;
	visibility: visible;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer-content {
	width: 700px;
	margin: auto;
	display: block;
	text-align: center;
	position: relative;
}
#footer A {
	LINE-HEIGHT: 21px
	
}
#footer A:link {
	FONT:  12px/14px Helvetica,Verdana,Geneva,Arial; COLOR: #CCC; TEXT-DECORATION: none
}
#footer A:active {
	FONT:  12px/14px Helvetica,Verdana,Geneva,Arial; COLOR: #CCC; TEXT-DECORATION: none
}
#footer A:visited {
	FONT:  12px/14px Helvetica,Verdana,Geneva,Arial; COLOR: #CCC; TEXT-DECORATION: none
}
#footer A:hover {
	FONT:  12px/14px Helvetica,Helvetica,Verdana,Geneva,Arial;
	COLOR: #CCC;
	TEXT-DECORATION: none;
	
}
P {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image {
	
	border: 0px solid rgb(44, 55, 98); margin-right: 10px; margin-bottom: 5px; float: left;
}

hr.d {
	width: 100%;
	height: 2px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-bottom-color: #F3F3F3;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	}


.twoColFixLtHdr #image {
}
