@charset "utf-8";

/* CSS Document */



#formatierung {

	font-family: "Tahoma", Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #333333;

}



#formatierung .bold{

	font-weight: bold;

}



#formatierung a{

	color: #333333;

	text-decoration: underline;

}



#formatierung a:hover{

	color: #006fbf;

	text-decoration: none;

}



#formatierung a img{border: 0px none;}



h1 {

	font-size: 13px;

	color: #333333;

	font-weight: bold;

	margin-bottom: 8px;

	padding: 0px;

}





h2 {

	font-size: 13px;

	color: #333333;

	font-weight: bold;

	margin-bottom: 4px;

	padding: 0px;

}





h3 {

	font-size: 13px;

	color: #333333;

	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;

}



.cms-content-formmail .tr-error-message {

	background-color: #FBDB00;

}



.cms-content-table table {

	border-collapse:collapse;

	margin:0px 0px 8px 0px;

	border:1px solid #FBDB00;

}



.cms-content-table table th, .cms-content-table table td {

    text-align:left;

	vertical-align:bottom;

	margin:0px 0px 0px 0px;

	padding:2px 6px 2px 6px;

/*	border:1px solid #FBDB00; */

}



.cms-content-table table th {

	font-weight:bold;

	background-color:#FBDB00;

}



/* tr klassen sind "tr-even" oder "tr-odd" f�r abwechselnd farbige zeilen */

.cms-content-table table tr.tr-even {

	background-color:#F8F8F8;

}



.cms-content-table-2 table {

	border-collapse:collapse;

	margin:0px 0px 8px 0px;

}



.cms-content-table-2 table th, .cms-content-table-2 table td {

    text-align:left;

	vertical-align:bottom;

	margin:0px 0px 0px 0px;

	padding:2px 6px 2px 6px;

}



.cms-content-table-2 table th {

	font-weight:normal;

}

