*{
	margin: 0px;
	padding: 0px;	
}
/* STANDARD EINSTELLUNGEN */

body
{
 font-family:Verdana, Tahoma, Arial;	
 font-size: 11px;
 background-color:#f5f5f5;
}


h1
{
	color: #850f15;
	text-weight: bold;	
	padding-bottom:20px;
	font-size: 16px;
}

/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 774px;
	margin-left:-387px;
	left:50%;
}

/* LINKS */

#links
{
	position: relative;
	height: 653px;
	width: 149px;
	margin-top:72px;
	margin-left: 24px;
	background-image:url(../images/left_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

/* Header */
#header
{
	position: relative;
	height:95px;
	width:575px;
	float: right;
}

div.headOben
{
	position:relative;
	height:64px;
	width:575;
	margin-left:13px;
	top:41px;
}
			img.logo
			{
				height:23px;
				width:220px;
				border:0px;
			}

div.headUnten		
{
	position:relative;
	height:31px;
	width:575px;

}

			img.logoUnten
			{
				border:0px;
				margin-top:9px;
			}
			
			
/* HEADER */	
#content
{
	position: relative;	
	height:auto;
	width:575px;
	top:50px;
	float: right;
}

	#content-txt
	{
		margin-right:17px;
		margin-left:13px;
		padding-bottom:25px;
	}

/*FOOTER*/
div.footer
{
	position:relative;
	height:10px;
	width:575px;	
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

/* NAVI */

#navi
{
	position: relative;
	height:auto;
	width:174px;
	top:134px;
	left:-24px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

div.navi
{
	position:relative;
	height:auto;
	width:174px;
	background-color:#f5f5f5;
	margin-top:8px;
	
}
/* SUBNAVIGATION  */

div.sub-navi
{	
	margin-left: 20px;
	padding-bottom: 10px;
}

/* div navi link */
div.link a
{
	psoition:relative;
	background-color: #bd8285;
	margin-left:24px;
}

div.link 
{
	psoition:relative;
	background-color: #bd8285;
	height:19px;
	width: 174px;
}


/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #f5f5f5;
	font-size:13px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	margin-left: 10px;
}

a:active.navi
{
	color: #f5f5f5;
}

a:visited.navi
{
	color: #f5f5f5;
}

a:hover.navi
{
	color: #5eaf9e;	
}

a.navi-set
{
	color: #000;
	font-size:13px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;

}


/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #bd8285;
	font-size:13px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	margin-left: 10px;
	line-height:20px;
}

a:active.sub-navi
{
	color: #f5f5f5;
}

a:visited.sub-navi
{
	color: #f5f5f5;
}

a:hover.sub-navi
{
	color: #000000;
}

a.sub-navi-set
{
	color: #8c6a6c;
	font-size:13px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	margin-left: 10px;
}

