* {
	margin: 0;
	padding: 0;
}

body {
	background: #252525;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
h1#headerPablo {
	background: #fff url(pablo.png) no-repeat;
	height: 157px;
	width: 600px;
}
h1#headerKontakt {
	background: #fff url(kontakt.png) no-repeat;
	height: 114px;
	width: 600px;
}
h1#header404 {
	background: #fff url(404.png) no-repeat;
	height: 266px;
	width: 600px;
}

.ir {
	display: block;
}
.ir span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

#menu {
	overflow: auto;
}
#menu li {
	float: left;
	list-style: none;
	margin: 30px 30px 1px 0;
}

#menuKontakt {
	background: url(sprite.png) no-repeat -116px -16px;
	height: 22px;
	width: 89px;
}
#menuFacebook {
	background: url(sprite.png) no-repeat 0 -16px;
	height: 22px;
	width: 115px;
}
#menuZurueck {
	background: url(sprite.png) no-repeat -206px -16px;
	height: 22px;
	width: 97px;
}




.left {
	margin: 40px 0 0;
	width: 300px;
	float: left;
	height: 200px;
}
.right {
	margin: 40px 0 0 300px;
}


address.ir {
	background: url(anschrift.png) no-repeat;
	width: 140px;
	height: 64px;
}
#emailAddress {
	background: url(emailadresse.png) no-repeat;
	width: 113px;
	height: 19px;
}
#lblName {
	background: url(sprite.png) no-repeat -232px -4px;
	height: 11px;	
	width: 46px;
}
#lblEmail {
	background: url(sprite.png) no-repeat -106px 0px;
	height: 15px;	
	width: 48px;
}
#lblMessage {
	background: url(sprite.png) no-repeat -155px 0px;
	height: 15px;	
	width: 76px;
}
input, textarea {
	width: 300px;
	background: white;
	border: 1px solid white;
	font: 14px arial;
	margin: 3px 0 10px 0;
	opacity: 0.8;
}
textarea {
	height: 200px;
}
input:focus, textarea:focus {
	opacity: 1;
}
input.error, textarea.error {
	background: #fbb;
	border-color: #900;
}
#formSubmit {
	background: url(sprite.png) no-repeat 0px 0px;
	border: none;
	width: 105px;
	height: 15px;
	margin: 5px 0 0 195px;
}



a.ir, button {
	outline: none;
}
a:active, button:active {
	position: relative;
	top: 1px;
	left: 1px;
}
