/* #### RTE Formate ### */
span.anriss, p.anriss {
	font-weight: bold;
	color: #333333;
}

span.hervorhebung {
	font-weight: normal;
	color: #5EC745;

}

span.code, p.code {
	font-family:monospace;
	font-weight: bold;
	color: #333333;


}

p.codebox {
	font-family:monospace;
	font-weight: bold;
	color: #333333;
	padding-top: 
	
	color: #333333;
	border: 1px dashed #AAAAAA;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:15px;
	background-color: #EEEEEE;
}

p.box {
	background-color:#FFFFFF;
	background-image:url(box_bg_gr.png);
	background-repeat:repeat-x;
	border:1px solid #AAAAAA;
	color:#333333;
	margin-bottom:5px;
	margin-top:5px;
	padding:15px; 
	display:block;
	float:left;
	width:100%;
}


h3 {

	font-size:18px;
	text-transform:uppercase;
	color: #AAAAAA;
	margin:0;
}	


ul {margin: 0; padding-left: 12px; margin-bottom:15px;}
h1  { color: #222222; font-size: 13px; line-height: 18px; margin: 0; padding: 0 ; text-transform: uppercase;}
h2  { color: #000000; font-size: 11px; font-weight: bold; line-height: 19px; margin: 0; padding: 0; text-transform: uppercase;}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

P  {
	color: #4C4C4C;
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
	line-height: 19px ! important;
}

a {
 color: #0088CC;
 text-decoration: none;
}

a:hover {
 color: #0088CC;
 text-decoration: underline;
}