body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-top:5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}


/*Formatierung der HauptTabelle*/
.layoutTabelle {
	width: 90%;
	border: none;
}

.layoutBannerTabelle{
border-top:1px #000066 solid;
border-bottom:1px #000066 solid;
background-color:#f0f0f0;
width: 90%;
}

/*Überschriften */
.titel1 {
	font-size: medium;
	font-weight: bold;
color: #F06309;
}

.titel2 {
color: #009900;
}

/*Navigation*/

.naviDiv{
/*
border-top:1px #000066 solid;
border-bottom:1px #000066 solid;
width:120px;
*/
}

.naviBreite{
/*
width:120px;
*/
}

/*Formatierung der Zeile mit dem Pfad auf Website*/
.pfadWebsite{
color:#999999;
background-color:inherit;
margin-top:3px;
}

.trennstrich{
border-right:1px #000066 solid;
}

.abstand{
padding-left:5px;
}

.feedback{
color:#F06309;
font-weight:bold;
background-color:inherit;
}


/*style für allgemeine links*/
a:link{
color:#000066;
background-color:inherit;
text-decoration:underlined;
}

a:visited{
color:#666666;
background-color:inherit;
text-decoration:underlined;
}
a:hover{
color:#009900;
background-color:inherit;
text-decoration:none;
}
