@charset "utf-8";
/* CSS systure.de 2013 */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("http://fonts.googleapis.com/css?family=Dosis:400,500");

html { 
}
#wrap {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	min-height:560px;
}
#rightymighty {
	width:300px;
	height:100%;
	position:absolute;
	right:50%;
	margin-right:-150px;
	top:0;
	background-color:#FFF;
	min-height:560px;
	border-left:1px solid #3a7999;
	border-right:1px solid #3a7999;
	z-index:10;
}
#logo {
	background-image:url(../img/logo250.png);
	width:250px;
	height:212px;
	position:absolute;
	top:30px;
	left:25px;
}
#picleft {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
  	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:5;
}
#picright {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
  	background: url(../img/bg2.jpg) no-repeat right center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:4;
}
#kontakt {
	width:250px;
	height:auto;
	position:absolute;

	bottom:50px;
	left:25px;
}
.txtitel {
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6c442b;
}
.txgo {
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:000;
}
.tab {
	float:left; 
	clear:left; 
	width:70px;
}
a {
	text-decoration:none;
	border-bottom:dashed 1px #3a7999;
	color:#3a7999;
}
a:hover {
	text-shadow: 3px 3px 10px #A8A8A8;
}