@charset "utf-8";
/* CSS Document */

#formular {position:relative; top:-10px; left:40px; width:150%; background-image:url(../images/kontakt.jpg); background-position:right 30px; background-repeat:no-repeat;}


label {
	margin-top: .5em;
	display: block;
	font-size:1.1em;
	}

input {
	display:block;
	width: 250px;
	}

textarea {
	width: 250px;
	height: 75px;
	}

fieldset {
	margin-bottom: 1em;
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 1px solid #fff;
	}

legend {
	font-weight: 300;
	border: 1px solid #888;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .5em;
	color:#FFFFFF;
	background-color: #025951;
	}



.kontakt {
			color:#fff;
			text-align:left;
			}

h2 {
		line-height:1.1em;
		font-weight:300;
		}
		
p {text-align:center;}

.submit {cursor:pointer; background-color:#025951; color:#fff;}
.submit:hover {background-color:#f29f05; color:#fff;}
