/*TEAM*/
.header_team {
float: left;
width: 330px;
	font-size:12px;
text-align: justify;
	line-height:150%;
	margin-right: 10px;}

/*NAVIGATION ALLG*/

.navi {
	background:#e4e4e4;
	padding:10px;
	color:#685c5b;
	text-transform:uppercase;	
	font-weight:bold;
	font-size:11px;
	margin-bottom:20px;
}

.nav_button {
	float:left;
	margin-left:20px;
}

.nav_button1 {
	float:right;
	margin-right: 20px;
}

/*WELCOME BOX*/

.wel_box {
	margin: 15px 30px;
	text-align:justify;
	font-size:12px;
	line-height:150%;
}

/*NAVI INFOS*/

.nav_i_buttons {
    background: #e4e4e4;
    padding: 10px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
    width: 154px;
}

/*HEADER TABELLEN*/

.header_box {
	float: left;
      width: 320px;
	margin-bottom: 25px;
}

.header_text {
     font-size: 12px;
    line-height: 170%;
    text-align: justify;
       width: 250px;
    height: 210px;
    overflow: auto;
    padding-right: 10px;
    border-top: 5px solid #dbd7d6;
    margin-top: 5px;
	margin-left: 20px;
}

.header_ue {
	font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.header_line {
	background: #adaba6;
    height: 10px;
    margin-top: 30px;
}