/* CSS Document */

body
{
background-color:#EEEEEE;
}

.outercont
{
background-color:white;
width: 902px;
top:50%;
bottom:50%;
margin-top:-275px;
position:absolute;
left:50%;
margin-left:-450px;
text-align:left;
height:550px;
border: 1px solid #CCCCCC;
}

.head1
{
font-size:16px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:white;
font-weight:bold;
line-height:35px;

border-width:0px 0px 1px 0px;
border-style:solid;
border-color:white;
}

.highlight
{
font-weight:bold;
color:#0033FF;
}

.text1
{
font-family:  Verdana, Arial, Sans-Serif;
color:black;
font-size:11px;
line-height:18px;
}

.head3
{
font-size:18px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:#666666;
font-weight:normal;
line-height:30px;
}

.head2
{
font-size:16px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:#666666;
font-weight:bold;
line-height:20px;

border-width:0px 0px 1px 0px;
border-style:solid;
border-color:white;
}

.MainText
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
line-height:19px;
}


.navi1
{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:white;
letter-spacing:3px;
font-weight:bold;
text-decoration:none;
border:1px solid #8FBDE7;
padding:2px;
}

.navi1:hover
{
border:1px solid white;
}

.BottomInfo
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-decoration:none;
}

/* Tabelle aus Supras */

.sprTbl {
	border:1px solid #999999;
}

.sprTblHead, .sprTblRow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:1px;
}

.sprTblHead {
	background-color:#E0E0E0;
	color:#333333;
	font-weight:bold;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#999999;
	padding:3px;
}

.sprTblRow {
	color:black;
	background-color:#E8E8E8;
	border-style:solid;
	border-color:#999999;
	border-width:0px 1px 1px 0px;
	padding:2px;
}

