/* external CSS file, written for GEALAN */
/*        no HTML markup allowed!        */

/* the following elements are for the news pages. 
   Use in conjunction with the 1col.css or 2col.css */

h2 {
	margin: 9px;
}
h1 {
	font-size: 18px;
	clear: right;
	margin: 9px;
}

h1 a, h4 a {
	color: #3763B5;
}

#contentbox p {
	text-align: left;
}

p.more {
	background-image:  url("../media/dotted_line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 9px;
	font-weight: normal;
	margin: 9px 9px 24px 9px;
	padding:  0 0 9px 0;
	text-align: left;
}
p.more a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: normal;
	background-image:  url(../media/pfeil_rechts.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 4px 4px 18px;
	display: block;
}
p.more a:hover{
	background-color: #D5E6F9;
	text-decoration: none;
}

blockquote {
	margin: 9px;
	padding: 9px;
	background-color:  #F6F7FA;
	font-size: 12px;
}
blockquote p {
	margin: 0 9px;
	padding: 0;
}

cite {
	text-align: right;
	font-size: 9px;
	margin: 9px;
	padding: 0;
	font-style: normal;
}
