html, body
{
	background-color: white;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
}

#bgheader
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/bgheader.jpg);
	height: 265px;
	width: 100%;
	z-index: 0;
	
}

#site
{
	position: absolute;
	top: 20px;
	left: -400px;
	margin-left: 50%;
	width: 800px;
	background-color: white;
	z-index: 1;
}

#header
{
	position: absolute;
	top: 10px;
	width: 784px;
	left: -392px;
	margin-left: 50%;
	background-image: url(../images/header.jpg);
	height: 103px;
}

#nav
{
	position: absolute;
	top: 120px;
	width: 169px;
	height: 320px;
	left: 9px;
	background-image: url(../images/navbg.jpg);
	color: white;
	padding: 11px;
	font-weight: bold;
}

#titel
{
	position: absolute;
	top: 120px;
	width: 593px;
	height: 30px;
	left: 200px;
	background-image: url(../images/titel.jpg);
	vertical-align:middle;
	font-weight: bold;
}

#nav ul
{
	list-style: none;
	font-weight: bold;
	line-height: 9px;
}

.titel
{
	color: white;
	vertical-align:middle;
}

#headerkl
{
	width: 593px;
	height: 96px;
	background-image: url(../images/headerkl.jpg);
	position: absolute;
	z-index: 1;
	top: 149px;
	right: 7px;
}

#content
{
	width: 571px;
	min-height: 400px;
	top: 255px;
	left: 228px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1
{
	font-size: 16px;
	font-family: tahoma;
	font-weight: normal;
	color: #cc6666;
}

hr {
	border: none 0; 
	border-top: 1px dotted #929292;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}

a:link
{
	color: #666;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	text-decoration: underline;
}

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

a:active
{
	color: #000;
	text-decoration: none;
}

a.nav:link
{
	color: #fff;
	text-decoration: none;
}

a.nav:visited
{
	color: #fff;
	text-decoration: none;
}

a.nav:hover
{
	color: #ccc;
	text-decoration: underline;
}

a.nav:active
{
	color: #ccc;
	text-decoration: underline;
}

h2
{
	color: #cc9933;
	font-size: 12px;
	font-weight: bold;
}
