body {
	background-color: #000;
	color: #fff;
	margin-right: -10px;
	margin-left: -10px;
	font-family: Verdana, Geneva, sans-serif;
}

#logo {
	width: 100%;
	margin-top: -10px;
	height: 180px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#logo .logo-server {
	width: 257px;
	height: 5px;
	border: solid 0px #000;
	border-radius: 0px 0px 4px 4px;
	display: block;
	position: absolute;
	left: 107px;
	top: 122px;
	opacity: 0.9;
}

#logo .logo-plexnet {
	position: absolute;
	left: 100px;
	top: 43px;
	color: #eee;
	font-size: 72px;
}

#logo .logo-at {
	position: absolute;
	left: 366px;
	top: 75px;
	/*color: #f90; Wird über color.css gesteuert!*/
	font-size: 40px;
}

#logo .logo-hallo {
	position: absolute;
	right: 75px;
	top: 50px;
	color: #eee;
	font-size: 35px;
}

#logo .logo-name {
	position: absolute;
	right: 75px;
	top: 90px;
	/*color: #f90; Wird über color.css gesteuert!*/
	font-size: 40px;
}

#navigation {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 0px ;
	height:	50px;
	background-color: #222;
	position: relative;
	z-index: 100;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
	width: 160px;
	text-align: center;
	height:	50px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: -5px;
	line-height: 50px;
}

#navigation ul li a {
	text-decoration: none;
	color: #CCC;
	line-height: 50px;
	display: block;
	/*transition: 0.25s;*/
	background-color: #555;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#navigation ul li a:hover {
	color: #000;
	/*background-color: #F90; Wird über color.css gesteuert!*/
	/*transition: 0.125s;*/
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navigation-rechts {
	float: right;
	margin-right: 40px;
}

/* Dropdown Implementierung ANFANG*/

#navigation .untermenu a {
	text-decoration: none;
	color: #000;
	line-height: 45px;
	display: block;
	/*transition: 0.25s;*/
	background-color: #ccc;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: smaller;
}

#navigation .untermenu a:first-child {
	border-top-width: 8px;
	border-top-style: solid;
	/*border-top-color: #f90; Wird über color.css gesteuert!*/		
}

#navigation .untermenu:hover a:first-child {
	margin-top: 2px;	
}

#navigation .untermenu a:hover {
	color: #000;
	background-color: #bbb;
	/*transition: 0.125s;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: smaller;
}

#navigation .topmenu .untermenu {
	display: none;
}

#navigation .topmenu:hover .untermenu {
	display: block;
}

/* Dropdown Implementierung ENDE */

#zierleiste {
	width: 100%;
	border: 0px none;
	margin-top: 5px;
	height: 8px;
	/*background-color: #F90; Wird über color.css gesteuert!*/
	margin-bottom: 2.5em;
}

#hauptbereich {
	margin-right: 50px;
	margin-left: 50px;
}

#hauptbereich .textblock {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1px;
	padding-bottom: 5px;
	display: block;
	background-color: #222;
	margin-bottom: 2em;
}

#hauptbereich .textblock .durchgestrichen {
	text-decoration: line-through;
}

#hauptbereich .textblock h2 {
	/*color: #f90; Wird über color.css gesteuert!*/	
}

#hauptbereich .textblock p {
	color: #CCC;
}

#hauptbereich .steuerfeld {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1px;
	padding-bottom: 20px;
	display: block;
	background-color: #222;
	margin-bottom: 2em;
}

#hauptbereich .steuerfeld .text {
	width: 180px;
	height: 30px;
	background-color: #ccc;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

#hauptbereich .steuerfeld .button {
	width: 200px;
	height: 23px;
	color: #ccc;
	background-color: #555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 26px;
	margin-left: 2em;
}

#hauptbereich .steuerfeld .nurbutton {
	width: 200px;
	height: 23px;
	color: #ccc;
	background-color: #555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 26px;
}

#hauptbereich .steuerfeld .button:hover {
	/*background-color: #F90; Wird über color.css gesteuert!*/
	color: #000;
}

#hauptbereich .steuerfeld .nurbutton:hover {
	/*background-color: #F90; Wird über color.css gesteuert!*/
	color: #000;
}

#hauptbereich .steuerfeld .dropdown {
	width: 180px;
	height: 42px;
	background-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#hauptbereich .steuerfeld .buttoninfotext {
	color: #eee;
	font-size: smaller;
	margin-left: 10px;
}

#hauptbereich .steuerfeld a {
	text-decoration: none;
	color: #CCC;
	line-height: 32px;
	width: 200px;
	display: block;
	/*transition: 0.25s;*/
	background-color: #555;
	text-align: center;
	font-size: smaller;
}

#hauptbereich .steuerfeld a:hover {
	/*background-color: #f90; Wird über color.css gesteuert!*/
	color: #000;
}

/*#hauptbereich .textblock, #hauptbereich .steuerfeld {
	background-image: url(../images/blockbackground.jpg);
	background-repeat: repeat;
}*/

#hauptbereich .meldungerfolg {
	background-color: #040;
	color: #0f0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 1;
	border: solid 1px #0f0;
	margin-top: 30px;
	margin-bottom: 5px;
}

#hauptbereich .meldunginformation {
	background-color: #440;
	color: #ff0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 1;
	border: solid 1px #ff0;
	margin-top: 30px;
	margin-bottom: 5px;
}

#hauptbereich .meldungfehler {
	background-color: #400;
	color: #f00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 1;
	border: solid 1px #f00;
	margin-top: 30px;
	margin-bottom: 5px;
}

#hauptbereich .iframedynmap {
	border: 1px solid #333;
}

#hauptbereich .textblock .erfolgbekommen {
	display: block;
	height: 50px;
	/*background-color: #f90; WIRD ZENTRAL GESTEUERT*/
	clear: left;
	margin-bottom: 10px;
	max-width: 800px;
	overflow: hidden;
}

#hauptbereich .textblock .erfolgbekommen .erfolgname {
	width: 200px;
	display: block;
	line-height: 50px;
	text-align: center;
	float: left;
}

#hauptbereich .textblock .erfolgbekommen .erfolgbeschreibung {
	display: block;
	float: left;
	height: 50px;
	padding: 15px 0px 0px 5px;
}

#hauptbereich .textblock .erfolgbekommen .erfolgname h3 {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#hauptbereich .textblock .erfolgbekommen .erfolgbeschreibung p {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
