/* *********
   HTML-Tags
   ********* */
body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}

body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000;
	background:#FEEE81;
}
p {
	margin-bottom:0;
	font-size:1em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}

#navigationsleiste ul {
	font-size:16px;
	line-height:1.4em;
}	
#navigationsleiste ul li li{
	font-size:12px;
	line-height:1.4em;
	text-align: left;
}

#menu-rand-links{
	float: left; 
	width:50px; 
	background-color: #942222; 
	height: 2em; 
	border-top: 1px solid;
}

#menu-mitte{
	float: left;
}

#menu-rand-rechts{
	width: auto; 
	background-color: #942222; 
	height: 2em; 
	border-top: 1px solid;
	border-left: 1px solid
}

ul {
	font-size:0.8em;
	line-height:1.4em;
}
a:link {
	color: #942222;
}
a:visited {
	color: #980101;
}
#navigationsleiste {
	
}
#navigationsleiste a:link {
	color: #FEEE81;
	text-decoration: none;
}
#navigationsleiste a:visited {
	color: #FEEE81;
    text-decoration: none;
}
/* *********
   Bereiche
   ********* */
#kopfzeile {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:210px;
}
#kopfbereich {
	background-image: url("../bilder/schatten/schatten_mitte.gif");
	background-repeat: repeat-y;
	height:210px;
	width:950px;
	margin:0 auto;
}
#kopfinhalt {
    padding-left: 24px;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#mittelzeile {
/* set left margin and bottom padding for IE5/Win */
	padding:210px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:0px;
}
/* set left margin for modern browsers */
body>div#mittelzeile {
	margin-left:0;
}
#mittelbereich {
	width:950px;
	margin:0 auto;
	background-image: url("../bilder/schatten/schatten_mitte.gif");
	background-repeat: repeat-y;
}
#inhalt {
	font-family: "Times New Roman";
	font-style: italic;
    padding-left: 50px;	
	width:850px;
	min-height: 900px;
	color: #942222;
}
#inhalt h1,
#inhalt h2 {
	padding:0;
	margin:0;
}

#inhalt h1 {
	font-family: "Monotype";
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
}
#inhalt h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
}

#seitenTitel {
	position: fixed;
	top: 18px;
	z-index: 100;
}
#kleineStatischeLinks {
	float: none;
	right: 200px;
	padding-right: 35px;
  	font-size: 11px;
  	text-align: right;
}
#navigationsleiste {
  color: #FEEE81;
  background-color: #942222;
  font-size: 16px;
  text-align: center;
  width: 898px;
}

#navigationsleiste2 {
  color: #FEEE81;
  background-color: #942222;
  font-size: 14px;
  padding-left: 10px;
  width: 888px;
}

#fusszeile {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	height:30px;
}
#fussbereich {
	width:950px;
	height:30px;
	margin:0 auto;
	background-image: url("../bilder/schatten/schatten_mitte.gif");
	background-repeat: repeat-y;
}

.preis {
	text-align: right;
}