* {
margin: 0px;
padding: 0px;
font-family: verdana;
font-size: 14px;
color: #644a12;
}

body {
background-color: #fee6c8;
}

.container {
width: 800px;
margin-bottom: 30px;
}

.header {
height: 250px;
width: 775px;
background-image: url(bilder/header.jpg);
background-repeat: no-repeat;
}

.nav_oben {
height: 31px;
width: 775px;
background-image: url(bilder/nav_oben.jpg);
background-repeat: no-repeat;
}

.nav_links {
float:left;
width: 169px;
}

.inhalt_bereich {
background-image: url(bilder/inhalt_con.jpg);
background-repeat: no-repeat;
margin: 0px 0px 0px 169px;
padding-top: 70px;
padding-left: 70px;;
}

.inhalt {
background-image: url(bilder/inhalt_bg.jpg);
background-repeat: no-repeat;
width: 470px;
min-height: 145px;
padding: 65px 40px 0px 40px;
}

.infoleiste {
background-image: url(bilder/infoleiste_bg.jpg);
background-repeat: no-repeat;
width: 490px;
margin: 0px 0px 20px 0px;
padding: 30px 30px 0px 30px;
text-align:center;
}

.infoleiste_unten {
background-image: url(bilder/infoleiste_bg.jpg);
background-repeat: no-repeat;
width: 490px;
margin: 15px 0px 20px 0px;
padding: 30px 30px 0px 30px;
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: 0px solid #644a12;
}

.bilder_wurf {
height: 150px;
width: 150px;
margin: 10px 0px 10px 0px;
border: 1px solid #000000;
}
.wurf_box {
font-size: 0px;
margin: 0px auto 0px 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: 9px 0px 0px 15px;
list-style-type: none;
}

.nav_oben li {
float: left;
margin-left: 15px;
}

.nav_oben a:link {
font-family: verdana;
font-size: 14px;
color: #000000;
text-decoration: none;
}

.nav_oben a:visited {
font-family: verdana;
font-size: 14px;
color: #000000;
text-decoration: none;
}

.nav_oben a:hover{
font-family: verdana;
font-size: 14px;
color: #000000;
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: #644a12;
font-style: italic;
}

a:visited {
font-family: verdana;
font-size: 14px;
text-decoration: none;
color: #644a12;
font-style: italic;
}

a:hover {
font-family: verdana;
font-size: 14px;
text-decoration: underline;
color: #000000;
font-style: italic;
}

tr {
line-height: 20px;
}

thead td {
border-bottom: 1px dashed #644a12;
}

.wurf_liste {
width: 500px;
}

.etracker {
margin: 5px 0px 0px 10px;
}

/*=======================================================================
MEhr lesen
=========================================================================*/
.mehr_lesen   {
  display: block;
  background: url("bilder/mehr_lesen.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 188px;
  height: 33px;
  margin: 0px 0px 0px 270px;
}

.mehr_lesen:hover  {
  display: block;
  background-position: 0px -33px;
  width: 188px;
  height: 33px;
}
.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: 0px solid #000000;
position:absolute;
z-index:2;
left: 80px;
bottom: 0px;
}