@media all
{
 /* browser reset */

/* Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* { margin:0; padding: 0; }

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option { padding-left: 0.4em; }
select { padding: 1px; }

/* Korrektur des Italics Bugs des IE 5.x und IE 6 */
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }

/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html {
	height: 100%;
	margin-bottom: 1px;
	}
body {
	/* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
	font-size: 100.01%;

	/* Vorgabe der Standardfarben und Textausrichtung */
	color: #eee;
	background: #000;
	text-align: left;
	}

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { border: 0 solid; }

h1 { font-size: 200%; }                       /* 30px */
h2 { font-size: 150%; }                       /* 24px */
h3 { font-size: 150%; }                       /* 18px */
h4 { font-size: 133.33%; }                    /* 16px */
h5 { font-size: 116.67%; }                    /* 14px */
h6 { font-size: 116.67%; }                    /* 14px */

a:link { color: #aaa; text-decoration: none; outline: none;}
a:visited { color: #aaa; text-decoration: none; outline: none;}
a:hover, a:focus, a:active { color: #eee; text-decoration: underline; outline: none;}

img { border: 1px solid #eee; }

.center {
	display: block;
	text-align: center;
	margin: 0.5em auto;
	}

#head {
	margin-top: 10%;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0;
	}

#content { 
	margin-left: 15%;
	margin-right: 15%;
	padding: 50px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: center;
/*	border: 1px #fff solid; */
	}
}
