/* CSS Document */

body
{	
	text-align:center;
	font-family: Arial;
	background-color: #41517A;

}

#root
{
	width:975px;
	text-align:left;
	margin:0px auto;
	color:#FFFFFF;
	background-color:#333333;
	border: 1px solid #FFFFFF;
}


#head {
	height:182px;
	text-align: center;
    margin: 0px;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#333333;
}

#navi
{
	width:142px;
	float:left;
	margin:0px;
	border: 1px solid #333333;
	background-color:#333333;

}

#content_head
{
	width:575px;
	float:right;
	margin-right:153px;
	margin-top:20px;
	border: 1px solid #333333;
	background-color:#333333;
}

#content
{
	width:575px;
	float:right;
	margin-right:130px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color:#333333;

}
#design
{
	height:10px;
	width:970px;
	clear:both;
	border: 1px solid #333333;
	background-color:#333333;
	text-align: right;
}

#footer
{
	width:970px;
	text-align:right;
	border: 1px solid #333333;
	background-color:#333333;
}

.Navigation
{
	display:block;
	width:150px;
	height:20px;
	padding-left:30px;
	color:#FFFFFF;
	font-size:15px;
	text-decoration:underline;
}

.Ueberschrift
{
	font-size:17px;
	font-style:oblique;
	font-weight:bold;
}

.Text
{
	font-size:13px;
	font-style:normal;
}

.Beschreibung
{
	font-size:11px;
	font-style:normal;
}

.Ueberschrift_hervorgehoben
{
	font-size:17px;
	font-style:oblique;
	color:#FF0000;
	font-weight:bold;
}

.Text_hervorgehoben
{
	font-size:13px;
	font-style:normal;
	color:#FF0000;
}

.Beschreibung_hervorgehoben
{
	font-size:11px;
	font-style:normal;
	color:#FF0000;
}


.Ueberschrift a
{
	font-size:17px;
	font-style:oblique;
	color:#249DD6;
}

.Text a
{
	font-size:13px;
	font-style:normal;
	color:#249DD6;
}

.Beschreibung a
{
	font-size:11px;
	font-style:normal;
	color:#249DD6;
}
