
/* @group reset */

html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
	font-family: inherit;
	font-size: 100.01%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

textarea {
	font-family: inherit;
	font-size: 100.01%;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100.01%;
	font-weight: normal;
}

del, ins {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

nav ul {
	list-style-type: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: transparent;
	width: auto;
	height: auto;
}

:focus {
	outline: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input {
	margin: 0;
}

/********** Deprecated and obsolete elements **********/

applet, basefont, dir, font, isindex, menu, s, strike, u {
	font-family: inherit;
	font-size: 100.01%;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
	vertical-align: baseline;
	text-decoration: inherit;
	text-align: left;
	color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

dir, menu {
	list-style: none;
}

nobr {
	white-space: normal;
}

blink {
	text-decoration: none;
}

marquee {
	overflow: visible;
}

/* @end */

/* @group Site */

body, html {
	margin: 0px;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*html {
	background: transparent url(img/mh-title.gif) no-repeat 20px 10px;
}*/

.show {
	display: block;
}

.hide {
	display: none;
}

/* Logo */

#logo {
	width: auto;
	height: 42px;
	padding-left: 20px;
	margin-top: 10px;
}

#logo span {
	float: left;
	margin-right: 5px;
	height: 40px;
}
#logo span img{
	height: 40px;
}
.logo_boxx {
	height: 40px;
	width: 140px;
}
#logo span.mn_logo{ 
	float: right;
	margin-right: 20px;
}

#lang {
	padding-left: 20px;
	padding-top: 10px;
}

#head {
	font: normal 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}


#body, #footer {
	padding: 10px 20px 20px;
}

p {
	margin-bottom: 14px;
}

/* @end */

/* @group Text */

a:link, a:visited {
	color: #CA0002;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

.error {
	color: red;
}

/* @end */

/* @group Navigation */

#head ul.navi {
	width: auto;
	height: 20px;
	padding: 0px 4px 1px;
	margin-top: 10px;
}

#head ul.navi li {
	color: #999;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-left: 2px;
	margin-right: 2px;
	border-left: 1px none transparent;
	background-color: #ededed;
	padding: 2px 10px;
	display: inline;
}

#head a:link, #head a:visited {
	font: normal 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}

#head a:focus, #head a:active {
	text-decoration: underline;
}

#head a:hover, #head a.aktiv {
	color: #CA0002;
}
#lang a:link, #lang a:visited{
	color: #000;
}
#lang, #lang a:hover{
	color: #CA0002;
}

/* @end */

/* @group Formular */

form {
	overflow: hidden;
	width: 520px;
}

form p {
	margin-top: 10px;
}

select {
	display: block;
	width: auto;
}

input {
	width: 250px;
	margin-bottom: 5px;
	text-align: right;
}

input[type="radio"] {
	width: auto;
	display: block;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}

input.stnhoehet1,
input.stnhoehet2,
input.stnhoehew1,
input.stnhoehew2 {
	width: 50px;
	text-align: right;
}

textarea {
	width: 255px;
	height: 100px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	top: 5px;
	margin-bottom: 18px;
	text-align: center;
	width: 200px;
}

legend {
	width: 100%;
	padding-bottom: 4px;
	padding-top: 5px;
	font-weight: bold;
}

fieldset {
	margin-top: 15px;
}

fieldset input {
	width: 50px;
	margin-right: 0;
	margin-bottom: 0;
	text-align: right;
}

fieldset input[type="checkbox"] {
	width: 25px;
}

fieldset select {
	display: inline;
}

fieldset p {
	margin-bottom: 4px;
}
fieldset li{
	display: block;
	width: 100%;
	height: 20px;
	margin-left: -25px;
}
label {
	width: 70%;
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
li label{
	float: right;
	width: 95%;
	margin: 0;
	padding: 0;
}
span {
	margin-left: 3px;
	margin-right: 3px;
}


/* Lighbox */

#lightbox-bg {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.72);
}

#lightbox-content {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	background: #fff;
	border: 2px solid #000;
}

#lightbox-btn {
	display: "block";
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #000;
	border-radius: 20px;
	color: #000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

#lightbox-iframe {
	width: 100%;
	height: 100%;
}


/* @end */
