body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	background: url('bg.gif');
	background-color: #f6f6f6;
	background-repeat: repeat-x;
}

a {
	color: #bf2019;
	text-decoration: none;
	display: block;
}

a.nostyle {
	color: #949494;
	display: inline;
}

#main {
	width: 1000px;
	padding-top: 100px;
	margin: 0 auto;
	text-align: center;
}

h1, h2, h3, #head p, address {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-style: normal;
}

h1 {
	float: left;
	width: 480px;
	text-align: right;
	margin-right: 40px;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	line-height: 1;
}

h1 span {
	color: #bf2019;
	display: block;
}

h1 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#logo {
	float: left;
	background: url('https://www.penkweb.ch/Proxmox/images/logo_penkweb_line.png') no-repeat;
	width: 450px;
	height: 60px;
	background-size: contain;
	background-position: left center;
}

h2 {
	padding-top: 10px;
	clear: both;
	font-size: 15px;
	font-weight: normal;
}

#head p {
	clear: both;
	padding-top: 10px;
}

p, h3, address {
	color: #949494;
}

.space {
	padding-top: 30px;
	height: 38px;
	width: 100%;
}

.space .line-top {
	height: 1px;
	background: linear-gradient(to right, rgba(225,225,225,0) 0%,rgba(225,225,225,1) 50%,rgba(225,225,225,0) 100%);
}

.space .line-bottom {
	height: 1px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

.space .shadow {
	height: 30px;
	background: radial-gradient(ellipse farthest-side at center top, rgba(0, 0, 0, 0.06), transparent);
}

h3 {
	padding-top: 10px;
	font-size: 12px;
}

#foot p, #foot address {
	padding: 0;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#foot a {
	display: inline;
}