body {
	font-family: "franklin-gothic-urw",sans-serif;	
	
}

a  {
    text-decoration:none;
    color: #c01f1b;
}

a:hover  {
    text-decoration:none;
    color: #ff0700;
}

.bold {
    font-weight: bold;
}

.rot {
    color: #db0000;
}


#nav{
	position: fixed;
	float:right;
	top:10px;
	right:10px;
}


#hamburger{
    width:50px;
    height:45px;
	float:right;
}

#nav ul{
	float:right;
}

#nav ul{
margin:0px;
padding:0px;
width:100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#nav ul li {
width:100%;
}

#nav ul li a {
	font-family: "franklin-gothic-urw",sans-serif;	
	font-weight: bold;
	color: #ffffff;
	display:block;
	font-size:16px;
	letter-spacing: 0.13em;
	width:100%;
	padding:8px;
	text-transform: uppercase;
	border-bottom: 1px solid #980000;    
	background-color:#db0000;
	height:21px;

	

}



#wrap{
	margin:0px;
	padding:0px;
}

section{
padding:20px;
font-size:1em;
}

.gross{
	font-size:1.2em;
	font-weight:bold;
}

.fb-like{
    padding:10px;
    width:100%;
    overflow:hidden;
}

tr{
    width: 100%;
border-bottom-width: 1px;
border-bottom-style: solid;
    border-bottom-color:#c01f1b; 
}

table .karriere tr{
border-bottom-width: 1px;
border-bottom-style: solid;
    border-bottom-color:#c01f1b; 
}

td{
    vertical-align:middle;
    padding:10px;

}


.tab-text{
    width=60%;
}

.tab-bild{
text-align: right;
    width="40%"
}

.tab-bild img{
    max-width: 100%;
}

