html, body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family:"Oswald",arial,sans-serif;
	font-size: 12px; color:#676767; line-height: 1.2em;
	}
	
#content {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	}
	
#top {
	background-color: #141213;
	width:100%;
	padding:8px 0px;
	box-shadow: 0 0 5px #CBCBCB;
	font-size: 12px; color: #a0a0a0; line-height: 1.0em; font-weight:300;
	}
	
#top .intop {
	width:960px;
	margin:0 auto;
	}
	
#logo {
	position:absolute;
	right:0px;
	bottom:50%;
	border:0px;
	margin-bottom:-25px;
	width:300px;
	height:50px;
	background-image:url(../img/af-logo.png);
	}
	
#navi {
	position:relative;
	width:960px;
	margin:30px auto;
	}
	
#navi_box {
	width:auto;
	float:left;
	margin:0px;
	padding:0px;
	}
		
#navi li {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	width:150px;
	}
	
#navi li a{
	display:block;
	background-color:#f9f9f9;
	padding: 15px 30px;
	margin-right:10px;
	text-decoration: none;
	text-align:center;
	line-height: 1.8em;
	color: #676767;
	font-family: 'Oswald',sans-serif;
	font-weight:400;
	font-size:13px;
	width:auto;
	text-shadow: 0px 1px 0px #fff;
	text-transform: uppercase;
	}
	
#navi li a:hover {
	background-color:#009ee0;
	color:#fff;
	text-shadow: 0px -1px 0px #c1c1c1;
	background-image: -webkit-linear-gradient(#009ee0 80%, #0372a0 100%); 
	background-image: -moz-linear-gradient(#009ee0 80%, #0372a0 100%); 
	background-image: -o-linear-gradient(#009ee0 80%, #0372a0 100%); 
	background-image: linear-gradient(#009ee0 80%, #0372a0 100%);
	}

#pics_container {
	position:relative;
	margin: 0px auto;
    padding:0px;
	width:960px;
	height:370px;
	background-image:url(../img/bg_teaser_1.jpg);
	}
	
#shadow_footer {
	position:absolute;
	bottom:-20px;
	left:0px;
	width:960px;
	height:20px;
	border:0px;
	background-image:url(../img/shadow_footer.png);
	z-index:200;
	}
	
#years {
	position:absolute;
	top:-30px;
	right:0px;
	width:210px;
	height:410px;
	border:0px;
	background-image:url(../img/ribbon.png);
	z-index:200;
	}
	
#haie {
	position:absolute;
	bottom:0px;
	left:0px;
	width:160px;
	height:160px;
	border:0px;
	z-index:200;
	}
	
#support {
	position:absolute;
	top:-10px;
	left:-5px;
	width:108px;
	height:71px;
	border:0px;
	z-index:200;
	}

.pics {
	position:absolute;
	top:0px;
	left:0px;	
	margin:0px;
    padding:0px;
	width:960px;
	height:370px;
	z-index:100;
	}
	
.pics img {  
    padding:0px;
	border:0px;
	width:960px;
	height:370px; 
    top:0; 
    left:0;
	display:none;
}

.pics img.first {display:block;}

#txt {
	width:960px;
	margin:0 auto;
	padding:50px 0px;
	font-size: 13px; line-height: 1.4em;
	text-align:justify;
	}
	
#teaser {
	position:relative;
	margin:0 auto;
    padding:0px;
	width:950px;
	height:230px;
	border:5px solid#fff;
	background:#f9f9f9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
	background-image: -webkit-linear-gradient(top left, #f9f9f9 0%, #eee 100%); 
	background-image: -moz-linear-gradient(top left, #f9f9f9 0%, #eee 100%); 
	background-image: -o-linear-gradient(top left, #f9f9f9 0%, #eee 100%); 
	background-image: linear-gradient(top left, #f9f9f9 0%, #eee 100%);
	}
	
#teaser .icon {
	position:absolute;
	bottom:0px;
	right:0px; 
	width:256px;
	height:256px;
	border:0px;
	}
	
#teaser .titel {
	position:absolute;
	bottom:50px;
	left:50px;
	border:0px;
	font-family: 'Oswald',sans-serif;
	font-weight:400;
	font-size:15px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	cursor:default;
	}
	
#teaser .logo {
	position:absolute;
	left:50px;
	bottom:70px;
	border:0px;
	width:240px;
	height:50px;
	background-image:url(../img/af-logo-small.png);
	}
	
.leistungen {float:left; margin-top:50px;}
.leistungen a {
	display:block;
	width:182px;
	padding:30px 0px;
	border:5px solid#f9f9f9;
	background-color:#f9f9f9;
	font-family: 'Oswald',sans-serif;
	color:#4c4f52;
	font-size:13px;
	font-weight:400;
	text-align:center;
	text-shadow: 0 1px 0 #FFFFFF;
	line-height: 1.8em;
	text-decoration:none;
	text-transform: uppercase;
	}

