/* ---------------------------------------------------------------
   FILENAME:	idx.css
   CLIENT:		Rolf Aeschlimann - Möbelagentur
   PROJECT:		Homepage CSS Style Definitions
   AUTHOR:		Urs Tobler  uto@bluewin.ch
   HISTORY:		2007-07-24	Initial Coding
   REVISION:	2009-05-07	#lt / #ls
   			2010-02-02	#tt

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

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

#head { position:relative; width:100%; height:15%; background:#ffffff url(../img/grah.gif) 0 0 repeat-x }
#ae { position:absolute; top:50%; left:50%; margin-left:-381px; margin-top:-17px }

#main { position:relative; width:100%; height:60% }
iframe { width:100%; height:100%; border-style:none ie:fool }

#foot { position:relative; width:100%; height:25%; background-color:#808080 }

#menu { font-family:sans-serif; font-size:0.8em; font-weight:500; letter-spacing:0.25em; position:relative; width:auto; height:auto; top:20%; left:2.5em; padding:0 }
a.mens, a.menn { text-decoration:none; margin:0 0 0 0.5em; padding:0 1em; color:#f0e0e8; background-color:#505050; border:1px solid #d4d0c8; float:left }
a.menn:hover { color:#ffffb0; text-decoration:none; background-color:#353535; border:1px solid #ffffff }
a.mens, a.mens:link, a.mens:hover, a.mens:active { color:#202020; text-decoration:none; background-color:#d4d0c8; border:1px solid #505050 }

#ms { position:absolute; top:50%; right:6%; border-style:none; cursor:pointer }

#lt { position:absolute; top:50%; left:2.5em; border-style:none; cursor:pointer }
#ls { position:absolute; top:50%; left:5.5em; border-style:none; cursor:pointer }
#tt { position:absolute; top:50%; left:8.5em; border-style:none; cursor:pointer }

