@charset "utf-8";

body {
	text-align: center;
	background-color: #000000;
	color: #000000;
	width: 700px;
}

html,body {
	height: 100%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}


html, body, table {
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
}



div#content {
	background-color: #f7fae6;
	text-align: left;
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	padding: 20px 40px 30px 20px;
	overflow: auto;
	min-height: 200px;
}

#header {
	border-width: 4px 4px 0px 4px;
	border-style: solid;
	border-color: #ffffff;
	background: #e8e8bd url(../images/mmlogo.png) no-repeat;
	background-position: center 10px;
	height: 74px;
	min-height: 74px;
}

div#menu {
	border-width: 0px 4px 0px 4px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #e8e8bd;
	min-height: 20px;
	padding-top: 9px;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #000;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active {
	text-decoration: underline;
}

#footer .imprint {
	position:relative;
	right:10px;
	top: 10px;
}

#footer a {
	text-decoration: none;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	padding: 15px 10px 2px 5px;
	background-color: #e8e8bd;
	height: 27px;
	border-width: 0px 4px 4px 4px;
	border-style: solid;
	border-color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

img.left {
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
	float: left;
	overflow: auto;
}

img.right {
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	float: right;
	overflow: auto;
}


/* audiolink */

a.audiolink {
	background-image: url(../images/bullet_feed.png);
	background-position: -3px 0px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
span.audiolink {
	background-image: url(../images/bullet_feed_grey.png);
	background-position: -3px 0px;
	background-repeat: no-repeat;
	padding-left: 10px;
}


/* filelink */

.filelink {
	background-image: url(../images/bullet_disk.png);
	background-position: -2px -1px;
	background-repeat: no-repeat;
	padding-left: 14px;
}


h1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

h5 {
	font-size: 7pt;
	font-weight: normal;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

small {
	font-size: 7pt;
}

p {
	margin: 1px 0px 11px 0px;
	padding: 0px;
}

p.clear {
	clear: both;
}

.contacttable label {
	margin: 2px 4px 2px 0px;
}

.contacttable {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.contacttable tr {
	margin: 2px 2px 2px 0px;
	padding: 0px;
}
.contacttable td {
	margin: 0px;
	padding: 0px;
}


/* News */
.preview {
	background-color: #f5f5f5;
	margin: 4px 10px 5px 20px;
	padding: 3px;
}

.newstitle {
	font-style: italic;
	font-weight: bold;
}

.newsbody {
	margin-top: 5px;
	margin-bottom: 14px;
}

.small {
	font-size: 7pt;
}
.small h4 {
	font-size: 7pt;
}

table.shoplist {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}
.shoplist th {
	font-size: 7pt;
	font-weight: normal;
	font-style: italic;
}
.shoplist th.amount {
	text-align: center;
}
.shoplist td {
	vertical-align: top;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.shoplist td.picture {
	width: 80px;
}
.shoplist td.partno {
	width: 50px;
	text-align: left;
}
.shoplist td.pricing {
	width: 50px;
	text-align: right;
}
.shoplist td.description {
	width: 80%;
}
.shoplist td.amount {
	padding: 0px 10px 0px 10px;
}
.shoplist td.amount input {
	text-align: right;
}
.shoplist h4 {
	padding: 0px 0px 6px 0px;
}

div.counter {
	margin: 10px 0px 0px 4px;
}

label.required:after {
	content: "*";
	color: #FF0000;
	font-size: 9px;
}
label.missing {
	color: #FF0000;
}

p.error {
	color: #FF0000;
}
