﻿html,body  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../img/hg1800.jpg');
	background-position:center;
	background-repeat:repeat-y;
	color: #993333;

scrollbar-face-color: #DD8EC8;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: blue;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: #7F7F;
scrollbar-track-color: #FFD2C3;
scrollbar-arrow-color: #FFFFFF;
}

#noscroll {
	border-width: 2px;
	border-bottom-color: #993333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	border-bottom-style: solid;
	height: 200px;
}

#inhalt {
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	overflow: scroll;	/* wichtig */
	width: 990px;
	padding-top:10px;
	padding-left:10px;
	background-color: #ffe696;
	font-size:small;
	text-decoration:none;
}

#loben {
	padding: 5px 0px 0px 0px;
	width: 140px;
	font-size: x-small;
	text-align: center;
	float: left;
	height: 195px;

}

#roben {
	position: absolute;
	margin-left: 140px;
	width:860px;
	height: 200px;
}

#navleiste{
	position:absolute;
	border-top-style: solid;
	border-top-width: 2px;;
	border-top-color: #993333;
	font-size: small;
	margin-top: 160px;
	padding-left: 0px;
	width: 860px;
	height: 40px;
	text-align:left;
}

#navleiste ul li {
	list-style: none;
	text-decoration:none;
	display: inline;
	margin: 0px 0px;
	padding: 0 0 0 0px;;
}

#navleiste ul li a {
    padding: 3px 9px;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: white;
    background-color:#C749A5;
  }
  
#navleiste ul li a:hover {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: black;
    background-color:#C0C0C0;
  }


