/* index stylesheets */ 

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	margin:10px 0px 6px 0px;
	padding:0px;
	/*
	min-height: 101%;
	*/
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

a:link {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}
.gewaehlt:link {
	color: #333333;
	text-decoration: none;
}
.gewaehlt:visited {
	color: #333333;
	text-decoration: none;
}
.gewaehlt:hover {
	color: #333333;
	text-decoration: none;
}
.gewaehlt:active {
	color: #333333;
	text-decoration: none;
}
.klein {
	line-height: 18px;
	font-size: 11px;
}
.norm {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.grau{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.grau a{
	color: #666666;
	text-decoration:underline;
}
.grau a:hover{
	color: #666666;
	text-decoration:none;
}
.fett {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.gross {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}
.fettgross {
	color: #000000;
	text-decoration: none;
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
}
.gewaehlt {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.unsicht {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
