/* CSS Document */

html,body {
	font-family:"Arial";
	font-size:12px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#c55128;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

h2 {font-size:17px;
	font-weight:bold;
	color:#bbb;
	letter-spacing:0.01em;
	text-transform:uppercase;
}
h3 {
	font-size:16px;
	color:#019BE1;
	font-family:"Trebuchet MS";
	letter-spacing:0.1em;
	text-transform:uppercase;
}
.pre {
	margin:0;
	font-size:12px;
	color:#666;
	font-family:"Trebuchet MS";
}


a {
	color:#0A3A8C;
	text-decoration:none;
	
}

hr {
	border:none;
	border-bottom:5px solid #E3E5E6;
}

.hr hr  {
	border:none;
	border-bottom:1px solid #E3E5E6;
}



/********* EIGENE FORMATE *******/

.bold {
	font-weight:bold;
	letter-spacing:0.2em;
	color:#E8C056;
}
.orange {
	font-weight:bold;
	color:#c55128;
}
.orange14 {
	font-size:14px;
	font-weight:bold;
	color:#c55128;
	letter-spacing:0.1em;
}
.orange16 {
	font-size:16px;
	font-weight:bold;
	color:#c55128;
}


.kurslistebox {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	font-size:12px;
}


.kurslisteboxh {
	padding: 5px;
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
	font-size:12px;
}






.grau_10 {
	font-size:10px;
	font-family:arial;
	color:#bbb;
}
.grau_12 {
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	
	color:#444;
}
