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

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

h1
{
	font-size: 15px;
	margin-top: 12px;
}

span.h1
{
	background-color: #000000;	
	color: #ffffff;
	padding:5px;
}

	span.sub
	{	
		position:relative;
		line-height:30px;
		font-size: 13px;
		
	}

h1.contenttxt
{
	background-color: #000;
	color: #FFF;	
}


/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 932px;
	margin-left:-466px;
	left:50%;
	top:16px;
}

/* Header */
#header
{
	position: relative;
	height:	120px;
	width: 931px;
}

		/*  KLASSEN IN DER DIV HEADER */
		
		div.logo
		{
			position: absolute;
			height:126px;
			width:238px;
			top:0px;
			left:0px;
			text-decoration: none;
		}
				img.logo
				{
					border:0px;
					text-decoration: none;
				}
				
		div.header-right
		{
			position: relative;
			width: 694px;
			height: 126px;
			margin-left: 239px;
			background-image:url(../images/header_bottom.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
		}	
		
		
/* NAVI-EINGENSCHAFTEN 	*/	
#navi
{
	position: absolute;
	height: 44px;
	width: 674px;
	top: 66px;
	margin-left: 251px;
	font-size:14px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom:10px;
}
 
	span.navi
	{	
		line-height:22px;
	}	

/* LINKE SEITE */

#left
{
	position:absolute;	
	height:auto;
	width:238px;
	top:126px;
	background-image:url(../images/left_bg.jpg);
	background-repeat:repeat-y;
	font-size: 12px;


}

		div.left-bottom
		{
			position:relative;
			width:237px;
			height:10px;
			background-image:url(../images/left_bottom.jpg);
			background-repeat:no-repeat;
		}
		
			
			div.content-lefttxt
			{
				margin-left: 18px;
				margin-top: 72px;
			}
			
					div.content-leftinnertxt
					{
						margin-top:5px;
						margin-bottom:24px;
					}
					
							img.sign
							{
								padding-top:50px;
								padding-bottom: 20px;
							}
							
								h2.left
								{
									color: #c91e2e;
									font-size: 12px;	
								}
									
				
		
/* CONTENT DIV EINSTELLUNGEN */

#content
{
	position:relative;
	height: auto;
	width: 694px;
	left: 251px;
	top: 6px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;

}
	div.content-date
	{
		color: #b1b2b4;	
	}
	
	/* CONTENT KLASSE CONTENT-BOTTOM*/
	div.content-bottom
	{
		position:relative;
		height:10px;
		width:682px;
		background-image: url(../images/content_bottom.jpg);
	}
	
		div.bodyicon
		{
			position: relative;
			height: 93px;
			width: 93px;
			background-image:url(../images/ecke.png);
			background-repeat:no-repeat;
			margin-left: 852px;
			margin-top: -75px;
			padding-bottom:40px;
		}
	
	
/* CONTENT TEXT DIV EINSTELLUNGEN */
		
		#content-txt
		{
			margin-top:63px;
			margin-left:40px;
			margin-right:40px;
		}			


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


				
/*  SUB_NAVI DIV-EIGENSCHAFTEN	*/


#sub-navi
{
	font-style: italic;
	margin-right:10px;
	margin-top: 30px;
}


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

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

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

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

a.navi-set
{
	background-color: #c50e1f;
	color: #ffffff;
	padding: 8px;
	font-size:13px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	line-height:30px;

}

/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #999999;
	font-size:13px;
	text-decoration:underline;
	font-family:Verdana, Tahoma, Arial;
}

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

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

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

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

}

