html {
	overflow-y: scroll;
}
html,body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	background-image: url(../media/bg.png); background-position: top center; background-repeat: repeat-y;
}

img {
	border: none;
}

div#content {
	width: 700px;
	padding-bottom: 10px;
}

h1,h2,h3 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}

ul {
	text-align: left;
	list-style-type: square;
	margin-bottom: 0;
	list-style-position: inside;
	width: 470px;
}
ul li p {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
}
a {
	color: #000000;
}

/*
	SIGNATURES
*/
div.signatures {
	overflow: hidden;
}
div.signatures div.left {
	width: 350px;
	float: left;
}
div.signatures div.right {
	width: 350px;
	float: right;
}

table.angebot td {
	vertical-align: top;
	width: 50%;
	text-align: left;
}
table.angebotsmall {
	margin-left: 10px;
	width: 340px;
}

table.angebotsmall td {
	vertical-align: top;
	font-size: 14px;
}
table td p {
	margin: 0;
	padding: 0;
}
div.angebotsbox {
	border: 1px solid black;
	padding:  8px;
	margin-bottom: 20px;
	overflow: auto;
	float: none;
	zoom: 1; /* ie6 */
}

div.angebotsbox h2 {
	padding-top: 0;
	margin-top: 10px;
	line-height: 16px;
	margin-left: 330px;
	text-align: left;
}

div.angebotsbox p {
	text-align: left;
}

img.angebotfotosmall {
	border: 1px white solid;
	float: left;
}

img.angebotfoto {
	border: 1px white solid;
	margin-top: 25px;
}

/* Other */
div.center {
	margin-left: auto;
	margin-right: auto;
}
span.mhost span {
	display: none;
}
div.preview {
	text-align: center;
}
div.preview p {
	line-height: 75px;
	height: 75px;
	padding: 10px;
	margin: 0;
}
div.preview a {
	width: 100px;
}
div.preview a.last {
	margin-right: 0;
}
div.preview a img {
	border: 1px solid #fff;
	vertical-align: middle;
}
