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

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1
{
	font-size:16px;	
}

/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 801px;
	margin-left:-400px;
	left:50%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

/* Header */
#header
{
	position: relative;
	height:	269px;
	width: 800px;
}

	div.head-right
	{
		position: absolute;	
		height: 151px;
		width: 478px;
		background-image: url(../images/head-right-bg.jpg);
		background-repeat:repeat-y;
		left: 322px;
		top:0px;
	}
	
	div.head-bottom
	{
		position:absolute;
		height:	120px;
		width:800px;
		top:151px;
		background-image:url(../images/head-bottom.jpg);
		background-repeat: no-repeat;
	}



		/*  LOGO EINSTELLUNGEN */ 
		div.logo
		{
			position: absolute;
			height:148px;
			width:250px;
			top:0px;
			margin-left:72px;
		}
		
			img.logo
			{
				border: 0px;
			}
			
			
/* CONTENT DIV EINSTELLUNGEN */

#content
{
	position:relative;
	height: auto;
	width: 400px;
	top:2px;
	margin-left:400px;
	padding-bottom:40px;
}	
	
		/* CONTENT TEXT DIV EINSTELLUNGEN */
		
		#content-txt
		{
			margin-top:40px;
			margin-left:40px;
			margin-right: 40px;
		}	

			div.content-innertxt
			{
				margin-top:15px;	
			}
		
/* NAVI-EINGENSCHAFTEN */		
		#navi
		{
			position: absolute;
			height: auto;
			width: 250px;
			left:72px;
			font-size:14px;
			top:310px;
		}
		
			div.navi
			{
				position: absolute;
				height: auto;
				width: 250px;
				font-size:14px;
				margin-left:5px;
				border-left: 1px solid #2f2f31;
			}
			
								
/* SUB_NAVI DIV-EIGENSCHAFTEN	*/
		
div.sub-navi
{
	padding-left:50px;
	margin-bottom:10px;
}

/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #2f2f31;
	font-size:16px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
li.navi
{
	list-style:none;
	padding-left:25px;
	margin-bottom:10px;
}
a:active.navi
{
	color: #2f2f31;
}

a:visited.navi
{
	color: #2f2f31;
}

a:hover.navi
{
	color: #d7d9ad;	
}

a.navi-set
{
	color: #d7d9ad;	
	font-size:16px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* LINK EINSTELLUNGEN FUER DIE SUB_NAVIGATION */

a.sub-navi
{
	color: #2f2f31;
	font-size:16px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

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

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

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

a.sub-navi-set
{
	color: #d7d9ad;	
	font-size:16px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
