/* CSS Document */
BODY {
		background-color : #006699;
		background-image : none;
		color : black;
		margin-top : 0px;
		margin-left : 0px;
		margin-right : 0px;
		padding : 0px;
		font-family : verdana,arial,helvetica, sans-serif;
		font-size: 100%; }
	
P {		
		max-width : 580px;}
		
#menu {
		float: left;
		width : 150px;
		padding-left : 18px;
		margin-top : 2px;
		color: #FFFFD0;
		font-size : 0.9em;
		margin-right : 10px; }	
		
#kopf {
		float:left;
		width : 70%; 
		background-image : none;
		padding-left : 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right : 12px; }

#zwischen {
		float : left;
		width : 70%; 
		color: #FFFFD0;
		padding : 6px;
		padding-left : 12px;
		margin-top : 2px;
		font-size : 0.8em;
		font-weight : normal;}
	
	#brot { 
		float: left;
		width: 60%;
		display : inline;}

	#datum { 
		float: right;
		text-align: right;
		width: 40%;
		display: inline;}

#haupt {
		float : left;
		margin-top: 0; 
		width : 70%; 
		background-color : #F4F4F4;
		background-image : none;
		border : 0px solid black;
		padding-top : 2px;
		padding-left : 12px;
		padding-right : 12px;
		padding-bottom : 24px;
		font-size : 0.9em;
		line-height : 130%;
		color : black;}		

#fuss {
		float : left ;
		width : 100%;
		color: #FFFFD0;
		margin-top : 12px;
		text-align : center;
		font-size : 0.8em;
		margin-bottom : 14px;}

H1 {
  font-family : Arial,Helvetica;
  font-size : 26px;
  color: #660000;
  text-align: center;
  padding-bottom : 2px;
  border-bottom: 1px solid black;
  line-height : 130%;}

H2 {
  font-family : Arial,Helvetica;
  color: #003333;
  text-align: center;
  font-size : 23px;
  line-height: 130%;}

H3 {
  font-family : Arial,Helvetica;
  color: #663300;
  font-size : 19px;
  line-height: 130%;
  font-weight : normal;}

ul { 	
  list-style-image : url(grafik/listgrau-trans.gif); }

li {
  font-size : 1em; 
  color : black;
  padding-bottom: 4px;
  line-height: 130%;}

hr.hrNews {
	background-color : gray;
	height: 2px;
	width: 100%;}
	
HR.HrRed {
	background-color : #660000;
	height : 2px;
	width : 80%;
	text-align : center;}	
	
CODE, PRE {
  font-family : Courier;
  color : black;
  background-color : #EFEFEF;
  border : 1px dashed #999;
  padding : 4px;
  display : block; }

A:LINK {	color : Blue;	text-decoration : none; background-color : transparent;}
A:VISITED {	color : Navy;	text-decoration: none; background-color : transparent;}
A:HOVER {	color : Navy;	text-decoration : underline; background-color : transparent;}
A:active {  color: red;  text-decoration: underline;  background-color : transparent; }

A.nav:LINK {	color : #FFFFD0;	text-decoration : none; background-color : transparent;}
A.nav:VISITED {	color : #FFFFD0;	text-decoration: none; background-color : transparent;}
A.nav:HOVER {	color : #FFFFD0;	text-decoration : underline; background-color : transparent;}
A.nav:active {  color: red;  text-decoration: underline;  background-color : transparent; }

A.bro:link { color : #FFFFD0;	text-decoration : underline; background-color : transparent;}
A.bro:visited { color : #FFFFD0;	text-decoration : underline; background-color : transparent;}
A.bro:hover { color : #FFFFD0;	text-decoration : none; background-color : transparent;}
A.bro:active {  color: red;  text-decoration: none;  background-color : transparent; }

.rand {
  border : 1px solid black; }

TABLE, td {
		line-height : 130%;
		font-family : verdana,arial,helvetica, sans-serif;
		font-size : 1em; 
		padding : 5px;}
	
.gross { font-size : 1.4em; }
.mgross { font-size: 1.2em; }
.klein { font-size: 0.9em; }

