/* Formatierung Layout*/	

body 			{	background-image: none;
					font-family: san-serif, Lucida Grande, ArialArial, Helvetica, Verdana;}		
						
.layout 		{	background-color: #FFFFFF;}
.navTop			{	display: none;}
				
/* Formatierung Header Bereich*/	

.headerImg 		{	background-image: none;
					width:820px;
					height:auto;
					margin-left:0px;
					margin-bottom:50px;
					border-bottom: 1px solid #555555;}	

.headerTxt		{	margin: 0px 20px 10px 0px;
					padding-top: 0px;
					text-align:left;
					color:#000000;
					font-size:11pt;}
				
.headerNavMain		{	display: none;}
.headerNavMainSub	{	display: none;}																	

/* Formatierung Content Bereich */

.content		{	text-align:left; 
					padding-top: 0px;}	

.contentLeft	{	border-right: 2px dotted #555555;
					margin-bottom: 20px;
					width: 480px;
					float: left;}
					
.contentRight 	{	margin-left: 480px;}

.contentTxt		{	margin: 0px 30px 20px 0px;
					font-size: 11pt;
					line-height: 130%;}
					
.contentTxt a	{	color:#000000;}	

.contentFooter	{	display: none;}

.contentTermine	{	margin: 0px 15px 20px 20px;
					font-size: 10pt;
					line-height:120%;}					

/* Formatierung Footer Bereich */

.footer		{	border-top: 1px solid #555555;
				padding: 20px 0px;
				clear: both;
				text-align: left;
				color: #000000;
				font-size: 10pt;}				
				
.footer a	{	color: #000000;}
											
.adresse	{	background-color: #FFFFFF;
				border-top: none;				
				margin-bottom:10px;
				padding: 10px 0px 8px 0px;
				color: #000000;
				font-size:100%;}

.adresse a	{	color: #000000;}						
			
h1			{	color: #000000;font-size: 120%;font-weight: bold;}
h2			{	color: #000000;font-size: 110%;font-weight: bold;}

.blau		{	color: #000000;}
.gruen		{	color: #000000;}	

.noprint	{	display: none;}		

