@charset "utf-8";

/* Bugfix 03.2010 */
.cms-content-element {
	clear:both;
}
.cms-content-textpic div.imageRight {
	width:160px; /* same as textpic/thumbnail width in cms config */
	/* text-align:right; */
}

/* 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: #004fa7;
	text-decoration: none;
}
#formatierung a img{border: 0px none;}
h1 {
	font-size: 13px;
	color: #004fa7;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	color: #004fa7;
	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;
}
.cms-content-formmail .tr-error-message {
	background-color: #FBDB00;
}
.cms-content-table table {
	border-collapse:collapse;
	margin:0px 0px 8px 0px;
	border:1px solid #E8E9ED;
}
.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;
	color:#004FA7;
	background-color:#E8E9ED;
}
/* 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;
}

/* level-<nr> entspricht der tiefe im Seitenbaum */
.cms-content-sitemap li.level-0 {
	list-style-type:square;
	margin:6px 0px 0px 0px;
}
.cms-content-sitemap li.level-1 {
	list-style-type:disc;
	margin:1px 0px 0px 16px;
}
.cms-content-sitemap li.level-2 {
	list-style-type:circle;
	margin:1px 0px 0px 32px;
}
.cms-content-sitemap li.level-3 {
	list-style-type:circle;
	margin:1px 0px 0px 48px;
}
.cms-content-sitemap li.level-4 {
	list-style-type:circle;
	margin:1px 0px 0px 64px;
}

/* Google Map */
#googlemap_info, #googlemap_info * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#googlemap_info form {
	margin:0px;
}
#googlemap_info input {
	width:195px;
	margin:0px;
}
#googlemap_info p {
	margin:0px 0px 8px 0px;
}
#googlemap_info hr {
	width:200px;
	margin:0px 0px 4px 0px;
}
#googlemap_directions, #googlemap_directions * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

