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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-size:12px;
	line-height:1.5em;
	color:#222;
	background:#ddd;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em
}
h1 {
	font-size:2.4em;
	line-height:1em;
	margin-top:-0em;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	line-height:1.5em;
	margin-top:-0em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1em;
	margin-top:-0em;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.2500000000000002em;
	margin-top:-0em;
	margin-bottom:1.2500000000000002em;
}
h5 {
	font-size:1em;
	line-height:1.5em;
	margin-top:-0em;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	line-height:1.5em;
	margin-top:-0em;
	margin-bottom:1.5em;
}


/* Eigene CSS */
#banner, #banner a img, #banner img {
	width:728px;
	height:90px;
	background-color:#090;
	margin: 0 auto 30px;	
}



#container {
	margin: 50px auto 0;
	padding:20px;
	width:800px;
	background-color:#fff;
	border:solid 1px #888;
}

#header {
	background-color:#fff;
	
}

#header h1 a {
	text-decoration:none;	
}


#logo {
	width:250px;
	margin-top:33px;	
	background-color:#fff;
}

#ads_square {
	width:240px;
	height:240px;
	margin-top:50px;
	background-color:#fff;
	float:left;
	}

#contents {
	width:530px;
	float:right;
	margin-top:35px;
	background-color:#fff;
}

#footer {
	clear:both;
        margin-top:100px;
	text-align:right;	
	font-size:8px;
	text-transform:uppercase;
	color:#999;
}
#footer a {
	text-decoration:none;
	color:#ccc;
}
#footer a:hover {
	color:#888;
}

#navigation {
	float:right;	
}

#navigation a {
	display:block;
	width:520px;
	background-color:#eee;
	color:#00F;
	text-decoration:underline;
	padding:5px;
	font-weight:normal;
	font-size:14px;
	margin:0px;
	margin-left:-20px;

}
#navigation a:hover {
	background-color:#fff;
	text-decoration:none;
}

