
/* --------------- Startseite ------------- */


/* Allgemeine Neutralisation
--------------------------------------------------------------------------------------- */

* { background-color: transparent; }

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset { font: 12px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }


/* ------------- BASICS------------------ */
html,body{margin:0; padding:2% 0 2% 0;}
body { 
		background-color: #EAEDB5;
		font-family:Papyrus, "Comic Sans MS", Verdana, Arial;
		font-weight:normal;
		font-size:13px;
		color:#990000;
		background-attachment: scroll;
	}
img { border: none; }
img a { border: none; }
.breaker { overflow: hidden; clear: both; height: 0px; }
ul { list-style-type:none; }
li { list-style-type:none; }

/* --------------- Main ------------------- */
#main { margin: 0 auto; width:620px; min-height:500px; padding-top:10px; }



