/*Stylesheet für die Rizzi-Seite*/

* {	padding:0; margin:0;}

html {height: 101%} /* erzwingt scrollbar*/

body { 	color: white;
		background-color:#993399;
		background-image:url(_images/rizzi_bg.jpg);
		font-family:"Times New Roman", Times, serif;
		font-size:17px;
}
		
#wrapper {	color: black;
			background-color:#FFFFFF;
			width: 1045px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 75px;
			margin-bottom: 75px;
}

#kopfbereich {	background-image:url(_images/kopf_bg.gif);
				border: 45px solid #ffffff;
				border-top: 35px solid #ffffff;
				border-bottom: 6px solid #ffffff;
				height: 168px;		
}

div#navibereich { 	background-color:#CE8AAF;
				width: 56.2em;
				height: 1.7em;
				border-left: 45px solid #ffffff;
				border-right: 45px solid #ffffff;
				padding: 0px;
}


div#navibereich div { clear: left;}

ul#navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
   }
  * html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0em;
  }
  *:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0em;
  }

  ul#navigation li ul {
    position: absolute;
    top: 1.6em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#navigation ul {  /* Workaround fuer den IE 7 */
    background-color:white; padding-bottom:0em; 
  }
  ul#navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#navigation li ul li {
    float: none;
    display: block;
	border-top: 0.2em solid white;
  }

  ul#navigation a, ul#navigation span {
    display: block;
    width: 5em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; 
    border: 0.1em solid #CE8AAF;
	color: white; background-color: #CE8AAF;
  }
  * html ul#navigation a, * html ul#navigation span {
    width: 6.4em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 5em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#navigation a:hover, ul#navigation span, li a#aktuell {
    color: white; background-color: #9B2245;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white; background-color: #9B2245;
  }
  ul#navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #9B2245;
  }

#textbereich {	height: 60%;
				font-size: 100%;
				font-style: normal;
				color: #58585a;
				padding: 0.1em 0.7em 1em 0.7em;
				border-left: 45px solid #ffffff;
				border-top: 30px solid #ffffff;
				border-right: 45px solid #ffffff
}

#textbereich a {		
				text-decoration:none;
				color: #9B2249;
				}

#fussbereich {	font-size: 90%;
				font-style: normal;
				color: #9B2249;
				padding: 0.1em 0.7em 0em 0.7em;
				border-left: 45px solid #ffffff;
				border-right: 45px solid #ffffff;
				border-bottom: 25px solid #ffffff
}

#fussbereich a {		
				text-align:left;
				text-decoration:none;
				color: #9B2249;
				}

#fussbereich span {		
				margin-left: 400px;
				}
#logo{

}

#logoschrift{	margin-left: 400px;

}

#bilder{		padding: 1em 0em 1.5em 0em;}

}


address { 	float:right;
			font-size: 90%;
			font-style: normal;
			color: #9B2245;
}

h1 {font-size: 160%}
h2 {	font-size: 120%;
		font-style: normal;
}

/*a {text-decoration: none}
a:link {color: white }
a:visited {color: white}

a:hover, a:focus {
}

a:active { 	color:#9B2245	
}*/

.skiplink {	position: absolute;
			top: -2000px;
			left: -3000px;
			width: 0px;
			height: 0px;
			overflow:hidden;
			display:inline;
}

h2, p, ul, ol {margin-bottom:1em;}
