* {
  margin:0;
  padding:0;
}

html, body
{
    margin: 0;
    padding: 0;

    text-align: center;
    background-color: silver;
    height: 100%;
}

body {
  font-size:90%;
  font: 90.01% Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

#seite {
    text-align: left;
    /* width: 50em; */
    width: 950px;
    background-color: white;
    margin:0 auto;
    /* height: 100%; */
}

#steuerung
{
    float: left;
    width: 11em;
    margin:1em;
    /* padding: 20px 0 0 10px; */
    /* background-color: yellow; */   
}

#steuerung ul {
    border-bottom: 1px solid #8c8c8c;
}

#steuerung li {
    list-style-type: none;
    margin: 0;
}


#steuerung strong,
#steuerung a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    background-color: #9BBFD7;
    color: black;
    padding: 8px;
    padding-left: 18px;
    border-top : 1px solid #8c8c8c;
}

#steuerung a:hover,
#steuerung a:focus {
    background-color: #d90000;
    color: white;
    border-bottom: none;
    border-top : 1px solid #d90000;
}

.dsteu_hight a {
    background-image: url(../bilder/steuerungsanzeige.gif) ;
    background-repeat: no-repeat;
    background-position: left;
    color: red;
    background-color: #dddddd !important;
}

/*
#steuerung a
{
    color:#333333;
    font-weight: bold;
    text-decoration: none;   
}

#steuerung ul   {
  list-style: none;
}

#steuerung li   {
  list-style: none;
}
*/

#inhalt 
{
    margin: 1em 11em 1em 13em;
    padding: 0 1em;
    background-color: white;
    /* height: 70%; */
}

#inhalt h1, h2, h3 
{
    color: black;
}

#inhalt p
{
    color: black;
    padding-bottom: 2em;
}

#infoboxrechts
{
    float:right;
    width: 10em;
    /* background-color: orange; */
}

#kopf 
{
    background-image: url(../bilder/barcelona-urlaub-h1.jpg);
    height: 127px;
    width: 950px;
}

#kopf2
{
    background-image: url(../bilder/barcelona-urlaub-h2.jpg);
    height: 29px;
    width: 950px;
    text-align: right;
}

#kopf2 p
{
    padding-right: 18px;
    font-size: 19pt;
    color:#808080;
    font-weight:bold;
}

#kopf3
{
    background-image: url(../bilder/barcelona-urlaub-h3.jpg);
    height: 21px;
    width: 950px;
    border-bottom : 1px solid black;
}


#fuss 
{
    clear: both;
    text-align: right;
    color:#333333;
    background-color: #d0d0d0;
    border-top : solid 1px black;
    border-bottom : solid 1px black;
    padding:0.1em 1em;
}

.bild
{
    clear: both;
    float: right;
    text-align: right;
/*
    background-color: yellow;
    border:1px solid silver;
*/
    margin-bottom:0em;
}

.bild img {
    /* padding-top:10px; */
} 

.bild p
{
    padding:0 0 0 20px;
    line-height: 1.2em;
    color:#999999;
    font-size:8pt;
    font-style: italic;
    margin-bottom:0px;
    /* background-color: #eeeeee; */
}

a img 
{
    border:1px solid black;
}

li {
    margin-left: 2em;
    line-height: 1.4em;
}

ul {
    margin-bottom: 2em;
} 


.vorschaubilder {
  float:left;
  text-align: center;
  width: 160px;
  height: 140px;
  border:0px solid black;
  font: 85% Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

.vorschaubilder img {
  border:0px;
}

