@charset "UTF-8";
/* ######################################################################################################
** # "CSS Layout for CMSimple" (c) by Ivo Frieden (http://www.freemedia.ch) #############################
** ######################################################################################################
**
**  Datei       : layout_2col.css
**  Funktion    : Basis-Modifikation des CMSimple-Layouts
*/

@media all
{

body {background: url(http://www.loertscherag.ch/introgrund.gif) #33CC33; margin-top: -2px; padding: 0px 0px 0px 0px; background-position: top left; background-repeat: no-repeat;}


#intro a {color:#FFFF00; text-decoration:none; font-weight:bold; font-size:13px;}
#intro a:hover {color:#FF8000; text-decoration:none; font-weight:bold; font-size:13px;}
#intro {position:absolute; left: 194px; top:20px; width:698; height:568px; z-index:1;}
#zurwebseite {margin-left: 300px;}

/* Close @media all - DO NOT DELETE! */
}