.leistungen a:hover {
	color:#fff;
	text-shadow: 0px -1px 0px #c1c1c1;
	background-color:#bed559;
	border:5px solid#fff;
	box-shadow: 0 0 5px #CBCBCB;
	background-image: -webkit-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: -moz-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: -o-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: linear-gradient(#bed559 80%, #acc150 100%);
	}
	
.login {
	float:left;
	}
	
.login a {
	display:block;
	width:230px;
	padding:30px 0px;
	border:0px;
	border:5px solid#f9f9f9;
	background-color:#f9f9f9;
	font-family: 'Oswald',sans-serif;
	color:#4c4f52;
	font-size:13px;
	font-weight:400;
	text-align:center;
	text-shadow: 0 1px 0 #FFFFFF;
	line-height: 1.8em;
	text-decoration:none;
	}

.login a:hover {
	color:#fff;
	text-shadow: 0px -1px 0px #c1c1c1;
	background-color:#bed559;
	border:5px solid#fff;
	box-shadow: 0 0 5px #CBCBCB;
	background-image: -webkit-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: -moz-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: -o-linear-gradient(#bed559 80%, #acc150 100%); 
	background-image: linear-gradient(#bed559 80%, #acc150 100%);
	}
	
.txt_img {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
    margin:0px;
    padding:0px;
	width:200px;
	height:200px;
	border:5px solid#ffffff;
	float:left;
	background:#f2f2f2;
	}
	
.txt_right {
	position:relative;
	float:left;
	width:730px;
	min-height:205px;
	border:0px;
	margin-left:20px;
	padding-top:5px;
	text-align:justify;
	font-size:13px;
	}
	
.txt_more {
	position:absolute;
	left:0px;
	bottom:0px;
	width:auto;
	}
	
#kfz {
	width:960px;
	margin:0 auto;
	}
	
.kfz1 {
    float:left;
	margin:0px;
    padding:0px;
	width:290px;
	border:5px solid#ffffff;
	background-color:#ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
	}
	
.kfz2 {
	background-color: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
    margin: 0px 30px;
    padding:0px;
	width:290px;
	height:200px;
	border:5px solid#ffffff;
	background-color:#ffffff;
	float:left;
	}
	
.kfz2 img.first {display: block; width:290px; height:200px;}

#bf {
	width:960px;
	margin:0 auto 50px auto;
	}

#bf_left {
	position:relative;
	float:left;
	width:470px;
	height:350px;
	background-color:#f2f2f2;
	margin-right:20px;
	margin-bottom:20px;
	box-shadow: 0 0 5px #CBCBCB;
	}
	
#bf_right {
	position:relative;
	float:left;
	width:470px;
	height:350px;
	background-color:#f2f2f2;
	margin-bottom:20px;
	box-shadow: 0 0 5px #CBCBCB;
	}
	
#bf_right img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	}
	
.nodist {margin-bottom:0px !important;}

#bf_title {
	position:absolute;
	background-image:url(../img/hg_title.png);
	width:450px;
	left:0px;
	bottom:0px;
	border:0px;
	padding:10px;
	color:#f2f2f2;
	font-size:12px;
	font-weight:400;
	z-index:200;
	cursor:default;
	}

#footer {
	width:100%;
	background-color:#141213;
	padding:0px;
	box-shadow: 0 0 5px #CBCBCB;
	}
	
#footer .infooter{
	width:960px;
	margin:0 auto;
	padding:30px 0px;
	line-height:1.8em;
	}
	
#footer .boxfooter{
	width:240px;
	float:left;
	font-size: 12px;
	}
	
#footer .logo{
	margin-bottom:15px;
	border-bottom: 1px dashed#313131;
	padding-bottom:15px;
	}
	

/* -- *** -- */

.proz50left		{width:50%; float:left; text-align:left;}
.proz50right	{width:50%; float:left; text-align:right;}
.clear			{clear:both;}
.clear10		{clear:both; margin-bottom:10px;}
.f1				{float:left; width:150px;}
.f2				{float:left; width:330px;}

a.a:link, a.a:visited {color:#676767; text-decoration: none;}
a.a:hover, a.a:focus, a.a:active {color: #a0a0a0; text-decoration: none;}

a.b:link, a.b:visited {color:#e75120; text-decoration: none;}
a.b:hover, a.b:focus, a.b:active {color: #333; text-decoration: none;}

a.c:link, a.c:visited {color:#676767; text-decoration: none;}
a.c:hover, a.c:focus, a.c:active {color: #333; text-decoration: none;}

li {
	list-style:none;
	}
	
h1 {
	font-weight:400;
	font-size: 15px;
	color: #666;
	line-height: 1.0em;
	margin-bottom:20px;
	}
	
h2 {
	font-weight:400;
	font-size: 13px;
	color: #666;
	line-height: 1.0em;
	margin-bottom:20px;
	}
	
hr {
	border: none;
	border-top: dashed 1px #676767;
	color: #ffffff;
	background-color: #ffffff;
	margin: 50px 0px;
	}