/***************************************************************************
 Goting Cliff Website Indexseite ******************************************/

html
{
margin:0px;
}
body
{
background-color:#DED5C0;
margin:0px;
padding-top:100px;
}

#indexbild
{
background-image: url(../design/Indexbildmotiv.jpg);
background-repeat:no-repeat;
width:800px;height:500px;
z-index:1;
}
a.unterpunkt:link, a.unterpunkt:visited
{
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size:11px;
font-weight:normal;
background-color:#DED5C0;
color:#8E7C6E;
text-align:center;
padding-top:2px;
padding-bottom:2px;
text-decoration:none;
}
a.unterpunkt:active, a.unterpunkt:hover
{
font-size:11px;
font-weight:normal;
background-color:#9F0004;
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
text-decoration:none;
}
p
{
line-height:14px;
}
