@charset "UTF-8";

@font-face {
    font-family: 'Anton-reg';
    src: url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Slabo';
    src: url('../fonts/Slabo27px-Regular.woff2') format('woff2'),
        url('../fonts/Slabo27px-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body{
	font-family: 'Slabo'; 
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color: #919182;
}
html{
	background: url("../img/hintergrund/hintergrund@2x.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a{
	color: inherit; /* blue colors for links too */
  	text-decoration: inherit; /* no underline */
}
h1{
	font-family: 'Anton-reg'; 
	font-size: 40px;
	font-weight: normal;
	font-style:normal;
	color: #919182;
	letter-spacing: 1px;
}
h2{
	font-family: 'Anton-reg'; 
	font-size: 32px;
	font-weight: normal;
	font-style:normal;
	color: #cf9e04;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
hr{
	border: 1px solid #919182;
}
table td{
	vertical-align:top;
	padding-bottom: 15px;
	min-width: 120px;
}

#container{
	width: 100%;
	margin: 0;
}
#nav{
	display: block;
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	margin-top: 15px;
    padding-bottom: 10px;
	
	font-family: 'Anton-reg'; 
	font-size: 20px;
	font-weight: normal;
	font-style:normal;
	color: #919182;
	letter-spacing: 1px;
    border-bottom-color: #919182;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
#nav_left{
	position: relative;
	float: left;
}
#nav_right{
	position: relative;
	float:right;
}
#nav_left a{
	margin-right: 40px;
}
#nav_right a{
	margin-right: 10px;
}
#content{
	display: block;
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.long_text{
	color:#646464;
}
.text_block{
	height:350px;
	width:357px;
	margin-top: 50px;
}
.active_link{
	color: #CF9E04;
}