body {  

	font-family: Arial, Verdana, Helvetica, sans-serif;		
	color: #000; 	
	font-size: 12px;
	line-height: 140%;
}

a {
	color: #784678;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	color: #784678;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}

h2 {
	color: #784678;
	font-size: 14px;
	font-weight: bold;
}


/* --------- home ---------*/

.hometext {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	line-height: 130%;
}

.homebold {
	font-size: 12px;
	color: #828282;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}

.homeklein {
	font-size: 11px;
	color: #828282;
	text-decoration: none;
}

.homeklein a {
	font-size: 11px;
	color: #828282;
	text-decoration: none;
	line-height:130%;
}

.homeklein a:hover {
	font-size: 11px;
	color: #784678;
	text-decoration: none;
	font-weight: bold;

}



/* --------- sekundärmenü ---------*/

.kleingrau {
	font-size: 11px;
	color: #828282;
	text-decoration: none;
	padding: 16px 22px;
}


.kleingrau a {
	color: #828282;
	text-decoration: none;
	padding-right: 12px;
}

.kleingrau a:hover {
	text-decoration: underline;
}


#main {
	min-height: 400px;
}




/* --------- bullets ---------*/


ul{
	font-size: 12px;
	color: #000;
	list-style: none;
	padding-left: 0px;
}


ul li {
	padding-left: 16px;
	font-size: 12px;
	text-decoration: none;
	background: url(../img/pfeil.gif) no-repeat scroll 0pt 0px;
	margin-bottom: 6px;
}

.lila_bold {
	font-weight: bold;
	color: #784678;
}

