/* basic elements */
body {color:#000;background-color:#fff;margin:0;padding:0;}

/* make everything sans-serif */
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div {font-family:Verdana, Arial, Helvetica, Geneva, sans-serif}

/* set image borders to zero */
img {border:0}

/* basic links */
a, a:link {color:#c00}
a:visited {color:#966}

/* NS4 won't see these but other browsers will. No problem. */
a:hover {color:#c00;text-decoration:none}
a:active {color:#f00;text-decoration:none}

/* layout defination */
body {background-image: url(../image/bg.gif);background-repeat: repeat;font-size:7.8pt;}
#body {position:absolute;top:50px;left:50%;width:750px;margin-left:-375px;background-color: #FFFFFF;border:1px solid #BBBBBB;padding:10px;}
hr {color: #9C9C9C;line-height: 10px;height: 1pt;}
h2 {font-size:11pt; margin: 4px 0px 4px 0px; font-weight:900;color:#666666}
a.leftmenu:hover{
	text-decoration: underline;
}
a.leftmenu{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing:0px;
	color: #FF6600;
	text-decoration: none;
	background-image: url(../image/icon.pfeil.black.gif); 
	background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left:15px;
}
