/* CSS Document */
body{
	background-image:url(../img/bg_left_hs.gif);
	background-repeat: repeat-x;
}

.bg_right_kurz{
	background-image:url(../img/bg_right_hs_kurz.gif);
	background-repeat: repeat-x;
}

.submenu ul li a:hover{
	color: #E30028;
}

.submenu ul li a.xd-navi-active-1
, .submenu ul li a.open-1{
	color: #E30028;
	background-image:url(../img/bg_submenu_hs.gif);
	background-repeat:repeat-y;
}

.content h1,
.content h2,
.content h3 {
	color: #002C5D;
	border-bottom-color: #002C5D;
}
.content h3 a {
	color: #002C5D;
	border-bottom-color: #002C5D;
}

.content strong,
.content b,
.content h1{
	color: #002C5D;
	border: none;
	margin: 25px 0;
	font-size:12px;
	padding: 0;
}
.content strong,
.content b{
	margin: 0;
}

/*
.xd-cms-subview-row0{
	background-color: #EBEFC2;
}
.xd-cms-subview-row1{
	background-color: #E8EEA8;
}

*/

/** Suchergbnisse `**/

.searchresult{
	margin: 25px 0;
}

.validation-failed{
	background-color: #FD4051;
}

