
@import "styles_navigation.css";


/*  allgemeine angaben */

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 11px;
	margin-top: 0px;
	padding: 0px;
	font-size:12px;
	line-height:15px;
}
h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	text-decoration: none;
}

h2 {
	color: #000000;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}


ul {
    list-style-type: square;
	margin-left:6px;
	padding-left:16px;
}

li {
    padding-bottom: 5px;
	margin-left:0px;
	padding-left:4px;
}


#wrapper {
	color: #000000;
	width: 900px; 
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

/*  Bereich header */

#header {
  margin-top: 15px;
  width: 900px;
  height: 175px;
}

#bilder {
}

#linie {
  width: 900px;
  height: 4px;
  background-color: #c69392;
  margin-top: 2px;
}

/*  Inhaltskasten */

#pagecontainer {
	width: 900px;
	
}
/*  Bereich Inhalt */


#inhalt {
	padding-left: 16px;
	padding-right: 0px;
	width: 704px;
	margin-top: 22px;
	padding-bottom: 14px;
	float: left;
}

.bodytext {
  width: 512px;
  padding: 0px;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px; 
}


.bodytext a {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}

.bodytext a:hover {
	color: #000000;
	text-decoration: none;
	font-size:12px;
}

.bodytext img {
	border: 1px #7c5a51 solid;
	margin: 0px 20px 10px 0px;
	float: left;
}    

#anzeige {
   float: right;
}



/*  Bereich Footer */

#footer {
    top: 5px;
    width: 512px;
	height: 20px;
	color: #7c5a51;
	font-size: 11px;
	line-height: 20px;
	border-top: 1px solid #7c5a51;
}

#footer a {
	color: #7c5a51;
	text-decoration: none;
}

#footer a:hover {
	color: #7c5a51;
	text-decoration: underline;
}


#fine {
  clear: both;
  top: 20px;
  width: 900px;
  height: 20px;
}

.rahmbg {
background-color: #eee;
border: solid 1px #7c5a51;
}

.formbg {
background-color: #fff;
border: solid 0px #7c5a51;
}


