body, input, option, textarea, select {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover, .bigcontent a {
	color: #00905B;
}

a.orange {
	display: inline-block;
	line-height: 33px;
	height: 33px;
	color: #FFF;
	text-align: center;
	background: url("../../images/backgrounds/bg_button_orange.jpg") repeat-x;
	padding: 0 20px;
	border-radius: 6px;
}

h1 {
	font-weight: bold;
	color: #00905B;
	font-style: italic;
	font-size: 36px;
	margin-bottom: 25px;
	line-height: 36px;
}

#content .csc-firstHeader {
	padding-top: 30px;
}

h2 {
	line-height: 22px;
	font-size: 22px;
}

.bigcontent h2 {
	margin-bottom: 16px;
}


h3 {
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: bold;
}

blockquote {
	font-size: 18px;
	line-height: 24px;
}

img {
	display: block;
	border: none;
}

p {
	margin-bottom: 18px;
}

optgroup {
	border-top: 2px solid #CCC;
}

.bigcontent table {
	border-spacing: 0;
	border-collapse: none;
	width: 100%;
}

.bigcontent table th {
	background: #E5E5E5;
	border-radius: 6px;
	padding: 12px 11px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	border-right: 2px solid #FFF;
}

.bigcontent table tbody tr td {
	padding: 12px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

.bigcontent table tr td.align-center, .bigcontent table tr th.align-center {
	text-align: center;
}

.bigcontent table tr td.align-right, .bigcontent table tr th.align-right {
	text-align: right;
}

.bigcontent ol {
	margin-bottom: 18px;
	margin-left: 20px;
}

.bigcontent ol li {
	margin-left: 10px;
	margin-bottom: 8px;
}

.bigcontent ul {
	margin-bottom: 18px;
	list-style-type: none;
}

.bigcontent ul li {
	margin-left: 15px;
	margin-bottom: 8px;
}

.bigcontent ul li:before {
	color: #E13F2A;
	content: "g";
	font-family: "ewr-netze" !important;
	font-size: 9px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	margin-right: 5px;
	text-transform: none !important;
}


@media screen and (max-width: 600px) {
	h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 16px;
	}
}

.cc-revoke.dp--revoke.cc-top {
	display: none;
}