/* ---------------------------------------------------------------
   FILENAME:	home.css
   CLIENT:		Chorverband am Zürichsee
   PROJECT:		Homepage CSS Style Definitions
   AUTHOR:		Urs Tobler  uto@bluewin.ch
   HISTORY:		2-May-2005	Initial Coding
   REVISION:	

   Copyright © 2005 Urs Tobler  uto@bluewin.ch
   --------------------------------------------------------------- */

html, body { width:100%; height:100%; overflow:hidden }
body { background-color:#E4ECE8; margin:0; padding:0 }

div { font-family:sans-serif }

div.head { width:100%; height:64px; background-color:#80A896; overflow:hidden }
img.logo { position:absolute; top:12px; left:50%; margin-left:-224px; width:448px; height:38px; border:0 }

div.menu { width:160px; height:auto; padding:0.5em; padding-top:1.5em; background-color:#A8C0B0; float:left }
div.menu div.itm { font-size:1em; color:#568874; line-height:1.75em }

div.main { width:auto; height:auto; float:right }

div.main iframe { width:100%; height:100%; border-style:none ie:fool }

div.foot { font-size:11px; color:#568874; text-align:right; height:16px; padding-top:2px; padding-right:12px; clear:right }

a:link, a:visited { color:#E8F0F0; font-weight:600; text-decoration:none }
a:hover, a:active { color:#FFFFFF; font-weight:600; text-decoration:none; background-color:#94B6A0 }

