body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
  color: #ccc;   /* Textfarbe*/
}
  a:link {color: #ccc;}
  a:hover {color: white;}
  a:visited {color: #ccc;}

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }
  
/* ------- Inhalt --------------------------------------------------------------------------------------------------------*/

  #Inhalt {
    margin: 0 auto; padding: 0;   /* mit auto zentriert ausrichten */
	  margin-top: 100px;     /* Oberer Abstand des Inhalts damit er unter der Navigation beginnt */
	  width: 64em;
  }
  
  .home {  width: 450px; float: left; margin-top: 0px; margin-right: 20px; margin-left: 0px}  
  
/* ------- Inhalt --------------------------------------------------------------------------------------------------------*/



/* ------- Kopf ----------------------------------------------------------------------------------------------------------*/
 
  #fixiert {
    margin: 0 auto; padding: 0;   /* mit auto zentriert ausrichten */
	  position: absolute;
	  top: 0px; left: auto;
	  width: 64em;
    background-color: black;
  }

/* ------- Kopf ----------------------------------------------------------------------------------------------------------*/

  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

/* ------- Navigation ----------------------------------------------------------------------------------------------------*/

ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu
{
	position: absolute;
	z-index: 3;
	top: 0px;
}

.menu li   /* Definition der Kasten*/
{
	width: 16em;
	float: left;
}

.menu a   /* Definition des Text im Kasten*/
{
	background-color: #444444;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	cursor: default;
	margin: 0px 0px; /* Vertikaler und Horiontaler Abstand der Kasten*/
	display: block;
	height: 1.8em;    /* Höhe der Kasten*/
	color: #ccc;   /* Textfarbe*/
}

.menu a:hover
{
	background-color: #444444;
	color: #fff;   /* Textfarbe*/
}

#smenu1, #smenu2, #smenu3, #smenu4 /* Variablen der Unternavigation*/
{
	font-size: px;
	display: none;
	width: 16em;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a    /* Variablen der Unternavigation*/
{
	font-weight: normal;
	padding-top: 0em;   /* Text Abstand von oben im Kasten*/
  margin-left: 0em;
	border-top: 0em;
	cursor: pointer;
}

/* ------- Navigation ----------------------------------------------------------------------------------------------------*/


/* ------- Fusseile ------------------------------------------------------------------------------------------------------*/

  #Fusszeile {
    margin: 0 auto; padding: 0;   /* mit auto zentriert ausrichten */
	  /* position: absolute; */
	  /* bottom: 0px; left: auto; */
	  width: 100%;     /* In % da die Fusszeile verschachtelt in Inhal*/
    font-size: 0.8em;
    text-align: center;
    background-color: black;
	  color: #ccc;   /* Textfarbe*/
  }

/* ------- Fusseile ------------------------------------------------------------------------------------------------------*/

