* { margin: 0; padding: 0;
font-family:verdana;
font-size: 11px;
 }

body {
background-image: url(../bilder/hintergrund.jpg);
background-repeat: repeat;
background-position: -52px 0%;

}

#container {
background-image: url(../bilder/hintergrund2.jpg);
background-repeat: no-repeat;
width: 900px;
min-height: 588px;
margin-left: 95px;
margin-bottom: 70px;
}

#navi_links {
width:160px;
float:left;
padding-left: 30px;
}

#navi_oben {
padding-top: 285px;
margin-left: 300px;
margin-bottom:50px;
}

#etracker img {
width: 85px;
height: 65px;
margin-left: 23px;
margin-top: 15px;
}

.inhalt {
background-image: url(../bilder/p_bild.png);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 275px;
padding-top: 35px;
padding-left: 35px;
min-height: 100px;
width: 500px;
}

.infoleiste {
background-image: url(../bilder/infoleiste.png);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 275px;
padding-top: 5px;
padding-left: 0px;
width: 500px;
text-align: center;
}

.infoleiste_unten {
background-image: url(../bilder/infoleiste.png);
background-repeat: no-repeat;
margin-top: 35px;
margin-left: 275px;
padding-top: 5px;
padding-left: 0px;
width: 500px;
text-align: center;
}

li {
float:left;
margin-right: 15px;
}

ul {
list-style-type: none;
color: #000000;
}

p {
margin-bottom: 7px;
}

h1 {
color: #000000;
font-weight: bold;
text-align:left;
margin-bottom: 10px;
}

h2 {
color: #000000;
font-weight: bold;
margin-bottom: 7px;
}

.bilder_400 {
height: 400px;
width: 400px;
margin-top: 20px;
margin-bottom: 10px;
margin-left:32px;
border:1px solid #000000;
}

.bilder_400_startseite {
height: 400px;
width: 400px;
margin-top: 35px;
margin-bottom: 10px;
margin-left:32px;
border:0px solid #000000;
}

table {
color: #000000;
border: 0px;
margin-bottom: 15px;
border-collapse: collapse;
}

.wurf_liste td{
padding-right: 15px;
}

thead {
background-color: #f0dbfc;
color: #000000;
font-weight: bold;
}

tr {
height: 15px;
}

legend {
font-family: verdana;
color: #000000;
font-size: 11px;
font-weight: bold;
text-align:left;
margin-bottom: 10px;
}

.links_banner {
width: 468px;
margin-top: 20px;
margin-bottom: 10px;
margin-left:0px;
border: 0px;
}

.bilder_wurf {
width: 150px;
height: 150px;
}

.bilder_wurf_herz {
width: 150px;
height: 150px;
}


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: #ffffff;
color: #000000;
border:1px dashed #AB03AB;
}

input:hover, textarea:hover {
display: block;
background-color: #ebd6f9;
}

input:focus, textarea:focus {
display: block;
background-color: #ebd6f9;
}

input#submit {
margin-left:85px;
margin-top: 15px;
}

.symbole {
margin: 5px 5px 5px 0px;;
}

/*
===========================================================
Linkformatierung in der Navigaion
*/
ul a:link {
font-family: verdana;
color: #000000;
font-size: 11px;
text-decoration: none;
font-weight: normal;
}

ul a:visited {
font-family: verdana;
color: #000000;
font-size: 11px;
font-style: none;
font-weight: normal;
}

ul a:hover {
font-family: verdana;
color: #e115ff;
font-size: 11px;
text-decoration: underline;
font-weight: normal;
}


/*
===========================================================
Globale Linkformatierung
*/
a:link {
font-family: verdana;
color: #000000;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

a:visited {
font-family: verdana;
color: #000000;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

a:active {
font-family: verdana;
color: #e115ff;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

a:hover {
font-family: verdana;
color: #e115ff;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

/*=======================================================================
Mehr lesen Button
=========================================================================*/
.mehr_lesen   {
display: block;
background: url("../bilder/mehr_lesen.png");
background-repeat: no-repeat;
background-position: 0px 0px;
width: 140px;
height: 46px;
margin: 0px 0px 0px 150px;
}

.mehr_lesen:hover  {
display: block;
background-position: 0px -47px;
width: 140px;
height: 46px;
margin: 0px 0px 0px 150px;
}
.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;
}