/* Style-Sheet-Datei */
/* Verwendung Website Dr. W. Gans, Neu-Ulm */

/* Wichtige Farben
Hintergrund =	#4080B0
Impulswelle =	#FFC070
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, table, td, form, img, li{
	margin: 0;
	padding: 0;
	border: 0;
  	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans;
	font-size: 14px;
	line-height: 1.4;
	color: Black;
}

div#rahmenunten p{
	font-size: 12px;
}

ul,ol{
	margin-top: 5px;
}

li{
	margin: 0 0 0 30px;
}

b{
	font-weight : bold;
	color : #4080B0;
}

.c{
	text-align: center;
}
.impuls{
	color: #FFC070;
	font-weight: bold;
}
.blau{
	color: #4080B0;
}

h1{
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight:bold;
	color: #4080B0;
}

h1.klein{
	margin: 40px 0 5px 0;
	font-size: 12px;
	line-height: 0.3em;
	font-weight: normal;
	color: #4080B0;
}

h2{
	margin: 20px 0 3px 0;
	color : #4080B0;
	font-weight:bold;
}

h3{
	margin: 14px 0 3px 0;
	font-size:12px;
	color : #FFC070;
	font-weight:bold;
}

h4{
	font-size:12px;
	color : black;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 3px;
}

/* Links */
a{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration: underline;
  font-weight: normal;
  color: #4080B0;
}
a:hover {color:red;}


