
/* HTML Tags */
* {
	margin: 0; 
	padding: 0;
}

html {
	min-height: 100%;
}

a {
	color: #676969;
}

a:hover {
	color: #e3221a;
}

a.nodecoration {
	color: #676969;
	text-decoration:none;
}

a.nodecoration:hover {
	color: #e3221a;
	text-decoration:none;
}


body {
	background-color: #f1f1f1;
	color: #7b7c7e;
	font: normal 11px verdana,arial,helvetica,sans-serif;
	padding-top: 0px;
}


/* ID Print Container */
#PrintContainer {
	background-color: #ffffff;
	color: #000000;
	padding-top: 20px;
	padding-left:20px;
	padding-bottom: 60px; 
	min-height:100%;
	margin: 0 auto; 
	position: relative;
}

/* Container */
.outerContainer {
	padding-left: 45px;
	background: url('../pix/schatten.gif') repeat-y;
}

.innerContainer {
	background: #FFF;
	width: 861px;
}

.headerContainer {
	height: 177px;
	width: 861px;
	margin-bottom: 1px;
}

.subheaderContainer {
	width: 861px;
	background: #d5dbdd;
}

.subheaderContainerleft {
	background: #d5dbdd;
	width: 171px;
	height: 17px;
	padding-top: 10px;
	padding-left: 15px;
	float:left;
}
.subheaderContainermiddle {
	background: #cdd5d8;
	width: 535px;
	height: 17px;
	padding-right: 31px;
	padding-top: 10px;
	text-align:right;
	float:left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font: normal 10px verdana,arial,helvetica,sans-serif;
}

.subheaderContainerright {
	background: #d5dbdd;
	width: 107px;
	height: 27px;
	float:left;
}

.mainContainer {
	background-color: #cdd5d8;
}

.contentContainer {
	float: left;
	width: 503px;
	background-color: #ffffff;
	padding-top:40px;
	padding-left:27px;
	padding-right:38px;
	border-top:1px white solid;
	border-right:107px #e8e9ea solid;
	min-height: 350px;
}

.footerContainer {
	background: #ffffff;
	width:861px;
}

.schattenUnten {
	background: url('../pix/schatten_unten.gif') no-repeat;
	padding-left:45px;
	padding-top:10px;
}

.schattenUnten a{
	font: normal 9px verdana,arial,helvetica,sans-serif;
}

/* misc */
.clearer {
	clear: both; 
	font-size: 0;
}
	
/* sekundär Navigation */
.sekNavigationContainer {
	float:right;
}

.sekNavigationContainer a{
	text-decoration:none;
}

/* Language */
.languageContainer {
	float:right;
}

.languageContainer a{
	text-decoration:none;
}

.contentfooterContainer{
	color: #7b7c7e;
	font: normal 10px verdana,arial,helvetica,sans-serif;
	text-align:right;
}

.contentfooterContainer a{
	text-decoration:none;
}

.home{
	letter-spacing:2px;
	text-decoration:none;
	font-size: 11px;
	color: #5b5c5e;
}

.dokumente ul{
	line-height:25px;
	list-style: none;
}

.printContainer{
	text-align:right;
	padding-top:0px;
	padding-bottom:30px;
}

.fett{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

/* Print */
.PrintHeader{
	padding-bottom:25px;
}

.PrintContent{
	position: absolute; 
}

.PrintFooter{
	/*position: absolute; 
	bottom: 0px;*/ 
}

/* Siegel */

#SiegelID{
	background-color: #ffffff;
	color: #000000;
	padding-top: 20px;
	padding-left:20px;
	padding-bottom: 60px; 
	min-height:100%;
	margin: 0 auto; 
	position: relative;
	width: 610px;
	text-align:justify;
	align: center;
}

.SiegelTable{
	vertical-align: bottom;
	width: 700px;
}

.SiegelHeader{
	padding-bottom:25px;
}

/* Self Assessment */

.question, .result, #results .buttons { display: none; }

#question-1 { display: block; }

.back { float: right; }

.type-check { margin: 0.5em 0;}

.type-check input[type=radio] { margin-right: 0.5em; }