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

body
{
 font-family:Verdana, Tahoma, Arial;	
 font-size: 11px;
}


h1
{
	color: #ac4d49;
	text-weight: bold;	
}

/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 952px;
	margin-left:-476px;
	left:50%;
	background-color: #ffffff;
}

/* Header */
#header
{
	position: relative;
	height:	324px;
	width:951px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}



img.logo
{
	position: absolute;
	border:0px;	
	margin-left: 93px;
}
		
/* NAVI-EINGENSCHAFTEN */		
		#navi
		{
			position: relative;
			height: 25px;
			width: 610px;
			top:35px;
			margin-left:308px;
			font-size:14px;
		}
		
		
		
/* SUBNAVI-EINGENSCHAFTEN */		
#sub-navi
{
	position: absolute;
	height: auto;
	width: 145px;
	top:40px;
	left:0px;
}

	div.sub-navi
	{	
		position: absolute;
		width: 124px;
		height: auto;
		margin-left: 20px;
	}
	
		span.subtitle
		{
			color: #615e5c;
			font-weight:bold;
		}

/* CONTENT DIV EINSTELLUNGEN */

#content
{
	position:absolute;
	height: auto;
	width: 900px;
	background-color: #efece8;
	color: #615e5c;
	margin-left: 22px;
	margin-right: 23px;

}
	
/* CONTENT TEXT DIV EINSTELLUNGEN */

#content-txt
{
	margin-left: 220px;	
	margin-right:166px;
	margin-bottom:87px;
	margin-top:38px;
}

	div.content-innertxt
	{
		margin-top:20px;	
	}

/* READ THIS LINK ICON */
	img.readthis
	{
		height:14px;
		width:19px;
		background-image: url(../images/readthis-icon.jpg);
		background-repeat: no-repeat;	
		margin-right:10px;
	}

/* FOOTER EIGENSCHAFTEN */

#footer
{
	position:relative;	
	width:586px;
	height:86px;
	margin-left: 148px;	
	margin-right:166px;
	background-color: #efece8;
}

	/* HR EINSTELLUNGEN FOOTER */
	hr.footer
	{
		
		border-bottom: 1px solid #6f6250;
		background-color: #efece8;
		color: transparent;
		height: 1px;
		margin-left:70px;
	}

/* ALLGMEINE LINKEINSTELLUNGEN */
a:link
{
	color: #98876e;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;	
	
}

a:active
{
	color: #927f65;
	text-decoration:none;
	font-size:12px;
}

a:visited
{
	color: #927f65;
	text-decoration:none;
	font-size:12px;
}

a:hover
{
	color:#615e5c;	
	text-decoration:none;
	font-size:12px;
}


/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #927f65;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.navi
{
	color: #927f65;
}

a:visited.navi
{
	color: #927f65;
}

a:hover.navi
{
	color:#796a54;	
}

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

/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #927f65;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	line-height:25px;
}

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

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

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

a.sub-navi-set
{
	color: #a50e15;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}


