*{
	border:0px; 
	margin:0px; 
	padding:0px; 
	font-size:12px;
}
html{
	font-family:Arial,Helvetica;
}
body {
	background-repeat: repeat;
	background-image: url(../images/bg_gruen.gif);
}
p {
	font-size: 12px;
	font-family: Arial,Helvetica;
	font-weight: normal;
	color: #555;
}
b {
	font-size: 12px;
	font-family: Arial,Helvetica;
	font-weight: bold;
	color: #397677;
}
.link {
	color: #ff7700;
	text-decoration: none;
	background:  url(../img/icon_pfeil.png) left no-repeat;
	padding-left: 13px;
}
a:hover {
  text-decoration: underline;
}
h1{
	font-size: 16px;
	font-family: Arial,Helvetica;
	font-weight: bold;
	color: #397677;
}
#hauptnavi{
	font-size: 12px; 
	font-family: Arial, Helvetica; 
	color: FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px; 
}
#hauptnavi a{
	text-decoration:none; 
	color: FFFFFF
}
#hauptnavi a:hover{
	color: F7E9CC;
}
#main{
	padding: 5px; 
	width: 400px; 
	margin-top: 0px; 
	margin-left: 100px;
}
/* --------------------------------------  Menu  vars -------------------------------------------*/
#t_menu {
	font-size: 12px;
	width: 100%;
	height: 11px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
	background: url("../img/spacer_beige.png") top left;
}
#t_menu ul {
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
}
#t_menu li {
	float: left;
	width: auto;
	margin-bottom: -4px;
	background: url("../img/menu_oben_links.png") no-repeat left top;
	padding-left: 4px;
}
#t_menu a {
	display: block;
	padding: 4px;
	padding-right: 6px;
	margin-right: -1px;
	background: url("../img/menu_oben_rechts.png") no-repeat right top;
	color: #ff7700;
	text-decoration: none;	
}					/*\______________  selected _________________________________________________*/
#t_menu .selected {
	background: url("../img/menu_oben_links_selected.png") no-repeat left top;
}
#t_menu .selected a {
	background: url("../img/menu_oben_rechts_selected.png") no-repeat right top;
	color: #397677;
}
/* -------------------------------------- Scrollleiste -------------------------------------------*/
#content  { 
	margin-top: 0px;
	margin-left: 0px;
	width: 201px;
	height: 400px;
	border: 0px;
}