/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */



body,html {
	margin:0;
	padding:0;
	font-family: 'Comic Sans MS','Verdana';
	font-size:10pt;
	text-align: center;
	}


/* HEADERS */

h1 {
font-size: 16pt;
color:blue;
}



h2 {
font-size:12pt;
color:blue;
}

a {
font-size:10pt;
color:blue;
margin: none;
}


/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 3px;
    font-size: 8pt;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

#umbBreadcrum a {
    font-size: 8pt;

}

#viewr {
float:left;
margin: 10px;
}



/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

Blau Fett {
font-weight: bold;
color: blue;
}

Rot Fett {
font-size: 16px;
font-weight: bold;
color: red;
}

