/* stylesheet */
html, body {
	width:100%;
	height:100%;
	text-align:center;
	border-width:0px;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:101%;
	background-color:#9BA7B0;
}
#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;
}

#content a:link, #content a:visited {
  text-decoration: none;
  color: #0000FF;
  background-color: transparent;
}

#content a:hover {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
}
#content img{                                     /* Rahmen um Bilder im content */
border:solid 1px #3366ff;
}


.tabelleLMO
{
      border: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 900px;
}