BODY {
	background:	#FFFFFF;
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	color: #222222;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3 {	font-family: Arial, Verdana;
						color: #666666;
							margin: 0px;
							padding: 0px;
					}
						
h1	{	font-size: 24px;	}						
h2	{	font-size: 18px;	}
h3	{	font-size: 15px;	}


.bo_u, .bo_o, .bo_l, .bo_r		{	border-width:		0px;	}
.bo_u, .bo_o, .bo_l, .bo_r	, .bo	{	border-color: #666666;	border-style: solid;	}
.bo_u		{	border-bottom-width:	1px;	}
.bo_o		{	border-top-width:		1px;	}
.bo_r		{	border-right-width:		1px;	}
.bo_l		{	border-left-width:		1px;	}
.no_bo		{	border: 0px none #FFFFFF;	}
.bo			{	border-width:		1px;	}

.bo_weiss		{		border-color:			#FFFFFF;		}
.bo_blau		{		border-color:			#1045CB;		}
.bo_rot			{		border-color:			#FF4400;		}

.bg_pa			{		background-color:	#FFF8DC;		}
.bg_pb			{		background-color:	#DCE2FF;		}
.bg_pc			{		background-color:	#FFDCE5;		}
.bg_weiss		{		background-color:	#FFFFFF;		}
.bg_gruen		{		background-color:	#66FF99;		}
.bg_rot			{		background-color:	#FFee88;		}
.bg_hrot		{		background-color:	#FDFDFD;		}
.bg_gelb		{		background-color:	#FFFF99;		}
.bg_beige		{		background-color:	#FFDD99;		}
.bg_blau		{		background-color:	#94D6F6;		}
.bg_grau		{		background-color:	#DDDDDD;		}
.bg_hgrau		{		background-color:	#EEEEEE;		}
.grau				{		color:					#999999;		}
.weiss			{		color: 					#FFFFFF;		}
.blau				{		color: 					#1045CB;		}
.rot				{		color: 					#CC2228;		}
.schwarz		{		color: 					#000000;		}
.gelb				{		color:					#CCCC00;		}
.gruen 			{		color: 					#669900;		}


a:hover			{		text-decoration:	underline;	}
a					{		text-decoration:	none;	}

div.navi0, div.navi0akt, div.navi1, div.navi1akt,
div.navi2, div.navi2akt		{	
												margin:		0px;
												margin-bottom: 3px;
												text-align: right;
												padding-right: 22px;
	background-image:	url('../images/navi_punkt.gif');
	background-repeat:	no-repeat;
	background-position: 134px 3px ;
												
										  }

div.navi0:hover, div.navi0akt:hover, div.navi1:hover, div.navi1akt:hover,
div.navi2:hover, div.navi2akt:hover	{
	background-image:	url('../images/navi_punkt_hover.gif');

	}

a.navi0, a.navi1, a.navi2	{
												font-family: Arial, Helvetica;
												color: #545454;
												font-size: 12px;
										  }

a.navi0akt, a.navi1akt, a.navi2akt		{
												font-family: Arial, Helvetica;
												color: #000000;
												font-size: 12px;
										  }										
										


#logo_oben a	{	color: #666666;	}


#logo_oben {		position:		absolute;
							left:			151px;
							top:				9px;
							height: 		22px;
							width:			600px;
							margin:			0px;
							padding:		0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold; 
}


#logo_obenrechts {
							position:		absolute;
							left:			779px;
							top:				9px;
							width:			200px;
							font-size: 11px;
							text-align: right;
							font-family: Arial, Arial;
							color: #787979;	}

#logo_obenrechts a {	color: #787979;	}


#logo {					position:		absolute;
							left:			0px;
							top:				16px;
							height: 		177px;
							width:			979px;
							margin:			0px;
							padding:		0px;	}

#logo_unten {		position:		absolute;
							left:			0px;
							top:				193px;
							width:			814px;
							height:			25px;
							font-family:	'Arial Black';
							font-size: 18px;
							margin: 0px;
							padding: 0px;
							padding-left: 165px;
							line-height: 21px;
							color:			#FBFCFD;
							background:	#A3A6A8;				}		

#navigation {		position:		absolute;
						left:			0px;
						top:				218px;
						width:			149px;
						padding-top: 12px;	}

#navigation a.nohover:hover {
	text-decoration: none;
}
					
#inhalt			{		position:		absolute;
							left:	149px;
							top:		218px;
							width:			828px;
							padding-left: 0px;
							padding-right:	0px;
							padding-bottom:	65px;
							border-left:	1px solid #CCCCCD;
							border-right:	1px solid #CCCCCD;
							min-height: 650px;
									}

#fuss	{
	position: absolute;
	bottom: 0px;
	height:			55px;
	width:			828px;
	background:	url('../images/fuss.gif') repeat-x;
	color:	#737475;
	text-align: center;
	font-family: Arial, Verdana, Geneva;
	font-size: 10px;
	line-height: 13px;
	padding-top:	25px;
}

#fuss a {
	color:	#737475;
	text-decoration:	underline;
}							
									
.money, .date {
	text-align: right;
}

table.gitter {
	border-collapse: collapse;
	border-style: hidden;
}
table.gitter td {
	border: 1px solid #EEEEEE;
}
.screen_invisible	{	display:none;	}