*
	{
	margin: 0;
	padding: 0;	
	}
	
	
body {
  background: url("../image/layout/background.gif");
  background-repeat:repeat-y;
  font-family: serif;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin: 0;
  }
	
/* Der Container ist für die Center ausrichtung des Layouts zuständig */
/* und nimmt alle Seitenelemente auf Header Menues News Content und Footer */
#container
	{
	width:980px;
	background-image:url("../image/layout/pfote.gif");
	background-repeat:no-repeat;
	background-position:right top; 
	}

#Info {
  padding: 0;
  margin: 10px 10px 10px 30px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  }
   
#header {
  padding: 0.25em;
  margin-left: 300px;
  margin-right: 50px;
  margin-bottom: 5px;
  text-align: center;
  }
   
#left_div {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  float: left;
  width: 200px;
  text-decoration: none;
   }
   
#navcontainer ul {
	margin: 5px 0 5px 0; 
	padding: 0;
	list-style-type: none;
	}
	
	
#navcontainer li { 
	margin: 7px 0 0 0; 
	}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 150px;
	color: #fff;
	background-color: #003366;
	text-decoration: none;
	border-style: outset;
	border-color:#00AAFF ;
	border-width: 3px;
	}

#navcontainer a:hover {
	color: #fff;
	background-color: #6699cc;
	text-decoration: none;
	}

#navcontainer ul ul li {
	margin: 0 0 3px 0; 
	}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	margin-left: 15px;
	width: 120px;
	color: #fff;
	background-color: #336699;
	text-decoration: none;
	}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #6699Cc;
	text-decoration: none;
	}

/* Hier beginnen die Einstellungen für den Newes-Bereich */
/* in diesem Bereich werden die aktuellen News der Seite angezeigt */
#news_aktuell	{
  padding: 5px;
	margin: 25px 0;
	width: 160px;
	font: 0.75em sans-serif, arial, hevetica;
  color:#fff;
  text-align: center;
  background-color: #003366;
  border-style: outset;
	border-color:#00AAFF ;
	border-width: 3px;
	}
	
/* gestaltet alle <p> innerhalb von "news_aktuell" */
#news_aktuell p.rahmen { 
	border-color:#fff;
	border-width:4px;
	border-style:double;
	padding:5px;
	text-align: left;
	}

#news_aktuell a {
	text-decoration:none;
	color: #6699cc;
	}
	
#contents {
  padding: 0.25em;
  margin-left: 300px;
  margin-right: 50px;
  margin-bottom: 5px;
  margin-top: 2em;
  text-align: left;
  }
   
#footer {
  clear: both;
  margin-top: 20px;
  padding: 0.3em;
  color: #000000;
   }

#quelltext{
  color: #fff;
  text-align: left;
  background-color: #6699Cc;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0.6em;
  border-width: 4px; 
  border-style: ridge; 
  border-color: #003366;  
  }
  
#sietmap ul {
	margin: 0 0 5px 50px; 
	padding: 0;
	list-style-type: square;  
	}
		
#sietmap ul ul li {
	margin: 0 0 5px 10px; 
	}

#sietmap a {
	text-decoration: none; 
	}
	
#contents h1, h2, h3, h4
  {
	text-align: center;
	}

/*Formmatierung für die Weblinks*/
#links
  {
  text-align:center;
  }

.hinweis {
  color:#FF6600;
  }

img.gallerie {
	border:3px  outset #336699;
	}
	
/* Hier beginnt die Formatierung der Newsanzeige */	
.bigbox
	{
	position: relative;
	display:block;
	background-color:#6699cc;
	width: 95%;
	margin: auto;
	border:2px  outset #336699;
	margin-top:15px;
	}
	
.ueberschrift {
	padding:5px 5px 5px 5px;
	BACKGROUND-IMAGE: url(../image/news/zelle.jpg);
	text-align:left;
	display:block;
	font: 0.75em verdana, sans-serif;
	font-weight: bold;
	color:#fff;
	}
	
.eintrag {
	padding:5px;
	display:block;
	text-align:justify;
	}

.schlusszeile {
	padding:2px 5px 2px 5px;
	display:block;
	border-top: 1px dashed #000;
	}
	
/*Formatierung der Formularfelder*/	
input, select, textarea {
	color:#000080;
	background-color:#6699cc;
	border-color:#336699;
	}
	
p {
	margin:0;
	}	
	
p.ueberschrift {
	padding:5px 5px 5px 5px;
	BACKGROUND-IMAGE: url(../image/news/zelle.jpg);
	text-align:center;
	font: 0.95em verdana, sans-serif;
	font-weight: bold;
	color:#fff;
	}
	
.absatz{
	margin-top:0.75em;
	}

.left	{
  text-align:left;
	}

.right	{
  text-align:right;
	}

.center  {
  text-align:center;
	}	

