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, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	text-align: left;
	font-family:arial;
	font-size: 12px;
	color:#1e1e1e;
	font-weight:normal;
	background-color:#990000;
	background-image:url(../gfx/bg.gif);
	background-repeat:repeat-x;
	border:0px;
	border-style:none;
	border-width:0pt;

}
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;
	background-color:cyan; */
}

.spielregeln {
	text-align: left;
	width: 420px;
	padding-top: 40px;
	padding-bottom: 40px;

}

.spielregeln h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.spielregeln h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

.spielregeln p {
	margin-bottom: 12px;
}

#mainbox {
	width:714px;
	position:relative;
	vertical-align:top;
	background-image:url(../gfx/page_bg.png);
	background-repeat:repeat-y;
	padding-top:25px;
}


#maincontent {
	padding-top:15px;
	color:#ffffff;
	width:658px;
	background-image:url(../gfx/textbg.jpg);
	background-repeat:repeat-y;
}

#logform {
	position:relative;

}


#logform_content {
	text-align:center;
	width:603px;
	background-image:url(../gfx/formtextbg.png);
	background-repeat:repeat-y;
	position:relative;
}

#logform_top {
	text-align:left;
	width:603px;
	height:31px;
	background-image:url(../gfx/regtop.png);
	background-repeat:no-repeat;
	position:relative;
}

#logform2_content {
	text-align:left;
	width:400px;
	background-image:url(../gfx/formtextbg_index.png);
	background-repeat:repeat-y;
	position:relative;

}

#logform2_top {
	text-align:left;
	width:400px;
	height:31px;
	background-image:url(../gfx/regtop_index.png);
	background-repeat:no-repeat;
	position:relative;

}
#warning {
	margin-left:50px;
	height:83px;
	padding-top:3px;
	padding-bottom:15px;
	background-image:url(../gfx/warning.png);
	background-repeat:no-repeat;
}
.warning_txt {
	color:red;
	font-size:14px;
	font-weight:bolder;
	margin-top:20px;
	margin-left:18px;
	text-align:left;
}
.headlinetext {
	text-align: left;
	font-family:arial;
	font-size: 14px;
	color:#990000;
	font-weight:bold;
	position:absolute;
	top:6px;
	left:15px;
}


input{
	border:1px solid #990000;
	font-family:arial;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

textarea{
	border:1px solid #990000;
	font-family:arial;
	font-size: 20px;
	margin-left:0px;
}















