body {
	background-color: #e3e4e5;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, a:link, a:visited {
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 16px;
	margin: 0 0 32px 0;
	text-transform: uppercase;
}

h2 {
	color: #E3001A;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#page {
	background: white;
	width: 969px;
	margin: 0 auto;
	margin-top: 24px;
}

#head {

}

#headImg {
	margin-top: 56px;
}

#foot {
	background: #e3001a url('/assets/layout/footBg.png') no-repeat center right;
	color: white;
	padding: 3px 0 3px 50px;
}

#foot a:link,
#foot a:visited {
	color: white;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#nav {
	background: #c6c7c8;
	width: 669px;
	margin: 1px 0 0 0;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar .inner {
	padding: 12px 50px 0 50px;

}

#sidebar .inner .date {
	border-bottom: 1px solid black;
	padding-bottom: 25px;
	margin: 0 0 0 0;
	color: #646567;
	font-size: 10px;
}

#content {
	padding: 0 50px 24px 50px;
}

a.download:link,
a.download:visited {
	background: url('/assets/layout/download.png') no-repeat 0px 0px;
	padding: 0 0 0 33px;
	margin: 10px 0 0 0;
	color: #646567;
	font-size: 10px;
	text-decoration: none;
	display: block;
	min-height: 23px;
}

a.download.pdf:link,
a.download.pdf:visited {
	background: url('/assets/layout/download_pdf.png') no-repeat 0px 0px;
}

a.download.excel:link,
a.download.excel:visited {
	background: url('/assets/layout/download_excel.png') no-repeat 0px 0px;
}

#indent {
	background: #E3E4E5;
	margin: 0 50px 10px -50px;
	width: 667px;
	position: relative;

}
#indent div.desc {
	width: 200px
}
#indent div.txt,
#indent input {
	float: right;
	width: 380px;
	padding: 0;
	border: none;
	margin-left: 8px;
}
#indent textarea {
	float: right;
	width: 380px;
	height: 60px;
	padding: 0;
	border: none;
	margin-left: 8px;
}

/*
	ebene 0
*/
ul.level0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.level0 {
	margin: 0;
	padding: 0;
	float: left;
}
/*
	ebene 1
*/
ul.level1 {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
li.level1 {
	margin: 0;
	padding: 0;
}
/*
	ebene 2 und hoeher : jeweils 10px links eingerueckt
*/
ul.level1 ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.level1 ul li {
	margin: 0;
	padding: 0;
}
/*
	alle ebenen : definition der hyperlink styles
*/
ul.navtree a:link,
ul.navtree a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	color: white;
	font-size: 14px;
	padding: 3px 19px 3px 19px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.navtree a.p3:link,
ul.navtree a.p3:visited {
	padding: 3px 19px 3px 50px;
}

ul.navtree a.p7:link,
ul.navtree a.p7:visited,
ul.navtree a.p17:link,
ul.navtree a.p17:visited,
ul.navtree a.p21:link,
ul.navtree a.p21:visited {
	padding: 3px 25px 3px 24px;
	background: #63a364;
}

ul.navtree a.p7:hover,
ul.navtree a.highlight.p7:link,
ul.navtree a.highlight.p7:visited,
ul.navtree a.p17:hover,
ul.navtree a.highlight.p17:link,
ul.navtree a.highlight.p17:visited,
ul.navtree a.p21:hover,
ul.navtree a.highlight.p21:link,
ul.navtree a.highlight.p21:visited {
	background: green;
}

ul.navtree a.inpath:link,
ul.navtree a.inpath:visited {
	background: #c6c7c8;
}

ul.navtree a:hover,
ul.navtree a.highlight:link,
ul.navtree a.highlight:visited {
	background: #e3001a;
}


/*
	formulare
*/
input.M,
input.P, textarea.P,
input.F, textarea.F {
	color: black;
	background-color: #E3E4E5;
	width: 510px;
	border: 1px solid #C6C7C8;
}
input.S {
	color: black;
	font-weight: bold;
	background-color: #E3E4E5;
	width: auto;
	border: 1px solid #C6C7C8;
}
input.C {
	color: black;
	background-color: transparent;
}
th.form {
	border: 1px solid #C6C7C8;
	background-color: #E3E4E5;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
input.marked,
textarea.marked {
	border-color: #E3001A;
}

#tellafriend input,
#tellafriend textarea {
	width: 480px;
}


/*
	sitemap
*/
#ce_sitemap {
	list-style-type: none;
}
#ce_sitemap ul {
	margin: 10px 0;
	list-style-type: disc;
}
#ce_sitemap a:link,
#ce_sitemap a:visited {
	text-decoration: none;
	display: block;
	color: #434343;
}
#ce_sitemap a:hover {
	color: black;
}

/*
	questions
*/
div.question {
	clear: left;
	margin-bottom: 16px;
}
div.question p {
	margin: 0;
}
div.question div.q {
	float: left;
	width: 460px;
	margin: 3px 10px 0 0;
}
div.question label {
	float: left;
	width: 120px;
}
div.question label input {
	float: left;
}
div.question label span {
	display: block;
	margin: 1px 0 0 30px;
	cursor: pointer;
}
div.question label.chosen span {
	color: #E3001A;
	font-weight: bold;
}
/*
	questionsCalc
*/
div.questionCalc {
	clear: left;
	margin-bottom: 16px;
}
div.questionCalc .qC {
}
div.questionCalc input {
	width: 60px;
	text-align: right;
}
div.questionCalc table {
	float: right;
}
div.questionCalc table td {
	padding: 0;
}
div.questionCalc table td.equals {
	padding: 0 10px;
}
div.questionCalc table td.erg {
	text-align: right;
	width: 80px;
	font-weight: bold;
}
div.questionCalc table td.numerator {
	width: 240px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	color: #E3001A;
}
div.questionCalc table td.denominator {
	padding-top: 2px;
	vertical-align: bottom;
	text-align: center;
	border-top: 1px solid #E3001A;
	color: #E3001A;
}
div.questionCalc table td.top {
	vertical-align: top;
}
div.questionCalc table td.bottom {
	vertical-align: bottom;
}

div.unanswered {
	border-top: 3px dotted #E3001A;
	border-bottom: 3px dotted #E3001A;
	padding: 4px 0;
	border: 3px dotted #E3001A;
	padding: 4px;
	background-color: #FFFAAE;
}
div.unanswered h3 {
	color: #E3001A;
	margin: 0 0 4px 0;
}
div.unanswered div.q {
	width: 453px;
}

/*
	ergebnis
*/
div.conclusion {

}
div.results ul {
	padding: 0;
}
div.results li {
	margin: 0 0 30px 20px;
}
div.results ul.advice li {
	margin-bottom: 0;
	color: black;
}
li.red {
	color: red;
}
li.red span {
	color: red;
	font-size: 14px;
}
li.orange {
	color: orange;
}
li.orange span {
	color: orange;
	font-size: 14px;
}
li.green {
	color: green;
}
li.green span {
	color: green;
	font-size: 14px;
}

