* {
margin: 0px;
padding: 0px;
font-family: verdana;
font-size: 14px;
color: #ffffff;
}

body {
background-color: #75553c;
}

.container {
width: 939px;
margin-bottom: 30px;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

.header {
height: 282px;
width: 939px;
background-image: url(bilder/header.jpg);
background-repeat: no-repeat;
}

.nav_oben {
height: 105px;
width: 939px;
background-image: url(bilder/nav_oben.jpg);
background-repeat: no-repeat;
}

.nav_links {
float:left;
width: 170px;
}

.inhalt_bereich  {
margin-left: 250px;
}

.inhalt {
background-image: url(bilder/inhalt_bg.jpg);
background-repeat: no-repeat;
width: 490px;
min-height: 140px;
padding: 65px 55px 10px 55px;
}



.infoleiste {
background-image: url(bilder/inhalt_bg.jpg);
background-repeat: no-repeat;
width: 490px;
margin: 0px 0px 20px 0px;
padding: 65px 55px 10px 55px;
text-align:center;
}


h2 {
margin: 0px 0px 15px 0px;
text-align:center;
}

.bilder_400_startseite {
height: 400px;
width: 400px;
margin: 0px 44px 0px 44px;
border: 0px solid #000000;
}

.bilder_400 {
height: 400px;
width: 400px;
margin: 10px 44px 10px 44px;
border: 1px solid #000000;
}

.bilder_wurf {
height: 150px;
width: 150px;
margin: 0px 0px 0px 0px;
border: 1px solid #000000;
}
.wurf_box {
font-size: 0px;
margin: 10px auto 10px auto;
width: 458px;
}

.links_banner {
width: 468px;
margin: 10px 11px 10px 11px;
border: 0px solid #000000;
}

p {
margin: 5px 0px 0px 0px;
}

.nav_oben ul {
padding: 5px 0px 0px 370px;
list-style-type: none;
}

.nav_oben li {
float: left;
margin-left: 15px;
}

.nav_oben a:link {
font-family: verdana;
font-size: 14px;
color: #ffffff;
text-decoration: none;
}

.nav_oben a:visited {
font-family: verdana;
font-size: 14px;
color: #ffffff;
text-decoration: none;
}

.nav_oben a:hover{
font-family: verdana;
font-size: 14px;
color: #ffffff;
text-decoration: underline;
}

legend {
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-align:left;
margin-bottom: 10px;
}

fieldset {
font-family: verdana;
color: #000000;
font-size: 11px;
border-style: none;
}

label {
float: left;
margin-right: 5px;
width: 80px;
text-align: right;
}

input, textarea {
display: block;
background-color: #fbefe0;
color: #000000;
border:1px dashed #725841;
}

input:hover, textarea:hover {
display: block;
background-color: #c4a276;
}

input#submit {
margin-left:85px;
margin-top: 15px;
}


a:link {
font-family: verdana;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-style: italic;
}

a:visited {
font-family: verdana;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-style: italic;
}

a:hover {
font-family: verdana;
font-size: 14px;
text-decoration: underline;
color: #ffffff;
font-style: italic;
}

tr {
line-height: 20px;
}

thead td {
border-bottom: 1px dashed #000000;
}

.wurf_liste {
width: 500px;
margin-top: 15px;
}

.etracker {
margin: 10px 0px 0px 10px;
}

/*=======================================================================
MEhr lesen
=========================================================================*/
.mehr_lesen   {
  display: block;
  background: url("bilder/zu_meiner_seite.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 208px;
  height: 20px;
  margin: 20px 0px 0px 270px;
}

.mehr_lesen:hover  {
  display: block;
  background-position: 0px -20px;
  width: 208px;
  height: 20px;
}
.mehr_lesen  span {
  display: none;
}
.mehr_lesen:focus ,:visited {
color: #ffffff;
}

/*=========================================================================
Bild unter Wurf bei mehr lesen
===========================================================================*/
a.wurf_bild_kl {
position:relative;
z-index: 1;
}

a.wurf_bild_kl img {
display: none;
}

a.wurf_bild_kl:hover img {
display: block;
height: 150px;
width: 150px;
border: 1px solid #000000;
position:absolute;
z-index:2;
left: 80px;
bottom: 1px;
}
