/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0; padding: 0; border: 0; outline: 0;
                  font-size: 100%; vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse; border-spacing: 0;}


body {
	background-color: #fff;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

h2 {
	margin: 0;
	padding: 0.6em 0 0.8em 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 0.07em;
}

p, blockquote, ol, ul {
	line-height: 160%;
	font-size: 0.9em;
	padding: 0.6em 0;
}

ol, ul { margin: 0; padding: 0; }

/* Content */

#content {
	width: 960px;
	height: 400px;
	margin: -200px auto auto -480px;
	top: 50%;
	left: 50%;
	position: absolute;
	text-align: left;
}

/* Inhalt */

#main {
	margin: 0;
	padding: 0;
	font-size: 1em;
	height: 400px;
}
#main li {
	margin: 0;
	padding: 0 10px;
	float: left;
	text-align: center;
	display: block;
	width: 300px;
}

#header, #content, #navi, #footer { overflow: hidden;}
