/* CSS Document */

body {
	font-size:12px;
	line-height:150%;
}

ul.liste-quadrat-rot {
	list-style-image:url(../bilder/list-styles/bg_h1.jpg);
}
ul.liste-abgehakt-rot {
	list-style-image:url(../bilder/list-styles/abgehakt.gif);
}
ul.liste-dreieck-rot {
	list-style-image:url(../bilder/list-styles/dreieck.gif);
}
ul.liste-pfeil-rot {
	list-style-image:url(../bilder/list-styles/pfeil.gif);
}
ul.liste-pfeil-neu {
	list-style-image:url(../bilder/list-styles/neu.gif);
	padding-left:25px;
}

p.klein-grau {
	font-size:10px;
	color:#666;
	line-height:120%;
}
span.klein-grau {
	font-size:10px;
	color:#666;
}
/*		Datum von Inhaltselementen		*/
p.csc-header-date {
	text-align:right;
	color:#666;
	font-style:italic;
}
/* 		Bildunterschrift 		*/
dd.csc-textpic-caption {
	font-weight:bold;
	font-size:10px;
	color:#666;
}

/*  	Überschriften 			*/
h1, h1 a:link {
	color:#C12639;
	font-size:16px;
	font-weight:bold;
	/*background-image:url(../bilder/list-styles/quadrat-grau-klein.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;;
	padding-left: 20px;*/
}
h1 a:visited {color:#555;}

h1 a:hover, h1 a:focus, h1 a:active {
	color:#666;
	text-decoration:none;
}
h2, h2 a:link, h2 a:visited{
	font-size:14px;
	font-weight:bold;
	color:#E27B0A;
}
h3, h3 a:link, h3 a:visited {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
h4 {
	font-size:12px;
	font-weight:normal;
	color:#990000;
	text-decoration:underline;
}
/*		Paragraph		*/
p {
}

/* 		Links  			*/
a:link,
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#666666;
	text-decoration:underline;
}
 
