@import url('reset.css');



body{
	background:#fff repeat top left;
	color:#000;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:12px;
}
.clr{
	clear:both;
}
#top_logo {
	position: fixed;
	top: 0;
	left:0px;
	width: 100%;
	height: 64px;
	background: #fff;
	z-index: 10;
	border-bottom: 17px solid #000;
	
}
#inhalt{
	margin-top: 100px;
	background: #fff ;
	color: #333;
	padding: 56px 0 62px;
}
a{
	color:#fff;
	text-decoration:none;
}
a.more_link{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}
a.link_out{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}
a.group1{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}
a.group2{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}
a.group3{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}
a.group4{
	color:#EF1010;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
}

}
.clr{
	clear:both;
}
.container {
	position:relative;
	margin:10px;

}
h1, h2{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}
h1{
	font-size:80px;
	text-transform:uppercase;
	text-shadow:0px 0px 1px rgba(0,0,0,0.8);
}
.overlay{
	background-color:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}
.bg-img{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:101;
}
.full-view-elements{
	display:none;
}
.full-view{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
}
.header{
	position:absolute;
	top:65px;
	left:0px;
	width:100%;
	hight:16px;
	background:#000;
	float:left;
	color:#fff;
}
.fancy{
	font-family:'Open Sans Condensed', Arial, sans-serif;
}
.header .fancy{
	font-size:10px;
}
.block .fancy{
	font-size:10px;
}
.header h1 span{
	
	float: left;
	color:#ef1010;
}
.header h2{
	font-size:12px;
	width:400px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.1em;
	padding:0 10px;
}
p.subline{
	
	  color: #000000;
      margin: 10px 0px 0px 10px;
      width: 200px;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 20px;
      line-height: 21px;
	font-style:normal;
}
.block{
	float:left;
	margin:5px;
	background:#fff;
	padding:3px;
	width:200px;
	border: 1px solid #000;
}
.block-small{
	width:160px;
} 
.block-medium{
	width:174px;
}
.block h2{
	font-size: 15px;
	background: #222;
	color: white;
	padding: 2px 5px;
	display:none;
}
.block p{
	font-style:normal;
	line-height:20px;
	padding-bottom:5px;
}
.block p.subline{
	margin:10px 0px;
	font-style:normal;
}
.block img{
	border:none;
	display:block;
}
.project-descr{
	display:none;
}
.project-descr-full{
	background:#fff;
	height:146px;
	padding:0;
	position:fixed;
	top:90%;
	width:100%;
	opacity:0.9;
	left:0px;
	margin:-93px 0 0 0;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.project-descr-full-wrapper{
	margin:10px;
	height:136px;
	overflow:hidden;
}
.project-descr-full-content p{
	line-height: 14px;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normaL;
}
.project-descr-full-content p.left{
	line-height: 14px;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normaL;
	float:left;
}
.project-descr-full-content p.rechts{
	line-height: 14px;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normaL;
	float:right;
}
.full-view .thumbs-wrapper{
	margin:5px 20px 5px 20px;
	float:right;
	
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	
}
.thumbs-wrapper{
	overflow:hidden;
	position:relative;

}
.thumbs img{
	float:left;
	
}
.thumbs-nav span{
	position:absolute;
	width:7px;
	height:11px;
	background:transparent url(../images/nav2.png) no-repeat top left;
	top:99%;
	left:5px;
	margin-top:-20px;
	cursor:pointer;
	text-indent:-9000px;
	display:none;
	
}
.thumbs-nav span.thumbs-nav-next{
	left:auto;
	right:5px;
	background-position:top right;
}
.thumbs-nav span.thumbs-nav-prev:hover{
	background-position:bottom left;
}
.thumbs-nav span.thumbs-nav-next:hover{
	background-position:bottom right;
}
.full-view-exit{
	background:#000 url(../images/cross.png) no-repeat 10px 50%;
	position:absolute;
	top:65px;
	right:0px;
	cursor:pointer;
	width:50px;
	height:16px;
	text-indent:-9000px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	z-index:9999;
}
.full-view-exit:hover{
	width:50px;
}
.full-nav {
	position:absolute;
	top:3px;
	left:400px;
	cursor:pointer;
	width:200px;
	height:16px;

}
.full-nav-prev,
.full-nav-next{
	float:left;
	width:7px;
	height:11px;
	background:transparent url(../images/nav2.png) no-repeat bottom left;
	cursor:pointer;
	text-indent:-9000px;
}
.full-nav-next{
	background-position:bottom right;
}
.full-nav-pages{
	float:left;
	  font-family: 'Open Sans Condensed', sans-serif;
	font-size:10px;
	padding:0 10px;
	color:#fff;
}
.intro-loading{
	background: transparent url(../images/loading.gif) no-repeat center center;
	opacity:0.6;
}
.loading-small{
	position:absolute;
	top:20px;
	right:20px;
	width:16px;
	height:16px;
	background: transparent url(../images/loading-small.gif) no-repeat center center;
	display:none;
}
/* Haftung */

#haftung {
	padding: 30px 0 39px;
	background: #000;
}

#haftung h3 {
	color: #fff;
}

#haftung #ausschl {
	float: left;
	width: 460px;
	color: #fff;
}
#haftung #ausschl h3 {
	color: #fff;
	
}
#haftung #ausschl p {
	font-size:12px;
	color:#ff;
}

#haftung #goog {
	float: right;
	width: 460px;
	margin: 0 250px;
}
#haftung #goog p {
	font-size:12px;
	color:#fff;
}
/* Footer Style */
#footer {
	background: #fff;
	color: black;
	padding: 24px 0;
}
#footer a{
	background: #fff;
	color: black;
	padding: 24px 0;
}

