<!--
/*
+----------------------------------------------------------------------------------------------
| Site: Rosman Internet Services
| CMS:  gotopage 3.0
| Copyright (c) 2003 - 2005 Rosman (http://www.rosman.co.at)
|
| Author(s): Johan Rosman <johan@rosman.co.at>
+----------------------------------------------------------------------------------------------
| Purpose
| common styles, independand from profile
+----------------------------------------------------------------------------------------------
| Version   Date         Comment
| 3.01      2005/09/28   migrated from gotopage 2.0 version homepage
+----------------------------------------------------------------------------------------------
*/

BODY, P, TABLE {
   font-family         : verdana, arial, helvetica, sans-serif;
   padding             : 0;
   margin              : 0;
   font-size           : small;
   font-size           : expression('x-small');
}

IMG {
   border              : none;
}

H1, H2, H3 {
   margin-top          : 1em;
   margin-bottom       : 0.5em;
   font-weight         : normal;
}
H1 {
   font-size           : 120%;
}
H2 {
   font-size           : 110%;
}
H3 {
   font-size           : 100%;
   font-weight         : bold;
}

A {
   text-decoration     : none;
   font-style          : italic;
}

DIV#content {
   margin-top          : 20px;
   margin-right        : 45px;
   padding-bottom      : 10px;
   background-repeat   : no-repeat;
   background-position : right bottom;
}

DIV#content P {
   padding-right       : 15%;
}
DIV#content UL {
   padding             : 0 0 0 3em;
   margin              : 0;
}
DIV#content LI {
   padding-right       : 15%;
}
*.right {
   text-align          : right;
}
*.center {
   text-align          : center;
}
*.sb {
   font-size           : smaller;
   font-weight         : bold;
}
P.zitat {
   font-style          : italic;
   color               : #333333;
   padding             : 0.5em 0 0.5em 0;
}

BODY#spamfilter-antivirus DIV#content IMG {
   float               : left;
}
BODY#ueber-uns DIV#content IMG {
   float               : right;
   padding-right       : 20px;
}
BODY#impressum DIV#content P {
   margin-bottom       : 10px;
}
BODY#barrierefrei DIV#content H2 {
   border-top          : solid #b6c1de 1px;
   margin-right        : 5em;
}

-->