
@import "styles_navigation.css";


/*  allgemeine angaben */



body {
	color: #333333;
	background-color: #ffffff;
	font-family: Courier New, Courier, mono;
	overflow: scroll;
}

p {
	margin-bottom: 11px;
	margin-top: 0px;
	padding: 0px;
}

h1 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height:19px;
	margin-bottom: 8px;
	margin-top: 20px;
	text-decoration: none;
	text-align: left;
}

h2 {
	color: #666666;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 15px;
	text-decoration: none;
}

h3 {
	color: #666666;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 4px;
	text-decoration: none;
}


input, textarea {
     border: 1px solid white;
	 padding: 2px 0px 2px 0px; 
	 margin: 2px 0px 2px 0px;
	 }

input.farb 	{
      background-color: #862d1e; 
	  border: 0px solid white; 
	  color: #FFFFFF;
	  font-size: 11px; 
	  font-weight: bold; 
	  margin-top: 2px; 
	  padding: 2px 12px 2px 12px;
}


ul {
    list-style-type: disc;
	margin-left:6px;
	padding-left:16px;
}

li {
    padding-bottom: 10px;
	margin-left:0px;
	padding-left:4px;
}


#wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/higru-schatten.gif); 
	background-repeat: no-repeat;
	background-position: 0px 149px;
	width: 674px;
	margin-left: auto;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 26px;

}

/*  Bereich header */

#header1 {
  width: 650px;
  height: 15px;
  background-color: #e5e5e5;
}

#header2 {
  width: 758px;
  height: 134px;
  border:1px solid #e5e5e5;
  margin-left: -110px;
}


/*  Inhaltskasten */

#pagecontainer {
	width: 650px;
	
}
/*  Bereich Inhalt */


#inhalt {
	background-color: #f4f4f4;
	width: 650px;
	margin-top: 0px;
	padding-bottom: 14px;
	float: right;
}

* html #inhalt {
	width: 648px;
}




.linie {
  width: 598px;
  height: 1px;
  background-color:#862d1e;
}

.bodytext {
  width: 485px;
  padding: 30px 90px 20px 75px;
  color: #333333;
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height:16px; 
}


.bodytext a {
	color: #666666;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #666666;
	text-decoration: none;
}

.bodytext img {
	margin: 0px 20px 20px 0px;
	float: left;
}    



/*  Bereich Footer */

#footer {
    top: 5px;
    width: 650px;
	height: 20px;
}

#footer a {
	color: #c1a782;
	text-decoration: none;
}

#footer a:hover {
	color: #c1a782;
	text-decoration: underline;
}


#fine {
  clear: both;
  width: 650px;
  height: 30px;
  padding-top: 5px;
  color: #999999;
  font-size: 11px;
  line-height:16px; 
}

#fine td a {
    color: #999999;
	text-decoration: none;
}

#fine td a:hover {
    color: #999999;
	text-decoration: underline;
}

dd { display:none; }

#twitter {
    width: 360px;
    min-width: 250px;
	margin: 0 auto;
}