
.box_bottom{
    bottom: 20px;
	color: black;
	font-size: 11px;
	width: 400px;
	height: 20px;
	position: absolute;
 
}

.bottom_a {
 color:#646464;
 text-decoration:none;
}
.image{
	padding-top: 5px;
	padding-bottom: 5px;
}
.black{
 color:#648CB4;
/* margin-left:0px;*/
 margin-top:10px;
}

#content_standard{
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-left: 30px;
	margin-top: 15px;
	/*margin-bottom:20px;*/
	width: 400px;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: relative;
	padding-bottom: 40px;
}

.pfad{
 color:#648CB4;
}


			div#top {
				height: 6px;
				background-color: white;
				width: 850px;
				background-image: url("../images/bg_top.jpg");
				background-repeat: no-repeat;
				/*border: 1px solid blue;*/
				font-size: 1%;
			}
			div#bottom {
	
				height: 2px;
				background-color: white;
				width: 850px;			
				background-image:url("../images/bg_bottom.jpg");
				background-repeat: no-repeat;
				/*border:1px solid blue;*/
			}
			div#master {
	
				background-color: white;
				width: 850px;
				background-image:url("../images/bg_content.jpg");
				background-repeat: repeat-y;
				float:left;
				/*border:1px solid red;*/
			}
			div#nav {
			    width:188px;   
			    float:left;
			    /*border:1px solid blue;*/
			}
			div#content {
			    width:400px;   
			    margin-left:15px;
			    float:left;
			    /*border:1px solid blue;*/
			}
			div#right_nav {
			    width:190px;   
			    float:right;
			   
			    /*border:1px solid blue;*/
			}
