@charset "utf-8";

/* CSS Document */


#formatierung {
	font-family: "tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



#formatierung .bold{
	font-weight: bold;
}



#formatierung a{
	color: #008fd7;
	text-decoration: none;
}



#formatierung a:hover{
	color: #008fd7;
	text-decoration: underline;
}



#formatierung a img{border: 0px none;}



p {
	margin: 0;
	padding: 0px;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #008fd7;
}


h2 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}



h3 {
	font-size: 15px;
	color: #008fd7;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#formatierung .imageRight {
	position: relative;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 107;
	clear: both;
}


#formatierung .imageLeft {
	position: relative;
	float: left;
	margin-top: 29px;
}


#formatierung .imageRight .zoom {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/lightbox/zoom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
}


#formatierung .textRight {
	position: relative;
	float: right;
	width: 470px;
	margin-bottom: 40px;

}


/* anpassungen MvdW */



#formatierung .imageGallery {
	position: relative;
	margin-right: 16px;
	margin-bottom: 16px;
}



#formatierung .imageGallery .zoom {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/lightbox/zoom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
}



.table {
	border-collapse:collapse;
	margin:0px;
}


.table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbc3dd;
	padding: 4px;
}

