body{
	background-color: #979797;
}

.navi{
	background-image: url(../Bilder/navibackground.jpg);
}

.error{
	width: 650;
	border: solid;
	border-width: thin;
	border-color: Red;
	background-color: #FF6666;
}

p{
	text-align: justify;
}

.message{
	width: 650;
	border: solid;
	border-width: thin;
	border-color: Yellow;
	background-color: #FFFF9B;
}

.bodytable{
	width: 966px;
}



.banner{
	background-image: url(../Bilder/head.jpg);
	background-repeat: no-repeat;
	color: White;
	width: 966px;
	height: 176px;
}

.bannerdiv{
	text-align: right;
	vertical-align: bottom;
	margin-top: 105px;
	margin-right: 10px;
	padding: 20px;
	background-color: transparent;
	
}

.content{
	background-image: url(../Bilder/contentcontent.jpg);
	background-repeat: repeat-y;
	
	width: 725px;
	padding-top: 10px;
	vertical-align: top;
	height: auto;
}

.contentseperator{
	background-image: url(../Bilder/latte.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 2px;
	margin-left: 120px;
}

.contentuser{
	font-size: smaller;
	color: Gray;
}

.contenttext{
	width: 680px;
	height: auto;
	vertical-align: top;
}

.contenttext h2{
	color: #5A7DFD;
}

.feet{
	background-image: url(../Bilder/feet.jpg);
	background-repeat: no-repeat;
	width: 966px;
	height: 176px;
}

.tabelle{
	border-style: solid;
	padding-left: 0px;
	padding-right: 0px;

	border-color: #8492AF;
	border-width: 2px;
}

.tabellenkopf{
	background: #567BFF;
	font-weight: bold;
	
}

.tabelledunkel{
	background: #567BFF;
}

.tabellehell{
	background: #A4B8FF;
}

.sidebar{
	text-align: left;
	vertical-align: top;
	background-image: url(../Bilder/menucontent.jpg);
	background-repeat: repeat-y;
	width: 241px;
	height: auto;
}

.inhalt{
	vertical-align: top;
	margin-left: 10px;
	margin-right: 40px;
	padding: 0px;
	overflow: scroll;
	background-color: Red;
	width: 100%;
	height: 100%;
}

.menuhead{
	width: 241px;
	height: 39px;
	background: url(../Bilder/menuhead.jpg);
	background-repeat: no-repeat;
}

.contenthead{
	width: 725px;
	height: 39px;
	background: url(../Bilder/contenthead.jpg);
	background-repeat: no-repeat;
}

.menu{
	margin-left: 55px;
	color: White;
	font-family: "Arial Black";
	font-size: smaller;
	font-style: inherit;
	line-height: 20px;
}

.submenu{
	margin-left: 65px;
	color: White;
	font-family: "Arial Black";
	font-size: 11px;
	font-style: inherit;
}

.subsubmenu{
	margin-left: 75px;
	color: White;
	font-family: "Arial Black";
	font-size: 10px;
	font-style: inherit;
}

.subsubsubmenu{
	margin-left: 85px;
	color: White;
	font-family: "Arial Black";
	font-size: 10px;
	font-style: inherit;
}

.bannertext{
	color: White;
}

.bannertext:hover{
	font-weight: bold;
}

.breadcrumb{
	color: #567BFF;
	font-size: 12px;
	font-style: italic;
	
}

#textcolorwhite{
	color: White;
	font-weight: bold;
}


/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 100px;
z-index: 100;
color: #FFFFFF;
border: 2px solid;
border-color: #8492AF;
padding: 2px 10px 2px 10px;
background: #567BFF;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-weight: bold;
font-size: smaller;
text-align: center;
}