/***********************************************************************************
 Templates f¸r die Freizeitangebotseite der Goting Cliff Website ************************/

body
{
background-color:#EFEAE0;
margin:0px;
}
.topspacer
{
padding-top:1px;
}
.bereichshead
{
width:615px;
}
.head
{
font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
color:#FFFFFF;
font-size:16px;
font-weight:normal;
text-align:left;
background-color:#464A3A;
width:600px;height:24px;
padding-top:3px;
padding-bottom:3px;
padding-left:15px;
}

/****************************************************************************
Formatierung fˆºr eingebundene Bilder und Grafiken im Text *******************/

.bildlinksvomtext
{
float:left;
margin-top:0px;
margin-bottom:10px;
margin-right:20px;
}
.bildrechtsvomtext
{
float:right;
margin-top:0px;
margin-left:20px;
margin-bottom:10px;
}
.clleft
{
clear:left;
}
.clright
{
clear:right;
}
.cl
{
clear:both;
}
img
{
border:0px none;
}