/* layout.css "Die kleinen Kanaren" */

@import url(http://fonts.googleapis.com/css?family=Eagle+Lake);

*
{
margin: 0;
padding: 0;
}




body
{
background-image: URL(../bilder/img_3713.jpg);
background-repeat: no-repeat;

<!--'Eagle Lake', cursive;-->

font-family: Calibri, Arial, Verdana, sanserife;
font-size: 95%;
}


#leinwand
{
margin: 2% auto auto auto;
width: 994px;
min-height: 200px; /* Mindesthöhe */
background-color:#EFEFEF;
}



#kopf
{
background-image: URL(../bilder/canarias.png);
background-position: right -15px;
background-repeat: no-repeat;
padding: 10px;
height: 90px;
/* border-bottom: 1px solid #FFBF00;*/
}

/* Abhängige Selektoren | Zusammengesetzter Ausdruck */

#kopf h1
{
font-family: Eagle Lake;
margin-bottom: -6px;
margin-top: -6px;
color: #00E0FF;
font-size: 25px;
}

#kopf h2
{
/* font-family: Eagle Lake; */
color: #000000;
margin-bottom: -6px;
font-size: 12px;
}


#kopf p
{
padding-top: 10px;
}


#kopf p a
{
text-decoration: none;
color:#00E0FF;
/* padding-left:20px; */
}


#kopf p a:hover
{
text-decoration: none;
background-image: URL(../bilder/mail.jpg);
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
color: #FF5F00;
}





#kopf a img
{
padding: 0 30px;
float:left;
}

.trennzeichen
{
color:#FF5F00;
margin: 0 8px;
}



#navi {}
#inhalt {}
#fuss {}