/*  Formatierung für DokAssist-Homepage auf dem Bildschirm - 14.05.2010  */
/*  Bitte beachten: <html xmlns="http://www.w3.org/1999/xhtml">          */

html {
	min-height: 100.1%;
}
body {
	background: #ccc;
	width: 890px; 
  margin:  0px auto;  /* auto: wichtig fuer Zentrierung in Firefox */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Titelbereich */
#Titel {
	background: url(./bilder/Titelbild.gif);
	height: 86px;
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}


/* Inhaltsbereich */
#Inhalt {
	background: url(./bilder/back-inhalt.gif) top center repeat-y;
  float: left;
	width: 100%;
  min-height: 550px;
}
#Inhalt h1 {
	padding: 20px 0px 0px 0px;
	font-size: 24px;	
  color: #BD4139;
}
#Inhalt h2 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;	
  color: #BD4139;
}
#Inhalt p {
	padding: 0px 0px 0px 0px;
	font-size: 13px;	
  color: #BD4139;
}
#Inhalt img {
	border-style: none;
}
#Inhalt a {
	text-decoration: none;
  color: #BD4139;
	display: block;
	padding: 0px;
	margin: 0px;
}
#Inhalt a:hover {
	background: #FFF;
	color: #000000;
}
#Inhalt a.current {
	background: #BD4139;
}

/* Ebenen */
#ebene1  {
    position:absolute; 
    margin-left: auto;
    top: 20px; left: 20px;
    width: 400px; border:0px; 
    z-index: 1;
    visibility: visible;
  }
#ebene2  {
    position:absolute; 
    top:40px; left:420px;
    width: 400px; border:0px ridge blue; 
    z-index: 2;
    visibility: visible;
  }

/* Fu&szlig;bereich */

#Fusszeile {
	margin: 0px auto 0px;
  padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
  color: #ffffff;
	clear: both;
	height: 45px;
  background: url(./bilder/back-fuss.gif) top center no-repeat;
}

#Fusszeile img {
	border-style: none;
}
#Fusszeile a {
	text-decoration: none;
  color: #ffffff;
	font-weight: bold;
  padding: 0px;
	margin: 0px;
}
#Fusszeile a:hover {
	text-decoration: none;
	color: #BD4139;
}
#Fusszeile a.current {
	background: #FFF;
}



/* Hauptnavigation */
#Navig {
    background: #BD4139;
    float: left;
	  height: 27px;
    margin-left: 0px; 
    padding: 0px 2px 0px 2px;
	  letter-spacing: 0pt; 
    border: 0px ridge yellow;
    font-weight: bold;
    font-size: 12px;
  }
   
#Navig span {
		background: #BD4139 url(bilder/Button1.gif) repeat-y;
    display:block;
    height: 20px;
    padding-top: 2px;
    color: #ffffff;
  }
#Navig a {
		display:block;
    height: 20px;
    padding-top: 2px;
    color : #BD4139;
		text-decoration : none;
  }
#Navig a:link, #Navig a:visited {
		background: #DB8D82 url(bilder/Button0.gif) repeat-y;
  }
#Navig a:hover, #Navig a:active, #Navig a:focus {
		background: #DB8D82 url(bilder/Button1.gif) repeat-y;
    color : #ffffff;
  }  