#header div {
	float: left;
}

#header {
	background-image: url("../img/bild.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

#header p {
	margin: 4px 0;
}

#headerContentOne {
	width: 100px;
}

#navigation ul {
	margin: 0;
}

#navigation li {
	list-style-type: none;
	float: left;
	padding-top: 10px;
}

#navigation #noMarginLi {
	margin-left: -92px;
	padding: 0;
}

#rolleBox {
	width:250px;
	height: 305px;
	background-image: url("../img/rolle.jpg");
	background-repeat: no-repeat;
	padding-left: 250px;
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}

.invisibleTable {
	border: 0;
}

.contactbox1 {
	width: 70%;
	float: left;
}

.contactbox2 {
	width: 30%;
	float: left;
}

form input, form textarea, label {
	display: block;
	margin-bottom: 20px;
}
input {
	width: 316px;
}
textarea {
	width: 320px;
	height: 100px;
}
label {
	float: left;
	width: 150px;

}
