/* Dr MoX css */
html {
	background-image: url(../images/header_img.gif);
	background-repeat: no-repeat;
	background-color:#252525;
}

body {
	color: black;
	margin: auto;
	background-color:#252525;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

form {
	margin: 0;
}

img {
	border: none;
}

p {
	margin-bottom: 6px;
	margin-top: 6px;
}

a:link {
	color: inherit;
	text-decoration: none;
}

.html {
	position: absolute;
	width: 100%;
	height: 100%;
}

.body {
	position: relative;
	width: 980px;
	height: 100%;
	text-align: left;
}

.container {
	background-color: #E6E2D6;
	border: 7px solid white;
	position: absolute;
}

.label {
	position: relative;
	top: -10px;
	left: -10px;
	padding-left: 12px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #cc0033;
	border-bottom: thin solid white;
	font-size: small;
	font-weight: bold;
	color: white;
	text-align: left;
}

.menu {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu li {
	color: #cc0033;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid white;
	line-height: 12px;
	font-size: x-small;
}

.menu li:first-child {
	border-top: 0;
}

.menu a {
	text-decoration: none;
	color: #cc0033;
}

.menu li:hover {
	background-color: #d3cdb6;
}

.menu_sub {
	display: inline;
	color: white;
	font-size: x-small;
}

.menu_sub a {
	color: white;
	text-decoration: none;
}

.menu_sub a:hover {
	text-decoration: underline;
}

#title {
	position: absolute;
	left: 126px;
	top: 42px;
	padding: 10px 30px 10px 18px;
	background-color: #cc0033;
	font-size: 42px;
	font-stretch: ultra-expanded;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	color: white;
	line-height: 42px;
}

#subtitle {
	position: absolute;
	display: block;
	bottom: -38px;
	left: 10px;
	font-size: small;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

#mainmenu {
	position: absolute;
	top: 30px;
	left: 316px;
}

#phpmv {
  visibility: hidden;
}