@charset "UTF-8";
@import url("index.html.css");
#html {
    height:100%;
}

#body {
	float: left;
	width: 1330px;
	padding-left: 20px;
}

#headerbox {
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	width: 1280px;
	float: none;
}

#imprintbox {
	height: 40px;
	width: 490px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	text-align: justify;

}

#name {
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
}

#contact {
	left: 1000px;
	float: right;
	width: 85px;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#backbox {
	height: 20px;
	width: 1260px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#backbox-index {
	height: 34px;
	width: 1260px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#picturebox {
	height: auto;
	width: 1280px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
    display: block;
	
}

#underline {
	width: 1260px;
	padding-right: 10px;
	padding-left: 15px;
	height: 20px;
	float: left;
}


#footer {
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	width: 1280px;
	float: left;
	padding-left: 10px
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.Links {
	color: #000;
	text-decoration: none;
}

.Contact {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.footer {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #333;
}

.MICHAELHOFF {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #000;
}

.MICHAELHOFFOPENSANS {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-decoration: none;
}

img {
	border:  solid #FFF;
	float: left;

}


