/* allgemein */
html {
  height : 101%; }

body {
  font-family : Verdana, sans-serif; 
  background-color: #ede4bd;
  font-size : 12px; 
  margin:0;
  margin-left : auto; 
  margin-right : auto; 
  text-align: center;  } 

h2 { 
  font-size: 14px; 
  color: #790000; }
h3 { 
  font-size: 13px; 
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px; }
div.clear {
  clear : both; 
  margin : 0; 
  padding : 0; 
  height : 0; 
  font-size : 0;  } 

a:link {
  text-decoration: none; 
  color: #0000ff; }
a:visited {
  color: #551a8b; 
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
.menu a:active { }

.inhalt {
	margin:0;
	padding:0; }
.inhalt p {
	margin:0;
	padding:0; }

/* inhalts bereich */
div#inhalt {
  background-color: #f5edc5;
  border: 1px solid black;
  width : 925px; 
  height : auto; 
  text-align : left;
  padding : 0;
  margin-left : auto; 
  margin-right : auto;
  padding-top: 5px;
  margin-top: 10px;
  color: #000000; }
#inhalt h1 { 
  font-size: 15px; 
  color: #790000; 
  margin-top: 0px; }

/* seite */

#links {
margin: 0;
paddimg: 0;
width: 220px; 
float: left; 
margin-left: 25px; }

.rechts {
width: 635px; 
float: right; 
margin-right: 25px;
margin-bottom: 30px; }


/* menue  */
div.menu {
  margin-top: 15px;
  padding: 0px;
  margin-bottom: 50px; }
div.menutxt {
  margin: 0; }
div.menutxt div.menutxt_sub {
  margin-left: 15px; }
div.menu h3 {
  font-size: 15px;
	border-bottom: 2px solid black;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px; }
.menu a:link {
  text-decoration: none; 
  color: #0000ff; }
.menu a:visited {
  color: #551a8b; 
  text-decoration: none; }
.menu a:hover {
  text-decoration: underline; }
.menu a:active { }
div.socialservices img {
  border: 0; }

