html	{height: 100%;}
body
{
	height: 100%;
	margin:0px auto 0px auto;
	padding: 0%;
	background-color: #003333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
a
{
	text-decoration: none;
	text-align: center;
}
.Seitentitel
{
	font-weight: bold;
	font-size: 18px;
}

/*#formular
{
	background-color: Gray;
	padding-top: 2px;
	padding-bottom: 2px;
}*/

input	{font-size:1em;}
select	{font-size:1em;}
textarea	{font-size:1em;}

#obenlinks
{
	float: left;
	width: 133px;
	height: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

#content
{
	float: right;
	width: 712px;
	padding: 3px;
}

#seite
{
	margin: 0px auto;
	/*padding: 3px 3px 3px 3px;*/
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #336666;
	color: #eee;
	height: 100%;
	width: 850px;
}

#seite table
{
	/*width: 100%;*/
	color: White;
	font-size: 100%;
	border-collapse: collapse;
	border-color: #ff6666;
	/*border: 1px solid #ff6666;
	border-style: solid;*/
	margin-bottom: 5px;
}

#seite th
{
	text-align: center;
	border-color: #777;
}

#seite td
{
	text-align: right;
	border-color: #777;
}

#seite a:hover
{
	background-color: Lime;
}

#titelleiste
{
	margin: 0px 0px 0px 0px;
	padding: 3px 1px 0px 0px;
	height: 44px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #FFF;
	color: #334;
	border-bottom: 1px solid #000;
}

#titelleiste a:hover
{
	background-color: Lime;
}
#obenrechtscontainer
{
	position: absolute;
	top: 20px;
	right: 3px;
	color: red;
	border: thin dashed #bbb;
	background-color: Silver;
	padding: 5px 5px 5px 5px;
	width: 25%;
}
#titelzeile
{
	font-weight: bold;
	font-size: xx-small;
}

#textzeile
{
	font-size: xx-small;
	display: block;
	background-color: #D6D6D6;
}

#menubereich
{
	clear: both;
	float: left;
	/*border-left: 1px solid #eee;*/
	margin-left: 0px;
	padding: 1px;
	font-size: 10px;
	position: absolute;
	background-color: #003333;
}

#menubereich ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#menubereich a:hover
{
	background-color: #003333;
	color: #000;
	text-decoration: none;
	color: White;
}

#menubereich .absatz
{
	margin-left: 0px;
	margin-top: 1px;
	/*border-top: 1px solid Black;*/
	padding: 3px;
	width: 125px;
	background-color: #336666;
	text-align: center;
	color: #eee;
}
.linka
{
	/*float: left;*/
	display: block;
	background-color: Aqua;
	width: 80px;
	border: 1px solid gray;
	color: Black;
	padding: 1px;
	font-size: 10px;
	}

.linkb
{
	display: block;
	background-color: #EEE;
	width: 80px;
	border: 1px solid black;
	font-size: smaller;
	color: Black;
	padding: 1px;
	font-size: 10px;
}

.linkm
{
	display: block;
	width: 125px;
	background-color: Silver;
	border-bottom: 1px solid Black;
	padding: 3px;
	color: Black;
}

.linkh
{
	display: block;
	float: left;
	width: 12em;
	background-color: #EEE;
	border: 1px solid gray;
	padding: 1px;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 3px;
	color: Black;
}

.boxinformation
{
	display: block;
	Padding:3;
	font-weight:bold;
	width:20px;
	border:3px solid green;
	background-color:#eee;
	color:green;
}
.boxaufgabeok
{
	display: block;
	background-color:#eee;
	Padding:3;
	font-weight:bold;
	color:green;
	width:20px;
	border:3px solid #080;
}

.boxaufgabeoffen
{
	display: block;
	background-color: #eee;
	color: red;
	Padding: 3;
	font-weight: bold;
	font-size: smaller;
	width: 20px;
	border: 3px solid #b00;
}

.boxaufgabekritisch
{
	display: block;
	background-color: #fff;
	color: #f00;
	Padding: 3;
	font-weight: bold;
	font-size: smaller;
	width: 20px;
	border: 3px solid #ff0000;
}

#reportpapier
{
	background-color: #FFB;
	height: 100%;
	padding: 3px 3px 3px 3px; 
	font-size: 12px;
}

#reportpapier table
{
	width=100%;
	color: Black;
	font-size: 80%;
	border-collapse: collapse;
	border-color: #000;
}

.gross
{
	font-size: 200%;
}