/*	Hier wird allgemein festgelegt welche Schriftfarbe, */
/*	Schriftgrš§e und welche Schriftfamilie verwendet werden soll. */
#content {
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
}


/*	Dieser Abschnitt beeinflusst die Position und die AbstŠnde der Bilder */
#cnt_left {
}

/*	Formatierung des Flie§textes. */
#cnt_right {
	line-height: 24px;			/* Hšhe des Zeilenabstandes in Pixel */
}

/*	Formatierung des Flie§textes innerhalb eines Absatzes. */
#cnt_right p {
	line-height: 19px;			/* Hšhe des Zeilenabstandes in Pixel */
	margin-bottom: -7px;
	margin-right: 10px;
}

/*	Formatierung der †berschriften: */
/*	†berschrift <H1> */
#cnt_right h1 {
	font-size: 24px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
/*	†berschrift <H2> */
#cnt_right h2 {
	font-size: 20px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
/*	†berschrift <H3> */
#cnt_right h3 {
	font-size: 18px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
/*	†berschrift <H4> */
#cnt_right h4 {
	font-size: 14px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
/*	†berschrift <H5> */
#cnt_right h5 {
	font-size: 12px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
/*	†berschrift <H6> */
#cnt_right h6 {
	font-size: 12px;			/* Schriftgrš§e in Pixelangaben*/
	
	font-style: normal;			/* Schriftaussehen: 'bold','italic' und 'normal' */
	font-weight: lighter;
	text-decoration: none;		/* mšgliche Optionen:	'underline' = unterstrichen */
								/* 						'none' = NICHT unterstrichen */
}
