BODY {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
}
BODY a {
	color: #039;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	margin: 0;
	background: #990033;
	z-index: 0;
}
#topshadow {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 9px;
	margin: 0;
	z-index: 0;
	line-height: 0;
}
#topshadow p {
	margin: 0;
}
#topshadowedge {
	position: absolute;
	top: 70px;
	left: 0;
	width: 10px;
	height: 9px;
	margin: 0;
	z-index: 0;
	line-height: 0;
}
#topshadowedge p {
	margin: 0;
}

#nerdslogo {
	position: absolute;
	right: 2%;
	top: 11px;
	z-index: 1;
}

#nerdslogonh {
	display:none
}
#menubar {
	display:none;
}
#navigation {
	position: absolute;
	top: 130px;
	left: 0;
	min-width: 108px;
	width: 18%;
	margin: 1% 0 0 2%;
	padding-top: 0;
	z-index: 2;
}
#navigation {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
}
#navigation a {
	color: #039;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #990033
}
#navigation a.current {
	text-decoration: none;
	font-size: 1.1em;
	color: #990033
}
#navigation .firstSubmenu {
	margin-left: 1.5em;
	margin-top: 0;
	margin-bottom: 1.0em;
	font-size: 1.0em;
	padding-left: 0;
}
#navigation ul {
	padding-left: 0;
	margin-left: 0.7em;
	font-size: 0.9em;
}
#navigation ul.closed {
	display: none;
}
#navigation p {
	margin: 0;
}
#navigation .home {
	margin-top: -0.8em;
}
#navigation .noLink {
	margin-top: 1.0em;
}
#content {
	position: absolute;
	top: 130px;
	left: 20%;
	width: 77%;
	min-width: 462px;
	margin: 1% 2% 0 1%;
	padding-top: 0;
	z-index: 2;
}
#content p {
	max-width: 700px;
}
#content img {
	float: none;
}
#content img.right {
	float: right;
	margin-left: 5%;
	margin-bottom: 5%;
}
#content img.left {
	float: left;
	clear: both;
	margin-right: 5%;
	margin-left: 0;
}
#content img.clear {
	float: right;
	clear: both;
	margin-left: 5%;
	margin-bottom: 5%;
}
TABLE {
	width: 100%;
	max-width: 700px;
}
H1 {
	width: 100%;
}
H1 {
	text-shadow: #D0D0D0;
	clear: both
}
H1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.9em;
	line-height: 1em
}
H2 {
	margin-top: -0.8em;
	font-size: 1.07em;
}
H2.titel {
	margin-top: 0;
	font-size: 1.07em;
}
H2.red {
	color: #F00
}
H3 {
	margin-top: 1.5em;
	font-size: 1.07em;
}
TT {
	font-size: 1.07em;
}
#impressum {
	position: relative;
	bottom: 0;
	left: 0
}
#impressum p {
	font-weight: bold;
	font-size: 0.7em;
	text-align: center
}
#impressum hr {
	clear: both;
	max-width: 700px;
}
#impressum a {
	color: #000;
}

/* Tablet view */
@media screen and (max-width:650px) {
#navigation {
	display: none;
}
#menubar {
	display:inline;
    font-weight:bold;
	position: absolute;
	top: 72px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 3
}
#menubar li {
	float: left;
	list-style: none;
}
#menubar li a {
	display: block;
	box-shadow: 2px 2px 8px #000000;
	border-radius: 3px;
	background: #3E0909;
	padding: 5px 12px;
	text-decoration: none;
	border-color: #EEEEEE; 
	border-style: solid;
	border-width: 1px;
	width: auto;
	color: #FFF0F0;
	white-space: nowrap
}

#menubar li a:hover {
	background: #990033
}
#menubar li a.current {
	background: #990033
}
#menubar li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#menubar li ul li {
	float: none;
	display: inline
}
#menubar li ul li a {
	font-size: 1.1em;
	padding: 12px 12px;
	width: auto;
}
.second {
	font-size: 0.9em;
}
#menubar li ul li a.current {
	background: #990033;
}
#menubar li ul li a:hover {
	/* [disabled]background: #8EA344 */
}
#content {
	top: 110px;
	left: 0%;
	width: 95%;
	min-width: 10px;
	margin: 2% 2% 0 2%;
	z-index: 2;
}
#content img.right {
	width: 40%;
	height: auto;
}
#content img.clear {
	width: 40%;
	height: auto;
}
}

/* Mobile view potrait */
@media screen and (max-width:390px) {
BODY {
	min-width:280px
}
#content img.right {
	width: 50%;
}
#content img.clear {
	width: 50%;
}
#nerdslogo {
	display:none
}
#nerdslogonh {
	display:inline;
	position: absolute;
	right: 3%;
	top: 11px;
	z-index: 1;
}
}
