body
{
	background-image: url('images/layout/hintergrund.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

img
{
	border: 0px solid #FFFFFF;
}

h3
{
	font-size: 1.35em;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
}
#main
{
	width:	1024px;
	height:	620px;
	background-color:#FFFFFF;
}

#header
{
	width: 574px;
	height: 91px;
	background:url('images/layout/header.gif');
	background-repeat:no-repeat;
	padding: 50px 0 0 450px;
	font-size: 0.88em;
	color: #999999;
	line-height: 1.4em;
}

#menu
{
	width: 200px;
	height: 477px;
	float: left;
	background: url('images/layout/menu.gif');
	background-repeat: repeat-y;
}

#menu li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 5px 5px 4px 32px;
	list-style-type: none;	
}


#tableContent
{
	width: 824px;
	height: 477px;
	float: left;
	color: #FFFFFF;
}

#tableContent table
{
	border-collapse: collapse;
}

#tableContent td
{
	padding: 0px;
	margin: 0px;
}

#tableContent tr
{
	vertical-align: top;
}

.content
{
	line-height: 2em;
	padding:45px 0 0 35px;
}

a:link, a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #141413;
	border-top-color: #FFFFFF;
}

.smalltext
{
	padding: 0 5px 0 20px;
	font-size: 9px;
}

.impressum
{
	line-height: 1.4em;
	padding: 0 5px 0 20px;
}

/* Slider*/

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li
{ 
	width:577px;
	height:349px;
	overflow:hidden;
}

#prevBtn, #nextBtn
{ 
	display:block;
	width:30px;
	height:30px;
	position: relative;
	top: 8px;
	z-index: 4;
	border: none;	
	float: left;
}
	
#prevBtn
{
	left:420px;	
	width:30px;
	height:30px;
	background: url('images/layout/zuruecksperre.jpg');
	background-repeat: no-repeat;
}	
	
#nextBtn
{ 
	left:465px;
	width:30px;
	height:30px;
	background: url('images/layout/vorsperre.jpg');
	background-repeat: no-repeat;
}
														
#nextBtn a
{  	
	display:block;
	width:30px;
	height:30px;
	background: url('images/layout/vor.jpg');
	background-repeat: no-repeat;
}	

#prevBtn a
{
	display:block;
	width:30px;
	height:30px;
	background:url('images/layout/zurueck.jpg');	
	background-repeat: no-repeat;
}

