@charset "utf-8";
/*-----------------------------------------------------
 * BASICS
 * ----------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707172;
	line-height:18px;
}

strong {
	font-weight:bold;
}

a {
	color:#707172;
}

a:hover,
a:focus {
	text-decoration:none;
}

p {
	margin: 0px;
}

h1 {
	font-family:"Times New Roman", Times;
	font-size:20px;
	font-style:italic;
	margin-bottom:10px;
	line-height:26px;
}

h2 {
	font-family:"Times New Roman", Times;
	font-size:16px;
	font-style:italic;
	margin-bottom:15px;
	line-height:20px;
}

h3 {
	font-family:"Times New Roman", Times;
	font-size:18px;
	font-style:italic;
	margin-bottom:10px;
	line-height:24px;
}

h4 {
	font-family:"Times New Roman", Times;
	font-size:18px;
	font-style:italic;
	margin-bottom:10px;
	line-height:24px;
	color:#b3925e;
}

h5 {
	font-family:"Times New Roman", Times;
	font-size:14px;
	font-style:italic;
	margin-bottom:10px;
}

ul {

}

li {
	list-style:square;
	margin-left:15px;
}

small {
	padding:5px 0;
	font-size:10px;
}

/*-----------------------------------------------------
 * Custom Styles
 * ----------------------------------------------------*/

.weiterLink {
	padding-right:20px;
	background:url(../img/ico_arrow_right_3.png) no-repeat right center;
	color:#b3925e;
	text-decoration:none;
}

.weiterLink:hover,
.weiterLink:focus {
	background:url(../img/ico_arrow_right_2.png) no-repeat right center;
	color:#707172;
}

.merkmaleBox {
	padding:20px;
	background-color:#f8f8f8;
	float:right;
}

.schriftWeiss {
	color: #FFFFFF;
}