@import url('normalize.css');
@charset "utf-8";
fieldset {
	width: 480px;
}
body{ 
     background: url(../images/background/pflaster.png);
}
div {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
}
.footline { 
	width: 100%;
	padding: 0;
	floot: none;
}
.footline img {
	width: 100%;
}
.cpr {
	width: 20%;
	text-align:left;
	font-size: 0.8em;
	float: left;
	margin-top: 0px;
}
.footermenu {
	width:75%;
	text-align:right;
	padding-right:2.0em;
	font-size: 0.8em;
	color:#000;
	text-decoration:none;
	float:right;	
	margin-top: 0px;
}
.footermenu a {
	text-decoration:none;
	color:#000;
}
.footermenu a:hover { 
	font-size:0.9em;
	font:bold;
	text-decoration:underline;
	color:#F00;
}
.main p {
	font-family: Roboto, sans-serif;
    font-size:16px;
    font-weight: 400;
    line-height: 1.5em;
	text-align:left;
	color:#000;
}
.menu img {
	width: 250px;
	margin-left: 300px;
}
.wrapper{
    max-width: 1020px;
	height: 890px;
	margin: auto;
}
.contactTextarea{
	padding: 0.2em 0.2em 0.2em 1.0em;
	border: 1px solid rgba(0,0,0,0.4);
	-moz-border-radius:0.4em;
	border-radius:0.4em;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	margin-bottom:0.2em;
/* Breite und Höhe werden angepasst */
	width:470px;
	height:233px;
	background:url(../logos/Kontakt/email-bg.png) top left no-repeat; 
	background-size: 100%;
}
.contactField{
	padding: 0.2em 0.2em 0.2em 1.0em;
	border: 1px solid rgba(0,0,0,0.4);
	-moz-border-radius:0.4em;
	border-radius:0.4em;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	margin-bottom:0.2em;
	width: 470px;
}
		
input[type="text"] {
		padding: 0.2em 0.2em 0.2em 1.0em;
		border: 1px solid rgba(0,0,0,0.4);
		-moz-border-radius:0.4em;
		border-radius:0.4em;
		-moz-box-shadow: 0 0 5px 2px #ccc;
		-webkit-box-shadow: 0 0 5px 2px #ccc;
		box-shadow: 0 0 5px 2px #ccc;
		margin-bottom:0.2em;
	width: 470px;
		
}
input[type="submit"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #666;
   border: 1px solid #fff;
   background-image: linear-gradient(to top, #c0c0c0 0%, #fff 90%);
   border-radius: 20px;
   margin-left: 200px;
}
#Kontakt {
	margin-left: 250px;
}
.adress {
	width: 250px;
	float: left;	
}
.mail {
	width: 500px;
	float: right;
}
.nosee { 
	display:none; 
}

.error {
	color: #F00;
	font-weight: bold;
}