@charset "utf-8";

/* CSS Document */



#formatierung {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 10px;
}



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



#formatierung a{
	color: #333333;
	text-decoration: underline;
}



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



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


h1 {
	font-size: 13px;
	color: #ee7200;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


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





h3 {
	font-size: 13px;
	color: #004fa7;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



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



#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;
}



/* 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;
}

