@charset "utf-8";
* {
	margin:0;
	padding:0;
}
/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #534A47;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
	min-height:577px;/* for good browsers*/
	min-width:744px;/* for good browsers*/
}
/* add H1 to make Firefox same as IE at top */
h1 {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #00B6BD;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color: #00B6BD;
}
h3 {
	color: #00B6BD;
}
h4 {
	color: #00B6BD;
}
h5 {
	color: #00B6BD;
}
h6 {
	color: #00B6BD;
}
td {
	vertical-align: top;
}
a {
	color: #534A47;
	text-decoration: underline;
}
#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 577px;
}
#inner {
	width: 744px;
	background:#fff;
	height: 577px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}

#newsticker {
	width: 744px;
	background:#fff;
	height: 20px;
	text-align:left;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	border:none;

}

#logo {
	position:relative;
	width: 417px;
	/*height: 192px;
	top: 54px;*/
	height:167px;
	top:9px;
	left: 303px;
	padding: 0;
}
#random-image {
	position:relative;
	height: 317px;
	top: 0px;
	left: 0px;
	padding-left: 24px;
	z-index:0;
}
#content-background {
	position:relative;
	width: 366px;
	height: 282px;
	left: 45px;
	z-index:2;
	margin-top:-282px;
}
#content-normalleeg {
	position:relative;
	width: 342px;
	height: 258px;
	left: 45px;
	z-index:3;
	margin-top:-282px;
	padding:12px;
	border:#000000 0px dotted;
	text-align:left;
	overflow:auto;
}
#menu {
	position:relative;
	height: 68px;
	z-index:99;
	padding-left:24px;
}
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	cursor:pointer;
}
#menu a {
	display: block;
	width: 100%;
}
#menu li { /* all list items */
	float: left;
	width: 139px; /* width needed or else Opera goes nuts */
	height: 50px;
	display:block;
}
#menu li ul { /* second-level lists */
	position: relative;
	width: 115px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:250px;
	background-color:#FFFFFF;
	margin-top:-300px;
	border:0px dotted #EEEEEE;
}
#menu ul ul li {
	height: 25px;
}
#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:24px;
}
#footer {
	position: relative;
	font-size: 9px;
	width: 400px;
	left:370px;
	background: #FFFFFF;
	margin-top:10px;
}
/* Start content-type FORM*/
legend {
	border: none;
}
fieldset {
	border: none;
}
.radiolayout {
	width: 60%;
	border: none;
}
.formu {
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.mf-input {
	margin-bottom: 5px;
	vertical-align: middle;
}
.mf-text {
	margin-bottom: 5px;
	vertical-align: top;
}
.mf-select {
	margin-bottom: 5px;
	vertical-align: middle;
}
.mf-check {
	border: none;
	margin-bottom: 5px;
	vertical-align: middle;
}
.mf-radio {
	border: none;
	margin-bottom: 5px;
	vertical-align: middle;
}
.mf-file {
	margin-bottom: 5px;
	vertical-align: middle;
}
.mf-submit {
	margin-bottom: 5px;
	vertical-align: middle;
}
