
/* Default-Werte setzen */
body, p, div, td
{
	font-family:"Trebuchet MS",verdana,Arial; 
	font-size:10pt; 
	color:#222222; 
	font-weight: normal;
}

body
{
	background: #222 url("../images/body.jpg") top left repeat-x; 
	text-align:center;
	margin:0px;
}

div
{
	text-align:left;
}

h1 
{
	font-size:16pt; 
	font-weight:bold; 
	text-align:left; 
	color:#8ACC24;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Trebuchet MS",verdana,Arial;
}

a
{
	color:#8ACC24;
	text-decoration:underline;
	font-weight:normal;
}

p
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

p.small
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:9px;
	color:#777;
}

p.more
{
	text-align:right;
}

	p.more a
	{
		text-decoration:none;
	}
	p.more a:hover
	{
		text-decoration:underline;
	}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border:0px;
}

img.border
{
	border:3px solid #DDD;
}

hr
{
	height:1px;
	background:transparent;
	border-top:1px dotted #6B6B6B;
}
	

input, select, button, textarea 
{
	font-size:10pt; 
	font-family:"Trebuchet MS",verdana,Arial;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:900px;
	margin:40px auto 25px auto;
	background:#FFF;
	border:1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
}


#top 
{
	background: #FFF url("../images/top.jpg");
	width:880px;
	height:250px;
	margin:0px auto 10px auto;
}
	#top a
	{
		text-decoration:none;
		color:#000;
		font-size:9pt; 
		font-weight:bold;
		display:block;
		padding:1px 10px;
		border:1px #FFF solid;
	}

	#top a:hover
	{
		color:#8ACC24;
		//background:#F9F9F9;
		//border:#F1F1F1 1px solid;
	}

	#top ul
	{
		width:auto;
		list-style:none;
		padding:0px;
		margin:0px;
		float:right;
		padding-top:17px;
	}

	#top ul li
	{
		float:left;
	}


#middle
{
	background: #FFF url("../images/middle.jpg") top left repeat-y; 
	width:900px;
	margin:0px auto;
	heigth:auto;
}

#navigation
{
	float:left;
	position:relative;
	padding-top:10px;
	left: 10px;
	width: 200px;
	background:url("../images/navigation.jpg") top left repeat-x;
	height:auto;
}

	
	#navigation ul
	{
		width:100%;
		padding:0px;
		margin:0px;
	}

	#navigation ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}

	#navigation ul li a
	{
		display:block;
		text-decoration:none;
		font-weight:normal;
		font-size:9pt; 
		border-bottom:1px solid #FFF;
		background:transparent;	
		padding:5px 10px;
		color:#FFF;
		margin-left:1px;
		margin-right:1px;
		height:1%;
	}
	
	#navigation ul li a:hover
	{
		background:#DDD url(../images/hover.png) right 50% no-repeat;
		color:#000;	
	}

	#navigation ul li a.current
	{
		background:#FFF url(../images/current.png) right 50% no-repeat;
		color:#000;	
		font-weight:bold;
	}
	
#content
{
	float:none;
	padding-top:0px;
	padding-bottom:10px;
	margin-left: 230px;
	width: 650px;
}



#bottom
{
	background: #FFF url("../images/middle.jpg") top left repeat-y; 
	width:900px;
	margin:0px auto 0px auto;
	padding:0px;
}
	#bottom p
	{
		font-size:8pt; 
		font-weight:normal;
		color: #777;
		padding-top:10px;
		padding-right:10px;
		text-align:right;
		margin:0px;
	}


