body{
   		background: url(bg.jpg);
		text-align: center;
		margin: 0px;
		font-size: 12px;
		font-family: arial;
		color: #444;
		min-height: 100%;
   	}
	#head{
		background: url(head.jpg);
		width: 948px;
		height: 91px;
		margin: 0px auto;
	}
	#nav{
		background: url(nav.jpg);
		width: 948px;
		height: 71px;
		margin: 0px auto;
	}
	#nav a{
		color: #fff;
		margin-right: 20px;
		font-weight: bold;
		text-decoration: none;
		font-size: 13px;
	}
	#main{
		background: url(main_bg.jpg);
		margin: 0px auto;
		width: 948px;
		min-height:500px;
	}
	#foot{
		background: url(main_bg.jpg);
		margin: 0px auto;
		width: 948px;
		height: 30px;
		line-height: 30px;
	}
	#content{
		width: 512px;
		float: left;
		text-align: left;
		margin-left: 22px;
	}
	.col{
		float: left;
		width: 172px;
		margin-left: 22px;
	}
	.col_bg{
		float: left;
		width: 172px;
		text-align: center;
		background: url(col_bg.jpg);
	}
	.col_bottom{
		float: left;
		width: 172px;
		background: url(col_bottom.jpg);
		height: 18px;
	}
	.col_head_nav{
		float: left;
		width: 172px;
		background: url(col_nav.jpg);
		height: 37px;
	}
	.col_head_ad{
		float: left;
		width: 172px;
		background: url(col_ad.jpg);
		height: 37px;
	}
	#button{
		border: 0px solid;
		float: left;
		margin-left:1px;
		padding: 0px;
		margin-top: 2px;
		text-align: left;
	}
	#button li{
		list-style-type:none;
		list-style-image: none;
		width: 162px;
		border-bottom: 1px solid #ffd6a6;
		padding: 4px;
		margin-left: 0px;
	}
	#button li:hover{
		background-color: #fff3e4;
	}
	#button a{
		text-decoration: none;
		color: #000;
		padding: 0px;
		border: 0px solid;
		font-size: 12px;
		font-weight: normal;
	}

	#nav input{
		height: 13px;
		border: 1px solid #777;
		font-size: 10px;
		width: 120px;
	}
	.clear{clear: both;}
	.clearer{clear:both;}

        ol{
  list-style-image:url(vogelken.gif);
}
   div.warning{
      color: #FF0000;
      border: 1px solid #FF0000;
      font-weight: bold;
      text-align: center;
   }
   div.notice{
      color: #0000FF;
      border: 1px solid #0000FF;
      font-weight: bold;
      text-align: center;
   }
   	h1, .h1{
		margin-top: 5px;
		font-weight: bold;
                font-size: 17px;
	}
	h2, .h2{
		margin-top: 5px;
		font-weight: bold;
                font-size: 14px;
	}
a{
 color: #0f7600;
}
