﻿/* stylesheet zu andreashurni.ch */
/* styles für seite root index.html */

*                  { margin: 0;
                     padding: 0;
                     border: 0 none; }

html               { height: 100.2%;
                     font-size: 100%;
                     line-height: 130%; }

body               { text-align: center; 
                     background-color: rgb(97%,97%,97%);
                     font-family: Courier New, Courier, Monospace;
                     color: rgb(0%,0%,0%);}

#wrapper           { background-color: rgb(97%,97%,97%);
                     width: 62em;
                     margin: 0;
                     margin-left: auto;
                     margin-right: auto;
                     text-align: left; }

h1                 { font-size: 3em;
                     font-weight:normal;
                     line-height:100%;
                     padding: 0.3em 0 0 0;
                     margin: 0 0 -0.2em 0 }

h2                 { font-size: 1.4em;
                     line-height:100%;
                     margin: 0.4em 0 0.4em 0; }
                     
p                  { font-size: 1.0em;
                     margin: 0.4em 0 0.4em 0 }

ul                 { margin: 0 0 1em 1em;}


a                  { color: rgb(0%,0%,0%);
                     text-decoration: none;
                     font-size:1em;}
a:visited          {}
a:focus            {}
a:hover            { background-color:rgb(100%,100%,100%);
                     color:rgb(0%,0%,0%);}
a:active           {}		

div                { background-color: rgb(93%,93%,93%);}

div#mainwrapper    { margin: 1em 0 0 0 }

div.main           { padding: 0 0 0 1em; }

div#counter        { padding-top: 3em;
                     text-align: center;
                     background-color: rgb(97%,97%,97%) }

.big               { font-size:3em}
                     
.box_right         { float: right;
                     margin: 2em 1em 0 0;
                     width:auto;}

.box_left          { float: left;
                     margin: 0 0 0 0;
                     width:auto}
                     
.neue_zeile        { clear: both }                     
                     
                     

/* ende des stylesheets zu andreashurni.ch */
/* herzlichen dank an elisabeth wetsch, welche mit ihrem buch "einstieg in css" es mir erst ermoeglicht hatte... */
/* einigermassen in wuerde eine website zu gestalten */
