@charset "utf-8";
/* CSS Document */

/* -----------------------------------
	CONTENT 2-spaltig
	MainFrame
----------------------------------- */
#mainFrame {
	width: 430px;
	/* margin-left: 20px; */
	float: left;
}
#mainFrame p {
	font-size: 8pt;
	line-height: 1.5em;
	padding-left: 20px;
}
#mainFrame a:link, #mainFrame a:visited {
	color: #D9380A;
	font-weight: bold;
	text-decoration: none;
}
#mainFrame a:hover, #mainFrame a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #D9380A;
}
#mainFrame H1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
	color: #D9380A;
	line-height: 1.2em;
	margin: 8px 0px 0px 0px;
	padding-left: 20px;
}
#mainFrame H2 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding-left: 20px;
}
#mainFrame ul {
	font-size: 8pt;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin:0;
	padding: 5px 0px 5px 20px;
}
/* -----------------------------------
	LeftFrame
----------------------------------- */
#leftFrame {
	width: 170px;
	margin-left: 120px; 
	float: left;
	background-color: #f7f7f7;
	padding: 0px 10px 10px 10px; 
}
/* star html hack fuer IE */
* html #leftFrame {
	margin-left: 60px; 
}
#leftFrame p {
	font-size: 8pt;
	line-height: 1.5em;
}
#leftFrame a:link, #leftFrame a:visited {
	color: #D9380A;
	font-weight: bold;
	text-decoration: none;
}
#leftFrame a:hover, #leftFrame a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #D9380A;
}
#leftFrame H1 {
	font-family: arial;
	font-size: 11pt;
	line-height: 1.2em;
	font-weight: normal;
	color: #D9380A;
	margin: 8px 0px 0px 0px;
}
#leftFrame H2 {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding-top: 2px;
}
#leftFrame ul {
	font-size: 8pt;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin:0;
	padding: 10px 0px 10px 0px;
}
