/* Überschriften*/
h1 {
	font-size: 18px;
	color: #0066CC;
}
h2 {
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	border-bottom: 5px solid #FFF000;
	margin:0px;
}
h5 {
	font-size: 14px;
	color: #FF9900;
}
h6 {
	font-size: 18px;
	color: #000000;
}

/* Text-Ausrichtung */
p.align-justify {
text-align: justify;
}

p.csc-frame-frame1 {
background-color:#999999;
}
p.csc-frame-frame2 {
background-color:#0099CC;
}

p.align-left {
text-align:left;
}

p.align-center {
text-align:center;
}

p.align-right {
text-align:right;
}

/* Bilderfix*/
img {
	border:0px;
	vertical-align: middle;
}

/* Stichpunkte */
li {
	list-style-image:url("images/li.png");	
}

ul { 
}
/*Box*/
.csc-frame-frame1 {
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
}
/*Strich*/
hr {
background:#CCCCCC none repeat scroll 0%;
border:0pt none;
height:1px;
}
