@import url("css/layout");
body,td,th,p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	color: #000033;
	background-color: #faf3d6;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c3914c;
}
#main {
	width: 770px;
	clear: both;
	margin: 0px auto 0px auto;
}
#main #header {
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 770px;
}
#main #header a {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fcfcfc;
	top: 102px;
	position: relative;
	left: 17px;
	text-decoration: none;
}
#main #header a:hover {
	text-decoration: underline;
	color: #364042;
}
#main #startseite {
	position: relative;
	width: 770px;
	float: left;
}
#main #startseite .startseite {
	font-size: 0.7em;
	color: #fcfcfc;
	display: block;
	padding-left: 13px;
	padding-top: 10px;
	width: 180px;
	height: 295px;
	overflow: scroll;
  scrollbar-base-color:#faf3d6;
  scrollbar-3d-light-color:#faf3d6;
  scrollbar-arrow-color:#213c4f;
  scrollbar-darkshadow-color:#faf3d6;
  scrollbar-face-color:#faf3d6;
  scrollbar-highlight-color:#faf3d6;
  scrollbar-shadow-color:#faf3d6;
  scrollbar-track-color:#faf3d6;
}
#main #startseite li {
	font-size: 1.0em;
	color: #fcfcfc;
	background-color: transparent;
}
#main #navigation {
	position: relative;
	width: 165px;
	float: left;
	background-image: url(../layout/nav_item.gif);
	background-repeat: repeat-y;
}
#main #navigation .text {
	font-size: 10px;
	font-weight: bold;
	width: 165px;
	color: #c3914c;
	margin-left: 20px;
	text-indent: -20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main #navigation a {
	font-size: 10px;
	width: 165px;
	text-decoration: none;
	color: #000066;
	margin-left: 20px;
	text-indent: -20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main #navigation a:hover {
	text-decoration: underline;
	color: #c3914c;
}
#main #bilder {
	position: relative;
	width: 210px;
	float: left;
}
#main #text {
	position: relative;
	width: 370px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
}
#main #nurtext {
	position: relative;
	width: 580px;
	float: left;
}
#main #footer {
	width: 770px;
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 39px;
	position: relative;
	float: left;
}
#main #footer .footer {
	font-size: 0.7em;
	font-weight: bold;
	color: #edebe9;
	text-align: center;
	position: relative;
	top: 7px;
	left: 30px;
}
