/* Allgemeine Styles */
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #24336A;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}
#standard-inhalt h1 {
	font-size: 22px;
	margin-bottom: 25px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 15px 37px;
}
ul {
	margin: 0 0 15px 27px;
}
#standard-inhalt ul {
	list-style-type: disc;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #24336A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p { margin:  0 0 15px 0; }



.schrift-xl-blau {
   font-weight: bold;
   font-size: 20px;
   color: #24336A; 
}
.schrift-l-grau {
   font-weight: bold;
   font-size: 18px;
   color: #333333; 
}


/* Inline Styles */
span.grau { color: #333333; }
span.dunkelblau { color: #24336A; }
span.hellblau { color: #ACD0E0; }

/* Blockelement-Styles */
p.bluebox {
	background-color: #ACD0E0;
	color: #000000;
}
h2.h2-grau {
	padding-left: 0;
	color: #333333;
	font-size: 18px;
	background-image: none;
}
h3.h3-blau {
	padding-left: 0;
	color: #24336A;
	font-size: 12px;
	font-weigth: bold;
	background-image: none;
}
h4.h4-grau {
	padding-left: 0;
	color: #333333;
	font-size: 12px;
	font-weigth: bold;
	background-image: none;
	margin-bottom: 0px;
}
h2.h2-pfeilrot-blau {
   	font-size: 18px;
   	padding-left: 16px;
   	color: #24336A;
   	background-image: url(gfx/pfeil-rot-h2.gif);
   	background-repeat: no-repeat;
   	background-position: 0 7px;
}
h3.h3-pfeilrot-blau {
   	font-size: 12px;
   	padding-left: 16px;
   	color: #24336A;
   	font-weight: bold;
   	background-image: url(gfx/pfeil-rot-h3.gif);
   	background-repeat: no-repeat;
   	background-position: 0 4px;
}
h3.h3-pfeilrot-blau-eingerueckt {
   	font-size: 12px;
   	padding-left: 16px;
   	margin-left: 16px;
   	color: #24336A;
   	font-weight: bold;
   	background-image: url(gfx/pfeil-rot-h3.gif);
   	background-repeat: no-repeat;
   	background-position: 0 4px;
}


