/* CSS Document */
html { 
        overflow: -moz-scrollbars-vertical; 
}
body {
  height:99%;
	margin: 0px;
	top: 0px;
	background-image: url(images/schnee.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#container {
  position: relative;
	width: 950px;
	margin: 0px;
}

.kopf{
  position:relative;  
  margin: 0px 12px 8px 0px;
	width: 950px;
	height: 324px;
	background-image: url(images/kopf.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.navi {
  position:absolute;
  width:111px; 
  float:left;
  left:10px; 
  top:250px;
}

.inhalt{
  position:absolute;
  width:700px; 
  left:172px;
  right:152px;
  top:210px;
  
}


body, td, input, textarea {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

.fettrot {
	font-family: Verdana;
	font-size: 16px;
	color: #f1aa3a;
	font-weight: bold;
}

.normal {
	font-family: Verdana;
	font-size: 14px;
	color: #6C4C2A;
	line-height: 16px;
}

.normalrot {
	font-family: Verdana;
	font-size: 14px;
	color: #850705;
	font-weight: bold;
}

.klein {
	font-family: Verdana;
	font-size: 13px;
	color: #6C4C2A;
	line-height: 15px;
}

