@charset "utf-8";
/* CSS Document */

 * {
      margin: 0;
      padding: 0;
    }
    body {      
	  padding-left: 10em;
	  padding-right: 10em;
	  width: 870px;
	  height:100%;
	  font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #000;
      background: #fff;
/*	  background-image:url(../images/logo_hintergrund.png);
	  background-repeat:no-repeat;
	  background-position: -50px 120px;*/
    }
	h4	{
		font-size:110%;
	}
	td	{
		padding-left: 5px;
	}
	a	{
		color:#004a83;
		text-decoration:none;
	}
	a:hover	{
		text-decoration:underline;
	}
	.kleinere_schrift	{
		font-size:12px;
	}
	.formularfeld	{
		border:1px dotted #f7ae44; /* hell */
		font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.tabelle	{
		border: 1px solid #f7ae44; /* hell */
	}
	.tabellenzeile	{
		background-color: #fbe9ce; /* hell heller */
	}
	.tabellenkopf	{
		background-color: #f7ae44; /* hell */
	}
	#kopfzeile	{
		height: 100px;
		margin: 10px;
	}
	#container	{
		width:100%;		
	}
	#login	{
		padding-top: 10px;
		float:left;
		width: 145px;
	}		
	#inhalt	{
		padding-top: 10px;
		padding-left:5px;
		padding-right:5px;
		width: 455px;
		float:left;
	}
	#anzeigen	{
		float:left;
		width: 250px;
	}
	.bilder_anzeigen	{
		margin: 5px;
		border: 1px solid;
		border-bottom-color:#000;
	}
	#artikel	{
		border-bottom: 1px dotted #f7ae44; /* hell */
		padding-top:10px;
		padding-bottom:5px;
	}
    ul {
      list-style: none;
    }
    #navigation {
      float: left;
      width: 100%;
      background: #0495c1;	/* dunkel */
	  background-image:url(../images/navi_hintergrund.png);
	  background-repeat:repeat-x;
    }
    #navigation li {
      float: left;
      width: 10em;
    }
    #navigation a {
      color: #fff;
      text-decoration: none;
      display:block;
      padding:.1em .5em;
      background: #0495c1;	/* dunkel */
      border-right: 1px solid #fff;
    }
    #navigation a:hover {
      background:#f7ae44; /* hell */
    }
    #navigation ul {
      position: absolute;
      left:-9999px;
    }
    #navigation li:hover ul {
      left: auto;
    }
    #navigation li li {
      float: none;
    }
    #navigation li li a {
      color: #fff;
      border-right: none;
    }
    #navigation li li a:hover {
      background:#f7ae44; /* hell */
    }
