BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #cccccc;
}

A {
	color: #ffcc00;
	text-decoration: none;
}


#maptitel {
	margin: 0px;
 }

#content {
	margin: 0px;
	padding: 2px;
	width: 771px;
	border-left: 2px solid #ffcc00;
	border-right: 2px solid #ffcc00;
	text-aling: left;
}

#content H1, #content H2 {
	font-size: 14px;
	color: #ffcc00;
	padding-left: 20px;
}

#content P {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

#content .blockLine {
	clear: both; 
	background-color: #303030; 
	width: 100%; 
	height: 80px; 
	text-align: center; 
	padding-top: 15px;
}

#content .navBlock {
	clear: both;
	margin-top: 25px; 
	background-color: #4b4b4b; 
	height: 50px; 
	width: 100%;
}

#content .navBlock .nav {
	background-color: #262626; 
	height: 48px; 
	width: 375px; 
	padding-top: 8px;
	margin: 1px; 
	text-align: center;	
	font-size: 16px;
	font-weight: bold;
}


#content .navBlock .nav .aktPage {
	margin-left: 7px;
	font-size: 25px;
	color: #ffcc00;
}

#content .navBlock .nav A {
	color: #ffffff;
	margin-left: 7px;
}

#content .navBlock .nav .loglk {
	margin-left: 15px;
	color: #ffcc00;
}


#content .textGroupLeft {
	float:left; 
	width: 400px;
	margin-top: 25px;
}

#content .textGroupRight {
	width: 350px;
	float: right; 
	padding-right: 20px; 
	padding-top: 20px;
	margin-top: 25px;
}

#content .textGroupRight .log  {
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	font-weight: bold;
}

#content .imgGroup {
	clear: both; 
	background-color: #303030; 
	width: 100%; 
	margin-top: 20px; 
	padding-top: 4px
}

#content .imgGroupLeft {
	float: left;
	margin: 3px;
	margin-right: 0px;
}

#content .imgGroupRight {
	float: right; 
	margin: 3px; 
	margin-left: 1px;
}

#content .imgGroup IMG {
	border: 2px solid #ffcc00;
}

#content .imgGroup .middleImg {
	border-top: 0px; 
	border-bottom: 0px
}

#content #conBlock {
	width: 100%;
	padding-top: 20px;
	font-size: 20px;
	color: #ffcc00;
	text-align: center;
}


#content #topLinks {
	position: absolute; 
	top: 16px;
	margin-left: 5px;
	font-size: 12px;
}