body {
	color: black;
	font-size: small;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	margin-top: 0;
	color: #000066;
}

h2 {
	color: #000066;
}

p {
	font-size: 1em;
}

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
	background-color: transparent;
	}

#container {
	width: 600px;
	margin: 20px auto;
	border: 3px double navy;
	background:url(img/bg.gif);
}

#pageHeader {
	width: 600px;
	height: 200px;
	background: url(img/head.jpg) no-repeat;
}
#pageHeader h1 {
	display: none;
}

#content {
	margin: 15px;
}

div.quickSummary {
	width: 570px;
	margin-bottom: 30px;
}
div.quickSummary:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}
div.quickSummary h2 {
	width: 290px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
div.quickSummary h2.logo {
	background-image: url(img/mt-1_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.quickSummary h2.logo span {
	visibility: hidden;
}
div.quickSummary p {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 10px 3px 0;
	text-align: center;
	color: #000066;
	font-size: 90%;
	letter-spacing: 0.1em;
	border-right: 1px solid #000066;
}

#navi {
	position: relative;
	float: right;
	width: 180px;
	margin: 0 0 10px 15px;
	padding: 10px;
	background-color: #DDF1FF;
	border: 3px double navy;
}

#navi h3 {
	margin: 0;
	padding-bottom: 10px;
	color: #000066;
	text-align: center;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi a {
	color: #000066;
	text-decoration: none;
}
#navi a:hover {
	color: #FF9900;
	text-decoration: underline;
}

table {
	width: 90%;
	font-size: 100%;
}
th, td {
	text-align: left;
}
th.anzahl {
	width: 20%;
}
th.bezeichnung {
	width: 40%;
}
th.preis {
	width: 20%;
	text-align: right;
}

img {
	border: none;
}

form {
	clear: right;
}
form br {
	clear: both;
}
fieldset {
	margin-bottom: 1em;
	padding: 0.5em;
	padding-top: 0;
	background-color: White;
}
legend {
	color: #000066;
	font-weight: bold;
}
label, select, input[type=text] {
	cursor: pointer;
}
label.left {
	float: left;
	text-align: right;
	width: 12em;
	margin-right: 1em;
}
li label.left {
	margin-left: -15px;
}
input[type=text] {
	float: left;
}
input, textarea {
	color: Black;
	background-color: White;
}
input:focus, textarea:focus {
	color: Black;
	background-color: Silver;
}

img.presse {
	margin-right: 10px;
	margin-top: 10px;
}
.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
