

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;	
}

#inhalt_w p{
	color:#fff;}

#flashtext_w p{
	color:#fff;}
	
#subnav1 p{
	color:#fff;}
	
	
h3, h4,  {
	font-weight: bold;
	font-size: 16px;}
	
#inhalt_w h3  {
	color:#fff;}
	
#flashtext_w h3  {
	color:#fff;}

#inhalt a {
 	color:#000;
	font-weight: bold;
 	text-decoration: none;
	 border-bottom:1px dotted #000;
}

#inhalt a:hover {
 	color: #fff;
 	background-color:#333;
 	border-bottom: 0;
}

#inhalt_w a {
 	color: #fff;
	font-weight: bold;
 	text-decoration: none;
	border-bottom:1px dotted #fff;
}

#inhalt_w a:hover {
 	color: #333;
 	background-color:#fff;
 	border-bottom: 0;
}

#nachoben a:hover {
 	color: none;
	background-color: none;
}

#flashtext_w a {
 	color: #fff;
	font-weight: bold;
 	text-decoration: none;
	 border-bottom:1px dotted #fff;
}

#flashtext_w a:hover {
 	color: #333;
 	background-color:#fff;
 	border-bottom: 0;
}

/* AUFLISTUNG */

#liste {
line-height: 2em;
color: #fff;
}
#listes ul {
list-style-type: disc;
list-style-image: url(images/bullets.gif);
}
#liste li {
	border-bottom: 1px dotted #788CBC;
}
#liste li a {
	font-weight: bold;
	border-bottom:1px dotted #fff;
}
#liste li a:hover {
	background-position: 0.2em;
	color: #333;
 	background-color:#fff;
}

#flashtext_w ul {
color: #fff;
list-style-type: disc;
list-style-image: url(images/bullets.gif);
}

