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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}

body{
	font: 100% Arial, Helvetica, sans-serif;
	background: #000 url(../images/space.jpg) repeat;
	color: #fff;
	text-align:center;
}

#pagewidth {
	margin:20px auto;
	width:500px;
}

#info {
	height:80px;
	width:500px;
	background:#000 url(../images/box.jpg) no-repeat;
	color:#fff;
	margin:20px auto 20px auto;
}

#info div {
	text-align:left;
	padding:10px;
}

#info div a {color:#fff}

a:link, a:visited {
	color: #0000FF;
	text-decoration:underline;
}

a:hover, a:active {
	color: #0000CC;
	text-decoration:none
}

a img {border:0}

.wl a { color:#fff}

strong {font-weight:bold}

div {font-size:13px}

.p {padding:10px}

#orakel {
	height:600px;
	width:500px;
	background:#000 url(../images/ball_1.jpg) top center no-repeat;
}

#orakelcontent {
	padding-top:140px;
	text-align:center;
	color:#000;
	font-size:15px;
}

#fragebox {margin-top:15px}

#fragebox div {
	margin:5px 0;
}

.response {text-align:left}
.question {border:1px #aaa solid;padding:8px;background:#fff; width:300px;margin:0 auto 10px auto}
.answer {border:1px #aaa solid;padding:8px;background:#fff; width:300px;margin:0 auto 10px auto}
.new {text-align:center}
.new a {color:red}
