/*
    This Stylesheet defines Tags, IDs and Classes which
    in the Public Section are required
*/

html, body
{
  background-color:#9BA7B0;
  color: #000;
  
  font-family: verdana, arial, sans-serif;
  font-size: 101.1%;
  
  border: 0;
  padding: 0;
  margin: 0;
  
  width:100%;
	height:100%;
}

#body
{
  margin:auto;  /* Standardwert fuer margin ist 0. wird durch auto aufgehoben */
	width:774px;
	min-height:94%;
	background-color:#e8eaf0;
	background-image:url(../../../bilder/bg_menue.jpg); /* Muss im body id als hintergrundbild gemacht werden, sonst probleme, wenn body laenger als navigation */
	background-position:left;
	background-repeat:repeat-y;
	border:solid 1px #ffffff;
}

#header img{                                     /* Strich unter dem headline-bild */
border-bottom:solid 1px #ffffff;
}

#navigation {
float:left;
width:198px;
font-size:0.8em;
padding-bottom: 10px;
}

#navigationtext {
text-align:left;
padding-left:20px;
}

#navigation a:link, #navigation a:visited
{
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

#navigation a:hover
{
  text-decoration: underline;
}

#newsbox {
	width:180px;
	min-height:240px;
	margin:5px auto 15px auto;
	background-color:#FFFFFF;
	color:#000000;
	border:solid 1px #000000;
}
#newsboxtext {
	text-align:left;
	padding:5px;
	font-size:0.85em;
}
#newsboxtext a:link,
#newsboxtext a:visited {
	text-decoration:none;
	color:#0033FF;
	background-color:transparent;	
}
#newsboxtext a:hover {

	text-decoration:underline;
}

#content {
  text-align:left;
  margin:15px 15px 15px 215px;
  font-size:0.75em;
}

#footer
{
  font-size: 0.8em;
  text-align:center;
  color: #666;
  background-color: transparent;
  margin-top: 10px;
}

#footer a
{
  color: #666;
  background-color: transparent;
}

#entryForm
{
  border-bottom: 1px solid #03F;
  padding-bottom: 10px;
}

#entryForm .pointout
{
  font-size: 0.8em;
  font-style: italic;
}

.pageing
{
  text-align: right;
  margin: 10px 0 0;
}
