/* DATEI:website_basis.css */
/* Basis-Formatvorgaben für alle Browser */
/* Webauftritt von www.kanuverleih-rheinsberg.de*/
/* Stand:22.07.2007 */

/*  Allgemein:Hintergrundbild */
body
{
background-image: url(../bilder/hintergrund.jpg);
background-repeat:repeat-y; 
background-color:#FFFFFF;
}

/*  Allgemein:Schriftfarbe: schwarz, Hintergrund:weiss */
a,address,b,blockquote,cite,div,fieldset,h1,h2,h3,h4,i,label,legend,li,ol,p,table,td,th,ul
{
color:#000000;
background-color:transparent;
font-family:Arial,sans-serif;
}

/* Subklassen */
a:link {color:#AA5522; text-decoration:none; font-weight:bold;}
a:visited {color:#772200; text-decoration:none; font-weight:bold;}
a:active {color:#000000; text-decoration:none; font-weight:bold;}
a:hover {color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold;}
a:focus {color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold;}


/* die Bilder für die Beispiele */

.float_left
{
float:left;
margin:10px;
padding:0px;
}

div.bilderframe
{
float:left;
width: 550px;
padding-bottom:35px;
}

img.li_160x120
{
float:left;
width:160px;
height:120px;
margin-left:60px;
margin-top:0px;
margin-bottom:15px;
}

img.re_160x120
{
float:right;
width:160px;
height:120px;
margin-right:60px;
margin-top:0px;
margin-bottom:15px;
}


/* die anderen Bilder */

img.left_240x180 {float:left; width:240px; height:180px; margin-right:50px; margin-top:0px; margin-bottom:15px;}
img.right_240x180 {float:right; width:240px; height:180px; margin-left:50px; margin-top:0px; margin-bottom:15px;}

/* spezielle Formatierungen */

.important {color:#FF0000; font-weight:bold;}

div#banner p
{
font-weight:bold;
margin-top:25px;
}

div#banner img.float_left
{
margin:0px;
}

p.quelle
{
font-size:0.5em;
}

h2.aufzaehlung
{
font-style:italic;
font-size:0.9em;
}

a.backlink
{
text-decoration: none;
}

/* für das Formular */
legend
{
font-weight:bold;
background-color:#FFCC80;
border:1px solid #BF9960;
padding:4px;
width:10em;
text-align:center;
margin:10px 10px 10px 4px;
}

fieldset
{
border:2px dotted #FFCC80;
margin:10px;
width:50em;
padding:10px;
display:block;
}

label
{
width:15em;
font-size:75%;
float:left;
text-align:right;
margin-right:0.5em;
margin-top:1.35em;
}

input,select
{
margin-top:1em;
}

/* Fusszeile */

#footer
{
text-align:right;
font-size:80%;
margin-right:50px;
margin-left:180px;
}
