/* Information
-----------------------------------------------------
Martin Karger | www.webimotion.de | 2005
Letzte Änderung: 14. Februar 2005
---------------------------------------------------*/


body {
	background-color:#000000;
	padding:0px;
	margin:0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:14px;
	color:#003399;
}
				
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	letter-spacing:0px;
	line-height:14px;
}

/* ---------------Links -------------- */

.a_content a:link , .a_content a:active, .a_content a:visited {
  color:#0000FF;
  text-decoration:none;
  border-bottom:1px;
  border-style:none;
}

.a_content a:hover {
  color:#0000FF;
  text-decoration:none;
  border-bottom:1px;
  border-style:none none dashed none;
}

.a_leftNavigation a:link, .a_leftNavigation a:active, .a_leftNavigation a:visited {
  color:#666666;
  text-decoration:none;
  border-bottom:none;
}

.a_leftNavigation a:hover {
  text-decoration:none;
  color:#000000;
  border-bottom:1px;
  border-style:none none dashed none;
 }
 
.a_bottomNavigation a:link, .a_bottomNavigation a:active, .a_bottomNavigation a:visited {
  color:#CFCDFE;
  text-decoration:none;
  border-bottom:none; 
}

.a_bottomNavigation a:hover {
  text-decoration: none;
  color:#FFFFFF;
 }

