/* 
	Schrift- und Absatzformatierung
	(www.visualstudies.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 04/2005
	letzte Änderung: 31.07.2005 (mu)

*/

/* ###### Allgemeines ###### */
body,td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FE0303;
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FE0303;
}
h3 {
	color: #222222;
}

/* ###### Header ###### */

#head .slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#head a {
	color: #0E63A4;
}
#head a:hover {
	color: #FC0404;	
}

/* ###### Content ###### */

#main h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #874CA9;
}

#content h2{
	font-size: 16px;
	font-weight: bold;
	color: #874CA9;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #000000;
	margin-right: -20px;
	line-height: 17px;
}
.pfeil{
border: none;
}
#content h3 {
	font-size: 12px;
	margin: 1.5em 0 0.5em 0px;
	line-height: 1.6em;
}
#content a {
	color: #171717 ;
}
#content a:hover {	
	color: #CB72FE;	
}
a.more/* */ {
	padding-right: 7px;
	text-decoration: underline;
	background: url(more.gif) no-repeat 100% 5px;
}
a.back/* */ {
	padding-left: 8px;
	text-decoration: underline;
	background: url(back.gif) no-repeat 0% 5px;
}
a.top/* */ {
	padding-left: 11px;
	text-decoration: underline;
	background: url(top.gif) no-repeat 0% 4px;
}
a.close/* */ {
	padding-left: 8px;
	text-decoration: underline;
	background: url(more.gif) no-repeat 0% 5px;
}

#content td {
  line-height: 1.6em;
}
#content ul {
	margin-left: 30px;
	margin-right: 13px;
	padding-left: 18px;
	line-height: 1.6em;
}
#content ol {
	margin-left: 25px;
	margin-right: 13px;
	padding-left: 27px;
	line-height: 1.6em;
}
#content li {
	margin-bottom: 6px;
}

/* ###### Footer ###### */

#footer {
	text-align: left;
	font-size: 9px;
	color: #222222 ;
}
#footer a {
	color: #171717 ;	
}
#footer a:hover {
	color: #000;	
}