
.bg-grey {
	background-color: #F0F1F0; /* #f5f6f5;*/
}

.bg-bright-green {
	background-color: #d6e7d6;
	
}

.bg-dark-grey {
	background-color: #73706f;
}

/*.bg-red {
	background-color: #73706f;
}
*/
.border-colour-red {
	border-color: #993333 !important;	
}

.border-red {
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
}

.border-green {
	border-color: #336633;
	border-width: 1px;
	border-style: solid;
}

a.link-red {
	color: #993333;
	text-decoration:none;
	font-weight: normal;
}

a.link-red:hover  {
	color: #993333;
	text-decoration: underline;
}


a.link-grey {
	color: #888888;
	text-decoration:none;
	font-weight: normal;
}

a.link-grey:hover  {
	color: #888888;
	text-decoration: underline;
}

.font-grey {
	color: #888888;	
}

.font-green {
	color: #336633;	
}

.font-red {
	color: #993333;
}

.line-green{
	border-top-color: #336633;
	border-top-width: 1px;
	border-top-style: solid;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 40px;
	margin-bottom: 30px;
}

.line-grey{
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	margin-left: 100px;
	margin-right: 100px;	
	margin-top: 25px;
	margin-bottom: 17px;
}

.line-red{
	border-top-color: #993333;
	border-top-width: 1px;
	border-top-style: solid;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 40px;
	margin-bottom: 30px;
}

.list-green {
	list-style-image: url(../A_img/punkt.gif);	
}

.triangle-green {
	padding-left: 15px;
	background: url(../A_img/punkt.gif) 0px 0.35em no-repeat;	
}

.karo-green {
	padding-left: 20px;
	background: url(../A_img/karo_voll.gif) 0px 50% no-repeat;	
}

.karo-leer-green {
	padding-left: 20px;
	background: url(../A_img/karo_leer.gif) 0px 50% no-repeat;	
}

.karo-red {
	padding-left: 20px;
	background: url(../A_img/karo_voll_rot.gif) 0px 50% no-repeat;	
}

.karo-leer-red {
	padding-left: 20px;
	background: url(../A_img/karo_leer_rot.gif) 0px 50% no-repeat;	
}
