/*
by makrabo@gmail.com, Oct. 2009
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	 /* für IE, 1,0 em = 16 px = 100%, 68.75% = 11px;*/
	 /* 75% = 12 px,  87,5% = 14 px*/
	font-size: 75%;
	font-size: 68.75%;
	color: black;
}

html>body{  /* Wird vom IE ignoriert */
	font-size: 12px;
	font-size: 11px;
  }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-size: 1.6em;
	margin-bottom: .5em;
	color: blue;
}

h2, .h2 {
	margin-bottom: .4em;
	/* text-transform: uppercase; */
	font-size: 1.4em;
}

h3, .h3 {
	font-size: 1.2em;
}

h4, .h4 {
	font-size: 1.0em;
}

p, ul, ol {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

ul, ol {
	margin-left: 3em;
}
ul li {
	margin-bottom: 0.3em;
}

/* kleine Schrift */
.klein {
	font-size:.8em;
}

/* Aktuelles-Block */
.normal, .aktuell {
	width: auto; /*610px;*/
	padding: 10px;
	color: black;
	text-align: left;
	margin-bottom: 0.5em;
}
.aktuell {
	background: white;
}
.normal p a:link, .aktuell p a:link, .klein p a:link {
	font-size:1.0em;
	/* font-weight:normal; */
	color: blue;
	text-decoration: underline;
}

.normal p a:hover, .aktuell p a:hover, .klein p a:hover {
	font-size:1.0em;
	color: red;
	text-decoration: underline;
}

.normal p a:visited, .aktuell p a:visited, .klein p a:visited {
	font-size:1.0em;
	color: black;
	text-decoration: underline;
}
