@charset "iso-8859-1";
/* CSS Document */

.FL-l{float:left;}
.FL-r{float:right;}
.clear{clear:both;}

		a {text-decoration:none;}
		a:link {color:#333333;}
		a:visited {color:#333333;}
		a:hover {color:#999999; text-decoration:none;}
.pic 	a:hover {color:#999999; text-decoration:none;}
.nounderline a:hover {color:#999999; text-decoration:none;}
		a:active {color:#999999;}

body{
	margin-left:50%;
	background-image:url(BG_color.gif);
}
#top{
	width:620px;
	height:15px;
	background-image:url(BG_top.jpg);
	background-repeat:no-repeat;
}
#main{
	width:580px;
	height:auto;
	
	padding:20px 20px 20px 20px;
	
	background-image:url(BG_main.jpg);
	background-repeat:repeat-y;
}
#bottom{
	width:620px;
	height:85px;
	
	background-image:url(BG_bottom.jpg);
	background-repeat:no-repeat;
}
#headline{
	text-align:center;
	font-size:24px;
	
}
#wrapper{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:-310px;
	width:620px;
	height:auto;
}
.textline{
	color:#333333;
	font-weight:bold;
	width:100%;
	display:block;
	background-color:#eadbba;
}
.textline2{
	color:#333333;
	font-weight:bold;
	width:535px;;
	display:block;
	background-color:#eadbba;
	margin-left:10px;
	padding-left:5px;
}
.center{
	width:100%;
	text-align:center;
}
.pic{
	width:220px;
	height:240px;
	padding:10px;
	margin:10px;
	text-align:center;
	padding:20px;
	background-color:#eadbba;
	font-size:10px;
}
.braun{color:#8b461f;}
.no_space{margin-top:-1px;}
.underline{border-bottom:solid 1px #333333; width:100%;}
.small{font-size:10px;}
