/*Überschrift im header-DIV*/
#header h1 {
	color: gray;
	padding: 5px;
}

#header h2 {
	color: white;
	padding: 5px;
	text-align: center;
}

/*Menüleiste (menu-DIV)*/
#menu a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	padding: 3px;
}

#menu a:hover {
	color: red;
}

#menu li {
	border: 1px solid #cc6600; /*Trick*/
}

#menu #high {
	font-weight: bold;
	color: white;
	background-color: #990000;
	display: block;
	padding: 3px;
}

#menu ul {
	line-height: 1.6;
	/*list-style-type: none;*/
}

#menu ul ul {
	line-height: 1.4;
	/*list-style-image: url(reddot.gif);*/
	padding-left: 20px;
}
/* Ende Menüleiste */

/* Ab hier: Main-DIV */
/* Hauptüberschrift */

#main h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333399;
	padding-bottom: 14px;
}

#mainnews h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333399;
	padding-bottom: 14px;
}

/* Unterüberschriften */
#main h2 {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 6px;
}

#mainnews h2 {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 6px;
}

#main h3 {
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 6px;
}

#mainnews h3 {
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* Normaler Fließtext */
#main p {
	margin-bottom: 12px;
	line-height: 1.3;
}

#mainnews p {
	margin-bottom: 12px;
	line-height: 1.3;
}

/* Kastenformat */
#main .kasten {
  margin-left: 30px;
	text-align: center;
	padding: 5px;
	background-color: #ffff99;
	border: solid 1px black;
	width: 500px;
}

#mainnews .kasten {
  margin-left: 30px;
	text-align: center;
	padding: 5px;
	background-color: #ffff99;
	border: solid 1px black;
	width: 500px;
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
	float: right;
	margin-left: 5px;
	margin-right: 220px;
}

#mainnews .floatR130 {
	float: right;
	margin-left: 5px;
	margin-right: 220px;
}


/* UL mit grafischem Aufz.zeichen */
#main ul {
	list-style-image: url(reddot.gif);
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#mainnews ul {
	list-style-image: url(reddot.gif);
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* STRONG umdefinieren */
#main strong {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

#mainnews strong {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

/* Ende main-DIV */

/* Fußzeile */

#footer {
  text-align: center;
  }
  
#footernews {
  text-align: center;
  }
  
/* Ende Fuß
