/*
////////////////////////////////////////////////////////////////
//
// Bereiche.css Stylesheet fuer die Bereiche
//
// Hofmann PC-Systeme 2005
//
////////////////////////////////////////////////////////////////
*/

.maincontent			{
						width:					800px;
						padding:				0px;
						margin:					0px;
						}

.abstand td				{
						width:					10px;
						padding:				0px;
						margin:					0px;
						}
/*
////////////////////////////////////////////////////////////////
// Kopfzeile
////////////////////////////////////////////////////////////////
*/

.kopfzeile				{
						width:					800px;
						height:					80px;
						background-color:		white;
						float:					none;
						padding-top:			4px;
						padding-left:			4px;
						padding-bottom:			4px;
						padding-right:			4px;
						margin-bottom:			10px;
						border-bottom-width:	1px;
						border-bottom-style:	solid;
						border-bottom-color:	rgb(0,157,61);
						}

/*
////////////////////////////////////////////////////////////////
// Navigation
////////////////////////////////////////////////////////////////
*/
.Navigation				{
						width:					170px;
						background-color:		white;
						padding-top:			8px;
						padding-left:			4px;
						padding-bottom:			4px;
						padding-right:			4px;
						margin-top:				8px;
						margin-right:			4px;
						height:					500px;
						overflow:				none;
						}
						
.fr_Navigation				{
						width:					160px;
						background-color:		white;
						padding-top:			8px;
						padding-left:			4px;
						padding-bottom:			4px;
						padding-right:			4px;
						margin-top:				8px;
						margin-right:			4px;
						height:					500px;
						overflow:				none;
						}
						

/*
////////////////////////////////////////////////////////////////
// Inhalt
////////////////////////////////////////////////////////////////
*/

.inhalt					{
						width:					100%;
						background-color:		white;
						padding:				0px;
						margin-top:				10px;
						padding-top:			4px;
						padding-bottom:			10px;
						padding-left:			8px;
						padding-right:			8px;
						}


/*
////////////////////////////////////////////////////////////////
// Fusszeile
// 
//		background-image:		url('../images/bg_bl_nav.jpg'); 
//		background-repeat:		repeat;
////////////////////////////////////////////////////////////////
*/
.fusszeile				{
						width:					800px;
						height:					16px;
						background-color:		white;
						border-bottom-width:	1px;
						border-bottom-style:	solid;
						border-bottom-color:	rgb(0,157,61);
						border-top-width:		1px;
						border-top-style:		solid;
						border-top-color:		rgb(0,157,61);
						float:					left;
						padding-top:			3px;
						padding-left:			4px;
						padding-bottom:			4px;
						padding-right:			4px;
						margin-top:				10px;						
						}
						
.fusszeile p			{
						font-weight:			none; 
						line-height:			100%; 
						margin-top:				3px; 
						margin-bottom:			0;
						font-size:				10px;
						}