/* allegemeine Formatierung */
HTML {
	margin: 0px;
	padding: 0px;
}
/* Trennstriche */

hr {
border: none;
border-top: 1px solid #000000;
color: #000000;
background-color: #000000;
height: 1px;
margin: 20px 0px 20px 0px;
box-shadow: 4px 4px 7px #c0c075, 2px 2px 5px #c0c075 inset;
/* Firefox */
-moz-box-shadow: 4px 4px 7px #c0c075, inset 2px 2px 5px #c0c075;
/* Chrome + Safari */
-webkit-box-shadow: 4px 4px 7px #c0c075, inset 2px 2px 5px #c0c075;
}

/* Eigenschaften für Formularfelder */
FORM {
	padding: 0px;
	margin: 0px;
}
/* Eigenschaften für Bilder */
IMG {
	border: medium none
}
/* Eigenschaften für Tabellen */
TABLE {
	border: medium none;
	margin: 0px;
	padding: 0px;
	font-family: "comic sans ms", sans-serif;
}
/* allgemeine Formatierung Body-Bereich */
BODY {
	background: #050510;
	padding: 0px;
	margin: 0px;
	font-family: "comic sans ms", sans-serif;
	color: #c0c075;
	font-size: 14px;
}
/* Formatierung Links */
A:link {
	outline-STYLE: none;
	outline-color: invert;
	outline-width: medium;
	color: #96ff96;
	font-weight: normal;
	text-decoration: none;
	text-align: cente;
}
A:visited {
	outline-STYLE: none;
	outline-color: invert;
	outline-width: medium;
	color: #96ff96;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	background: #221111;
	color: #ff4444;
	font-weight: normal;
	text-decoration: none;
	box-shadow: 4px 4px 4px #482424, 2px 2px 1px #482424 inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 4px #482424, inset 2px 2px 1px #482424;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 4px #482424, inset 2px 2px 1px #482424;
}
A:focus {
	color: #ff4444;
	font-weight: normal;
	text-decoration: none;
}
A:active {
	color: #cc7;
	font-weight: normal;
	text-decoration: none;
}
/* Formatierung Überschrift h1 */
H1 {
	padding: 0px;
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 1.3em;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 0px 0px 15px #ffffaa;
}
/* Formatierung Überschrift h2 */
H2 {
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: 0px 0px 15px #aaffaa;
}
/* Anzeigegröße */
#show {
	height: 125px;
	width: 800px;
}
/* Rahmen definieren */
#head, #menu, #content, #unten {
	background: #040404;
	border-width: 5px;
	border-style: solid;
	border-color: #000000
}
/* Kopf */
#head {
	position: absolute;
	background: #040404;
	left: 20px; top: 15px; right: 20px;
	height: 102px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 4px 4px 7px #9696ff, 2px 2px 5px #9696ff inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 7px #9696ff, inset 2px 2px 5px #9696ff;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 7px #9696ff, inset 2px 2px 5px #9696ff;
}
#headleft, #headright {
	z-index: 1;
	position:absolute;
	top: 0px;
	height: 100px;
}	
#headleft {
	left: 0;
}
#headright {
	right: 0;
}
#headcenter {
	z-index: 2;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	font-family:  "comic sans ms", sans-serif;
	color: #000000;
	font-size: 3.5em;
	text-align: center;
	text-shadow: 0px 0px 20px #9696ff;
}	
/* Menü */
#menu  {
	float: left;
	width: 180px;
	height: auto;    
	margin: 35px 20px 10px 20px;
	padding: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 4px 4px 7px #96ff96, 2px 2px 5px #96ff96 inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 7px #96ff96, inset 2px 2px 5px #96ff96;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 7px #96ff96, inset 2px 2px 5px #96ff96;
}  
#menu a {
	display: block;
	width: 100%;
	text-indent: 15px;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
}
#menu a:link, #menu a:visited {
  background: #080808;
  width: 100%;
  height: 100%;
	margin-top: 0px;  
}
#menu a:hover, #menu a:active {
  background: #221111;
  width: 100%;
  height: 100%;
	margin-top: 0px;
	box-shadow: 4px 4px 4px #ff9696, 2px 2px 1px #ff9696 inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 4px #ff9696, inset 2px 2px 1px #ff9696;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 4px #ff9696, inset 2px 2px 1px #ff9696;
}
#menu a:focus{
  background: #080808;
  width: 100%;
  height: 100%;
	margin-top: 0px;
}
#menu ul {
	list-style: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#menu li {
	border-bottom: 1px solid #181818;
	padding-top: 1px;
}
#menu li li {
	border: 0px;
	margin-left: 10px;
}
/* Menüfelder */
#menu1 {
	background: #000000;
	border-width: 5px;
	border-style: solid;
	border-color: #000000;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 4px 4px 5px #488848;
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 4px 4px 5px #488848;
	/* Chrome + Safari */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 4px 4px 5px #488848;
}
/* Buttons */
.button {
	border-radius:10px;
	background: #112211;
	box-shadow: 2px 2px 2px #488848, inset 2px 2px 2px 2px #244824;
	/* Firefox */
	-moz-border-radius:10px;
	-moz-box-shadow: 2px 2px 2px #488848, inset 2px 2px 2px 2px #244824;
	/* Chrome + Safari */
	-webkit-box-shadow: 2px 2px 2px #488848, inset 2px 2px 2px 2px #244824;
	-webkit-border-radius:10px;
}
.button a:active  a:hover{
	background: #221111;
	box-shadow: 2px 2px 2px #482424, inset #482424;
	/* Firefox */
	-moz-box-shadow: 2px 2px 2px #482424, inset #482424;
	/* Chrome + Safari */
	-webkit-box-shadow: 2px 2px 2px #482424, inset #482424;
}
/* Content */
#content {
	width: auto;
	margin: 35px 20px 35px 265px;
	padding: 10px;
	height: auto;
	overflow: auto;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 4px 4px 7px #c0c075, 2px 2px 5px #c0c075 inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 7px #c0c075, inset 2px 2px 5px #c0c075;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 7px #c0c075, inset 2px 2px 5px #c0c075;
}
/* Fuss */
#unten {
	height: 20px;
	padding: 5px;
	margin: 20px 20px 10px 20px;
	color: #9696ff;
	text-align: right;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 4px 4px 7px #9696ff, 2px 2px 5px #9696ff inset;
	/* Firefox */
	-moz-border-radius: 7px;
	-moz-box-shadow: 4px 4px 7px #9696ff, inset 2px 2px 5px #9696ff;
	/* Chrome + Safari */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 4px 4px 7px #9696ff, inset 2px 2px 5px #9696ff;
}
