body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: black; 
	background-color: #A6A797;  
	margin: 0px 0px 0px 0px;  
}
td {
	background-color: transparent;
	font-size: 12px;
}
hr {
	height: 1px;
	color: #FFDEAD;
}
a {
	color: #012A66;
	text-decoration: none;
}
a:hover {
	color: #FF8401;
	text-decoration: underline;
}

h1 {
	color: #709DDC;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color: #5C5D4D;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #9D5300;
	font-size: 14px;
	font-weight: bold;
}

a.topmenu{
	background-color: #BCBDAC;
	height: 100%;
	padding: 4px 5px 2px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
	font-size: 10px;
	background: url(../images/topmenuspace.gif) no-repeat;
	border-right: 1px solid White;
    display: block;
	text-align: center;
	}
a.topmenu:hover {
	background-color: #464646;
	color: #FF8401;
	text-decoration: none;
}
a.menu {
	font-size: 12px;
	color: #012A66;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(../../umms_phd/images/none.gif);
	padding: 3px 3px 3px 3px;
}
a.menu:hover {
	color: #FF8401;
	display: block;
	background-image: url(../images/bgmenu-onhover.gif);
	text-decoration: none;
}
.produkt {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid silver;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid silver;
	border-top: 1px solid #ECECEC;
}
.center {
	text-align: center;
	display: block;
}
/* print */
#print {
	background-color: #FFFFFF;
	height: 100%;
	font-size: 0.8em;
}
.footer {
	color: Gray;
	font-size: 0.8em;
	display: block;
	text-align: right;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #BCBDAC;
}
.printhead {
	height: 110px;
	display: block;
	width: 100%;
	vertical-align: top;
}
.printlogo {
	width: 200px;
	display: block;
	float: left;
}
.printtitle {
	width: 330px;
	display: block;
	padding: 1em;
}
.printpage {
	padding: 10px;
}