@charset "UTF-8";

/* MAIN Fenster Definition */
div.main {
	margin: 6px 6px 0 3px;
	padding: 0ex 6px 0 6px;
	font-size: 90%;
	background: White;
	color: inherit;
}

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

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


/* NEWS Fenster Definition */
div.news {
	border-width: 1px 1px 1px 5px;
	padding: 0px 7px 12px 6px;
	margin: 12px 0 6px 0;
	border-style: solid;
	background: White;
	border-color: Blue;
	-moz-border-radius: 12px; /* nur Mozilla */
	border-radius: 12px;
}


/* Allgemeines */
body {
	margin: 10px 6px 0 6px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	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: Blue;
}

h1 {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 6px;
	color: Black;
}

h2 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
	text-align: left;
	color: Black;
}

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;
}