/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// Hofmann PC-Systeme (2005)
//
////////////////////////////////////////////////////////////////
*/

/*Standardformatierungen*/

body     			{
			background-color:	#FFFFFF;
			margin:		0px;
			font-family:	verdana, arial, sans-serif;
			font-size:	11px;
			color:		#000000;
			font-weight:	normal;
			line-height:	130%;
			}

h1			{
			color:	 	#7BB549;
			font-size:	12px;
			font-weight:	bold;	
                            margin-top:       0; 
                            margin-bottom:    0;					
			}
						
p			{
			color:	 	#999999;
			font-size:	12px;
			}
ul                          {
                            margin-left:    10px;
                            padding-left:   0px;
                            }											
li			{
			 list-style-type:    disc; 
                            line-height:        130%; 
                            margin-top:        0; 
                            margin-bottom:     0;
                            margin-left:    10px;
                            padding-left:   0px;

			}						


span     {font-family:verdana, arial, sans-serif;font-size:11px;color:#999999;line-height:130%;}
form     {font-family:verdana, arial, sans-serif;font-size:11px;color:#999999;line-height:130%;margin:0px;padding:0px;}
td       {font-family:verdana, arial, sans-serif;font-size:11px;color:#999999;line-height:130%;margin:0px;padding:0px;}

/*Eingabefelder*/
input    {font-size:11px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#999999;}
select   {font-size:11px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#999999;}
textarea {font-size:11px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#999999;}

/*Horizontale Linien*/
hr       {background-color:#C0C0C0;color:#C0C0C0;height:1px;border-style:none;width:100%}



											
						

/*Bereiche*/

.content					{
							position:				relative;
							margin:					20px;
							}

.main						{
							width:					650px;
							margin:					0px;
							padding-top:			0px;
							padding-left:			0px;
							min-height:				98%;
							border-left-style:		solid; 
							border-left-width:		1px; 
							border-left-color:		#7BB549;
							border-right-style:		solid; 
							border-right-width:		1px;
							border-right-color:		#7BB549;									
							}

.fließtext					{
							width:					100%;
							margin:					0px;
							padding-left:			10px;
							padding-right:			10px;
							}

.Area_kopfzeile				{
							height:					150px;
							}

.Area_Fusszeile				{
							font-size:					10px;
							margin-left:				10px;
							height:						25px;
							width:						100%;
							padding-left:				0px; 
							border-top-color:			#999999;
							border-top-style:			solid; 
							border-top-width:			1px; 
							border-bottom-style:		solid; 
							border-bottom-width:		0px;
							border-bottom-color:		#999999;
							}

.Area_Fusszeile	p			{
							font-size:					10px; 
							margin-top:					3;
							}

/*Hyperlinks*/

a:link						{
							text-decoration:		none;
							color:					#7BB549;
							}
					
a:hover						{
							text-decoration:		none;
							color:					#7BB549;
							}

a:active					{
							text-decoration:		none;
							color:					#7BB549;
							}

a:visited					{
							text-decoration:		none;
							color:					#7BB549;
							}