html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol,
p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del,
ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i,
img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	background: #EAFFE6;
	background: -webkit-linear-gradient(180deg, #EAFFE6, lightgreen);
	background: -moz-linear-gradient(180deg, #EAFFE6, lightgreen);
	background: -o-linear-gradient(180deg, #EAFFE6, lightgreen);
	background: -ms-linear-gradient(180deg, #EAFFE6, lightgreen);
	background: linear-gradient(180deg, #EAFFE6, lightgreen);
	background-attachment: fixed;
}
#pagewrapper {
	width: 980px;
	height: 100%;
	margin: 7px auto;
}
#headwrapper {
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-o-border-radius: 8px;
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-ms-border-radius: 8px;
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	position: relative;
	height: 160px;
	background: white;
}
#banner {
	position: absolute;
	width: 100%;
	height: 70%;
}
#logo {
	float: left;
	width: 180px;
	height: 100%;
	margin: 7px 10px 0 10px;
	background: url("/img/logo_lg.png") top left no-repeat;
	background-size: 100% auto;
}
#firmdesc {
	float: right;
	margin: 7px 10px 0;
	list-style-type: disc;
}
#bullet {
	list-style-type: disc;
	font-size:22px;
	color: #8EDA80;	

}#bullet span{
	font-size: 16px;
	color: #262626;

}#bullet p{
	font-size: 15px;
	color: #262626;

}
#username {
	color: #262626;
	width: 132px;
}
#password {
	color: #262626;
	width: 132px;
}
#navi {
	-webkit-border-radius: 0 0 8px 8px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-border-radius: 0 0 8px 8px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-o-border-radius: 0 0 8px 8px;
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-ms-border-radius: 0 0 8px 8px;
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	border-radius: 0 0 8px 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #8EDA80;
	background: -webkit-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -moz-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -o-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -ms-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: linear-gradient(90deg, #8EDA80, #8EFF40);
}
#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#navi li:first-child {
	margin-left: 10px;
}
#navi a {
	line-height: 100%;
	font-weight: bold;
	color: #262626;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#navi a:hover {
	color: #262626;
	background: #8EDA80;
	background: -webkit-linear-gradient(180deg, #8EDA80, #EAFFE6);
	background: -moz-linear-gradient(180deg, #8EDA80, #EAFFE6);
	background: -o-linear-gradient(180deg, #8EDA80, #EAFFE6);
	background: -ms-linear-gradient(180deg, #8EDA80, #EAFFE6);
	background: linear-gradient(180deg, #8EDA80, #EAFFE6);
}
#language {
	margin: 0 10px 0 10px;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
#footer {
	-webkit-border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-border-radius: 0 0 8px 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-o-border-radius: 0 0 8px 8px;
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-ms-border-radius: 0 0 8px 8px;
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	clear: both;
	font-size: 77%;
	text-align: center;
	text-decoration: none;
	background: #8EDA80;
	background: -webkit-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -moz-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -o-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -ms-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: linear-gradient(90deg, #8EDA80, #8EFF40);
}#footer a{
	text-decoration: none;
	color: #262626;
}#footer a:visited{
	text-decoration: none;
	color: #262626;
}
#button {
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-border-radius: 6px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-moz-border-radius: 6px;
	-o-box-shadow:inset 0px 1px 0px 0px #caefab;
	-o-border-radius: 6px;
	-ms-box-shadow:inset 0px 1px 0px 0px #caefab;
	-ms-border-radius: 6px;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	border-radius: 6px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8EDA80), color-stop(1, #8EFF40) );
	background:-moz-linear-gradient( center top, #8EDA80 5%, #8EFF40 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EDA80', endColorstr='#8EFF40');
	background-color:#8EDA80;
	display:inline-block;
	padding:2px 7px;
	border:1px solid #83c41a;
	color: ;
	text-shadow:1px 1px 0px darkgrey;
}#button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8EFF40), color-stop(1, #8EDA80) );
	background:-moz-linear-gradient( center top, #8EFF40 5%, #8EDA80 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EFF40', endColorstr='#8EDA80');
	background-color:#8EFF40;
}#button:active {
	position:relative;
	top:1px;
}
#contentwrapper {
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-o-border-radius: 8px;
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-ms-border-radius: 8px;
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	position: relative;
	background: white;
	margin: 10px 0;
	width: 980px;
	float: left;
	overflow: hidden;
}
#content {
	width: auto;
	padding: 10px;
}
.home {
	top: 10px;
	left: 0;
	height: 400px;
	width: 90%;
}
.home h2 {
	text-align: center;
}
.home p {
	text-align: center;
	font-size: 14px;
}
.x {
    position:absolute;
    -background:#f00;
    height:2px;
    width:440px;
    top:180px;
    left:0px;
    -webkit-animation: mX 12s ease-in-out 0s infinite;
    animation: mX 12s ease-in-out 0s infinite;
}
.y {
    position:absolute;
    width:410px;
    height:200px; top:-105px;
    -webkit-animation: mY 12s linear 0s infinite;
    animation: mY 12s linear 0s infinite;
}
.e {
	-webkit-opacity: 0;
	opacity: 0;
    position:absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: mZ 12s linear 0s infinite;
    animation: mZ 12s linear 0s infinite;
}
.d1{-webkit-animation-delay: 4s;animation-delay: 4s;}
.d2{-webkit-animation-delay: 8s;animation-delay: 8s;}
@keyframes mZ {
    0% { opacity: 1;transform: rotate(0deg);   }
  100% { opacity: 1;transform: rotate(-360deg); }
}
@-webkit-keyframes mZ {
    0% { -webkit-opacity: 1;-webkit-transform: rotate(0deg);   }
  100% { -webkit-opacity: 1;-webkit-transform: rotate(-360deg); }
}
@keyframes mY {
    0% { transform: rotate(0deg);   }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes mY {
    0% { -webkit-transform: rotate(0deg);   }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes mX {
    0% { transform: translateX(30px);   }
   50% { transform: translateX(530px); }
  100% { transform: translateX(30px);   }
}
@-webkit-keyframes mX {
    0% { -webkit-transform: translateX(30px);   }
   50% { -webkit-transform: translateX(530px); }
  100% { -webkit-transform: translateX(30px);   }
}
.dawned {
	top: 10px;
	left: 0;
	height: 300px;
	width: 90%;
	background-image: url(/img/redSun.png);  
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	
}
.dawned h2 {
	text-align: center;
}
.dawned p {
	text-align: center;
	font-size: 14px;
}
.dawned img:hover {
	-webkit-transition: 1s;
	-webkit-border-radius: 20px;
	-moz-transition: 1s;
	-moz-border-radius: 20px;
	-o-transition: 1s;
	-o-border-radius: 20px;
	-ms-transition: 1s;
	-ms-border-radius: 20px;
	transition: 1s;
	border-radius: 20px;
}
.dawned img {
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-webkit-border-radius: 60em;
	-moz-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-moz-border-radius: 60em;
	-o-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-o-border-radius: 60em;
	-ms-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-ms-border-radius: 60em;
	box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	border-radius: 60em;
	display: block;
	margin: 10px auto;
}
.moe {
	margin: 180px auto;
}
.service {
	margin: 10px 0 20px 0;
	width: 90%;
}
.service h4 {
	text-align: center;
}
.service ul {
	list-style-type: none;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bordy{
	width: 100%;
	border: 1px solid lightgrey;
	overflow: hidden;
}
.heady{
	height: 30px;
	width: 100%;
	background: #EAFFE6;
	text-align: center;
	padding: 10px 0 0 0;
	border-bottom: 1px solid lightgrey;
}
.stuffy{
	margin: 20px 0 0;
}
.listy{
	font-size: 14px;
	margin: 0 0 0 20%;
}
.listo{
	font-size: 14px;
	margin: 0 0 0 30%;
}
.firsty{
	margin: 7px 0 0;
}
.boxy{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 15px;
	overflow: hidden;

}
.middly{
	border: 1px solid #8EDA80;
	border-bottom: hidden;
	border-top: hidden;
}
.lefty{
	border-right: 1px solid #8EDA80;
}
.sanbly{
	width: 33.33%;
}
.nibly{
	width: 49.5%;
}
#conavi {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 100;
	background: #8EDA80;
	background: -webkit-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -moz-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -o-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: -ms-linear-gradient(90deg, #8EDA80, #8EFF40);
	background: linear-gradient(90deg, #8EDA80, #8EFF40);
}
#conavi li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}
#conavi li:first-child {
	margin-left: 10px;
}
#conavi a {
	line-height: 100%;
	font-weight: bold;
	color: #262626;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#conavi a:hover {
	color: #262626;
	background: #EAFFE6;
	background: -webkit-linear-gradient(180deg, #EAFFE6, #8EDA80);
	background: -moz-linear-gradient(180deg, #EAFFE6, #8EDA80);
	background: -o-linear-gradient(180deg, #EAFFE6, #8EDA80);
	background: -ms-linear-gradient(180deg, #EAFFE6, #8EDA80);
	background: linear-gradient(180deg, #EAFFE6, #8EDA80);
}
#info {
	//background: blue;
}
#info p{
	text-align: justify;
	font-size: 18px;
}
#info h2 {
	margin: 10px 0 20px;
	text-align: center;
}
.marged {
	padding: 0 0 0 45px;
}
.unmarge{
	margin: 0 45px 0 0;
}
.botted{
	margin: 0 0 10px 0;
}
#formed {
	float: right;
	width: 50%;
}
#formed p {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
#formed p input {
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-border-radius: 6px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-moz-border-radius: 6px;
	-o-box-shadow:inset 0px 1px 0px 0px #caefab;
	-o-border-radius: 6px;
	-ms-box-shadow:inset 0px 1px 0px 0px #caefab;
	-ms-border-radius: 6px;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	border-radius: 6px;
	width: 40%;
	float: right;
}
#formed p textarea{
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-border-radius: 6px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-moz-border-radius: 6px;
	-o-box-shadow:inset 0px 1px 0px 0px #caefab;
	-o-border-radius: 6px;
	-ms-box-shadow:inset 0px 1px 0px 0px #caefab;
	-ms-border-radius: 6px;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	border-radius: 6px;
	width: 90%;
	height: 400px;
	float: right;
	
}
.btn_mailer {
	float: right;
}
.you{
	margin: 30px auto;
	font-weight: bold;
	text-align: center;
}
.win{
	color: green;
}
.loose{
	color: red;
}
.fail {
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.fail h1 {

}
.fail h3 {

}
.fail h5 {

}
.product {
	top: 10px;
	left: 0;
	width: 100%;
	text-align:center;
	margin: 0 10px;
}
.product p{
	text-align: justify;
	margin: 10px 0;
}
.about {
	top: 10px;
	left: 0;
	margin: 0 20px 0 20px;
	width: 90%;
}
.about h1 {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	margin: 10px 0 10px 0;
}
.about h2 {
	font-size: 15px;
}
.about p {
	font-size: 18px;
	text-align: justify
}
.about img:hover {
	-webkit-transition: 1s;
	-webkit-border-radius: 10px;
	-moz-transition: 1s;
	-moz-border-radius: 10px;
	-o-transition: 1s;
	-o-border-radius: 10px;
	-ms-transition: 1s;
	-ms-border-radius: 10px;
	transition: 1s;
	border-radius: 10px;
}

.about img {
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-moz-border-radius: 20px;
	-o-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-o-border-radius: 20px;
	-ms-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-ms-border-radius: 20px;
	box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	border-radius: 20px;
	margin: 0 10px 25px;
}
.impressum {
	top: 10px;
	left: 0;
	margin: 0 0 0 20px;
	width: 90%;
}
.impressum h1 {
	font-size: 20px;
}
.impressum h2 {
	font-size: 15px;
}
.impressum p {
	font-size: 12px;
}
