.contentArea {
	color: black;
	font-size: 13px;
	line-height: 150%;
}

div.contentArea {
	background-color: #ffffff;
	border-left: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 0;
	margin: 0;
}

div.contentAreaContainer {
	padding: 5px;
	background-color: white;
}

/*
div.contentArea,.nextcontentArea {

	background-color: #ffffff;
	margin-bottom: 5px;
	
	
	font-family: Arial;
	font-size: 12px;
}
*/
.nextcontentArea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.nextcontentArea {
	padding: 7px;
}

.contentArea ul,.contentArea ol {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.contentArea p {
	line-height: 140%;
	position: relative;
	padding-bottom: 10px;
}

.contentArea li {
	line-height: 150%;
	padding-top: 3px;
	padding-bottom: 2px;
}

.contentArea h3 {
	padding: 5px;
	color: DarkBlue;
}

.contentArea p.aufforderung {
	margin: 10px;
	background-color: #CFDCFF;
	padding: 5px;
	border: 1px solid #8196CF;
	font-weight: bold;
	color: DarkBlue;
}

.contentArea a {
	text-decoration: underline;
	color: DarkBlue;
	font-weight: bold;
}

.contentArea a:hover {
	
}

.contentArea table {
	
}

.contentArea table td {
	padding: 5px;
}

.contentArea table {
	padding-bottom: 10px;
	/* background: #ffffff; */
}

/* all H1 tags in contentArea */
.contentArea h1,.contentArea h2,.contentArea h3,.contentArea h4,.contentArea h5,.contentArea h6
	{ /* font-size: 1.33em; */
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: left;
	color: #17197F;	
	padding: 0;
	margin-bottom: 8px;
}

.contentArea h1 {
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px dotted DarkBlue;
}

.contentArea h2 {
	padding-top: 5px;
}

.contentArea h3 {
	font-weight: normal;
}

.contentArea h4, .contentArea h5, .contentArea h6 {
	color: black;
	font-size: 12px;
	font-weight: bold;
}


em.explain {
	position: relative;
}

em.explain span {
	display: none;
	color: red;
}

em.explain:hover {
	border-bottom: 1px solid green;
}

em.explain:hover span {
	display: block;
	width: 200px;
	position: absolute;
	padding: 10px;
	color: black;
	left: -150px;
	top: -40px;
	border: 1px solid #AFAFAF;
	background-color: #FFFEEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 200;
}

em.explain strong {
	display: block;
	border-bottom: 1px solid #AFAFAF;
	margin-bottom: 5px;
}

h1.big1 {
	font-size: 24px;
	}
h1.big2 {
	font-size: 32px;
	}

a.cms_linksmall {
	font-size: 10px;
	font-weight: normal;
}

a.cms_normalweight {
	font-weight: normal;
}

a.cms_boldweight {
	font-weight: bold;
}