/* st_header.css */
.header{
	width:1000px;
	height:314px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url("../img/img_head01-1000x314.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	}

.nav_home{
	/*width:610px;*/
	/*height:25px;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:20px;
	top:260px;
	position:relative;
	display:block;
	display: table;
	}

.nav_impressum{
	/*width:504px;*/
	/*height:71px;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:850px;
	top:170px;
	position:relative;
	display:block;
	display: table;
	}

.nav_datenschutz{
	/*width:621px;*/
	/*height:33px;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:670px;
	top:215px;
	position:relative;
	display:block;
	display: table;
	}

.nav_button{
	/*width:31%;*/
	/*height:100%*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	/*background-color:#c80e11;*/
	font-family:"Segoe Print";
	font-weight:bold;
	font-size:25px;
	color:#ffffff;
	text-align:center;
	text-decoration: none;
	position:relative;
	top:0px;
	display: table-cell;
	vertical-align: middle;
	/*border: thin solid white;*/
	}