/* Allgemeine Element-Anweisungen */

* {
padding:0px;
margin:0px; 
}	
body {
  color: #000;
  background: #FFF;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 20px;
  margin: 0;
}

a:link    { color: #FF6600;}
a:visited { }
a:focus, a:hover, a:active {
  color: #FF6600;
}



/* Logo */

#logo {
  position: relative;
}



/* Menue */

#menue {
  background: #ff0000 url(images/runde_ecke_rot.gif) no-repeat right top;
  width: 620px;
  text-align: right;
  padding: 1px 0 4px 0;
}

#menue ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menue li {
  display: inline;
  margin-right: 20px;
}
* html #menue li { height: 1em;}


#menue li a {
  color: #FFF !important;
  font-size: 70%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}


/* Inhalt */

#inhalt {
  width: 620px;
}

#inhalt h1 {
  color: #000066;
  font-size: 110%;
  margin: 24px 0 0.3em 0;
}

#inhalt h2 {
  color: #000066;
  font-size: 80%;
  margin: 0.8em 0 0.3em 0;
}
#inhalt h3 {
  color: #000066;
  font-size: 70%;
  margin: 0.8em 0 0.3em 0;
}  

#inhalt ul {
  padding: 0 0 0 19px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

* html #inhalt ul {   /* Anweisungen fuer den IE */
  padding: 0;
  margin-left: 15px;
}

#inhalt li {
	font-size: 70%;
	line-height: 150%;
	margin: 0;
	color: #000066;
}

#inhalt p {
	font-size: 70%;
	line-height: 150%;
	margin: 0.3em 0;
	color: #000066;
}


/* Newsboxen */

.newsBox {
	padding: 10px 0;
	margin: 1.2em 0;
	background-color: #CCCCCC;
	width: 550px;


}

#inhalt .newsBox h2 {
  color: #000066;
  font-size: 90%;
  text-transform: uppercase;
  padding: 0 0 0 4px;
  margin: 0.5em 20px;
}

#inhalt .newsBox p {
  margin: 0.5em 20px;
}
#inhalt .top {
	font-size: 70%;
	font-weight: bold;
	color: #000066;
	text-align: right;
}

#inhalt a {
  display: inline;
  color: #FF0000!important;
  font-weight: bold;
  margin-top: 10px;
}
html>body #inhalt a { height: auto; }


/* Fusszeile */

#fuss {
  width: 620px;
}

#fuss p {
  color: #000066;
  font-size: 70%;
}
.statement {
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	width: 150px;
	float: left;
	color: #000066;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #000066;
	border-right-color: #000066;
	border-right-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
}
.statement1 {
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	width: 150px;
	float: right;
	color: #000066;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #000066;
	border-right-color: #000066;
	border-right-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
}

