@charset "utf-8";
/*format CSS */
/*fuer www.schrot.com */

html, body     {
           margin:0;
           padding:0;
		   
}
body {
           font: sans-serif;
           background-color: #FFC;
           text-align: center;
		   color: #000000;
		   font-weight: normal;
}

#container {
	width: 50em;
	text-align: left;
	margin: 0 auto;
	border-left-color: #C09;
	border-left-width: 10px;
	border-left-style: solid;
	border-right-color: #C09;
	border-right-width: 10px;
	border-right-style: solid;
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
}

	#kopf {
		background-color: transparent;
		padding: 0.5em;
		padding-left: 5em;
		vertical-align: middle;
	}

	#navi {
		   background-color: #9CF;
		   color: #000;
		   font-family: avantGarde BK BT, "Trebuchet MS", Helvetica, sans-serif;
		   text-align: center;
		   padding: 0.5em;
   		   margin-left: 0.8em;
		   margin-right: 0.8em;
		   list-style: none;
	}

#navi li {
		   list-style: none;
		   list-style-position:outside;
		   text-align: center;
}

#navi li a {
           text-decoration: none;
		   color: #000;
		   text-align: center;
		   list-style: none;
		   font-weight: bolder;
}

#aktiv {
	background-color: #FF9;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}



	#inhalt {
		background-color: transparent;
		padding: 0;
		padding-left: 1.2em;
		padding-right: 1.2em;
		font-family: helvetica, Georgia, sans-serif;
		font-size: 14px;
	line-height: normal;	
	white-space: normal;
	text-align: left;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	}

form {
	background-color: #9CF;
	color: #000000;
	font-weight: normal;
	padding: 8em;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.subtitle {
	background-color: transparent;
	font-family: Rockwell, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000; 
	font-style: oblique;
	margin-top: 30px;
	margin-left: 60px;
	text-decoration: underline;
	margin-bottom: 20px;
}

.text {
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
	}
	
.txtf {
	font-size: 14px;
	color: #F00;
	font-weight: bolder;
	text-align: left;
	}

a.extern:link, a.extern:visited {
	text-decoration: none;
	color: #093;
	padding-left: 5px;
}

a.extern:hover, a.extern:focus, a.extern:active {
	text-decoration: none;
	color: #F09;
	padding-left: 5px;
	}

#txt {
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	}

#zahl {
	text-align: center;
}

#button {
	text-align: center;
}

.ergebnis {
	background-color:#FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.table {
	vertical-align: top;
	font-size: 14px;
	}

#smaske {
	background-color: #9CF;
	color: #000000;
}

.maskeoben {
	padding-top: 1.6em;
	padding-bottom: 0em;
	}

.maskeunten {
	padding-top: 0em;
	padding-bottom: 1.6em;
	}

.maskemitte {
	padding-top: 0em;
	padding-bottom: 0em;
	}
