body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-width: 800px;
	min-height: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(  "Images/Hintergrund-body.jpg" );
}
#container {
	position:relative;
	margin: auto;
	top:21px;
	width:779px;
	z-index:1;
}
#headerleiste {
	position:absolute;
	left:0;
	top:0;
	width:779px;
	height:117px;
	z-index:1;
	background-image: url(images/Headerleiste.gif);
}
#menu {
	position:absolute;
	left:0;
	top:130px;
	width:190px;
	height:280px;
	z-index:1;
	margin:0;
	padding:0;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:focus, #menu a:active
{
	boarder:0;
	text-decoration: none;
}
#inhalt {
	position:absolute;
	left:190px;
	right:0;	
	top:130px;
	z-index:1;
}
.Titeltext
{	
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.1em 0;
	color:#3399cc;
	white-space:nowrap; 
	/* border-left: #cccccc 5px solid; */
	border-bottom: #cccccc 1px solid;
}
.Normaltext
{
	font-size: .8em;
	margin: 0;
	color:#333333;
	padding: 0.1em 0 1em 0.1em;
	line-height: 1.4em;
}
#Leistentext {
	position:absolute;
	left:30px;
	right:108px;	
	top:82px;
	z-index:2;
	font-size: 1.2em;
	font-style:italic;
	text-align:left;
	margin: 0;
	color:#3399cc;
	line-height: 1.2em;
}