*
{
	margin:0;
	padding:0;
}

body
{
	font:normal 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	background:#F7F0EB;
}

ul {
	overflow:hidden;
}

.list {
	padding-left: 40px; 
	
}

.list li {
	list-style-type:circle;
}
	
#menu ul
{
	list-style-type:none;
}
	
a
{	
	color:#5C5C5C;
	outline:none;
	text-decoration:none;
	background-color:inherit;
}

a:hover
{	
	text-decoration: none;
	
	color:#000000;
}

h1 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#seite
{
	width:750px;
	padding-top:30px
	display: block;

}

#menu
{
	float:right;
	width:100px;
	padding-top:30px;
	
}

.fliessbild {
	float: left;
	margin-right: 15px;
}

li
{
	padding:0 0 3px 0;
}

#content
{
	float:left;
	width:630px;
	position:relative;
	text-align:justify;
}


.rightTopBg{
	background:url(../image/right-pan-bg.gif) repeat-y 0 0;
	width:630px;
	margin:0px 0px 20px 0px;
	}

.rightTopBg span.top{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:630px;
	height:17px;
	background:url(../image/right-pan-top-bg.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	}
.rightTopBg span.bottom{
	display:block;
	left:0;
	bottom:0;
	width:630px;
	height:12px;
	background:url(../image/right-pan-bottom-bg.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	}
