@charset "iso-8859-1";

/* MAIN fenster definitionen */
.main {
	margin: 6px 6px 0 3px;
	padding: 0ex 6px 0 6px;
	font-size: 90%;
	border-style: solid;
	border-width: 0px; /* 1 für Umrandung */
	/* -moz-border-radius: 12px; /* nur Mozilla */
	background: White;
	color: inherit;
	border-color: Blue;
}

.main a:link, .main a:visited {
	color: Red;
	text-decoration: none;
}

.main a:hover  {
	color: Blue;
	text-decoration: underline;
}


/* NEWS fenster definitionen */
div.news {
	border-width: 1px 1px 1px 5px;
	padding: 0px 7px 12px 6px;
	margin: 12px 0 6px 0;
	border-style: solid;
	background: #FAEBD7;
	/*color: inherit;*/
	border-color: Blue;
	-moz-border-radius: 12px; /* nur Mozilla */
}


/* Allgemeines */
body {
	margin: 10px 6px 0 6px;
	font-family: lucida sans unicode, verdana, sans, arial, helvetica, sans-serif;
	max-width: 850px; /* Auflösung 1024 x 768 - IE versteht das nicht */
	overflow: auto;
}

hr {
	border-width: 0 0 medium 0;
	border-style: solid;
	height: 0;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	clear: both;
	border-color: #FF8C00;
}

h1 {
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 6px;
	color: #FF8C00;
}

h2 {
	font-weight: normal;
	font-size: 115%;
	margin-bottom: 10px;
	text-align: left;
	color: #FFA500;
}

h3 {
	font-weight: bolder;
	font-size: 100%;
	margin-bottom: 6px;
	text-align: left;
	color: Black;
}

ol {
	margin-left: 10px; 
	padding-left: 20px;
	line-height: 1.3em;
}

ul {
	padding-left: 15px;
	margin-left: 6px;
	font-size: inherit;
	line-height: 1.3em;
}