@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/BG.png);
	background-repeat:repeat-x;
	background-color:#F9F9F9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}
#inhalt {
	position:absolute;
	margin:-9px 0px 0px -425px;
	left: 40%;
	text-align: left;
	padding: 0px;
	background-color: #000;
	overflow:hidden;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#009;
}
a:hover {
	font-size:13px;
	color:#900;
}
td img {
	display: block;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	text-align: left;
}
h1 {
	color:#000;
}
hr {
	color:#FFF;
}

.applemenu{
	margin: 5px;
	padding: 0;
	width: 168px; /*width of menu*/
	border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{
	background: black url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(silvergradientover.gif);
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background:inherit;
	padding: 5px;
	height: auto; /*482 Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	text-align:left;
}
.Rightalign {
	text-align: right;
}
