body
{
margin: 10px;
padding: 0px;
background-color:#ddc88c;
font-family: verdana, helvetica, tahoma, arial, sans-serif;
font-size: 101%;
border: 0px solid black;
}

/* Headerformatierung */

#header
{
height: 40px;
background-color:#AAAA93; 			/* Farbe Kopf mit Logo */
padding:5px;
border-bottom: 1px solid black;
}

#img
{
width: 250px;
display: block;
float: left;
border: none;
}

a .image
{
border: none;
}

.right 
{
width:290px;
display: block;
float: right;
text-align: center;
color: #80FF00;
}

br.clearing
{
clear: both;
}

/* Headerformatierung Ende */

#container
{
margin:  0px auto;
padding: 0px;
width: 90%;
border: 1px solid black;
background-color: #FFFFCC;			/* Farbe Hintergrundcontainer */
text-align: left;
font-size: 86%;
}

#footer
{
padding: 10px;
border-top: 1px black solid;
clear: both;
background-color:  #FFFFCC;				/* Hintergrundfarbe Footer */
text-align: right;
font-size:small;
text-align: right;
margin-top: 20px;
}



a:link {
	text-decoration: none;
 	color: #888888;
}

a:visited {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.current {
	font-weight: bold;
	background-color: #DFDFD4;
}



.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	font-weight: bold;
	color: #444444;
}

.osxtitle a:link {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:visited {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #AAAAAA;
}

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

.comment {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #888888;
	font-size: 11px;
}

.xsmalltxt {
	color: #aaaaaa;
	font-size: 9px;
}


