@CHARSET "iso-8859-1";

html { overflow-y: scroll; }

html, body {
	margin: 0; padding: 0;
	height: 100%; /* needed for container min-height */
	
	background-color: #DDD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: 0; }
form { display: inline; }
h1, h2, h3, h4 {
	margin: 0;
	letter-spacing: 2px;
	color: #399C04;
	margin-bottom: .5em;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h3 { font-size: 12px; }
a {
	color: #399C04;
	text-decoration: noe;
}
a:hover {
	color: #FFCC33;
	cursor: pointer;
}
p {
	margin: 0 0 1em;
}
p, span, li, td, select {
	line-height: 1.5em;
	letter-spacing: 1px;
}

#container {
	position: relative; /* needed for footer positioning */
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%; /* real browsers */
	
	width: 1000px;
	background: #FFFFFF url('/preseason/assets/img/background.jpg') top center no-repeat;
}
#header {
	position: absolute;
	top: 30px; left: 25px;
	height: 210px;
	width: 510px;
	Xbackground: url('/preseason/assets/img/veracles-preseason-toernooi-groningen.gif') top left no-repeat;
}
#header p {
	margin: 0;
}
#menu {
	position: absolute; top: 15px; right: 15px;
	width: 425px;
	color: #000000;
	text-align: center;
}
#menu a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	margin: 0px 4px;
}
#menu a:hover {
	color: #FF6600;
}
#content {
	padding: 150px 15px 45px 560px;
	color: #000000;
	min-height: 650px;
}
#footer {
	position: absolute; bottom: 0; /* stick to bottom */
	width: 100%;
	
	text-align: center;
	border-top: 2px dotted #000000;
}
#footer p {
	margin: 0;
	padding: .5em;
}
#footer a {
	color: #B6FB9D;
}

.box { margin-bottom: 15px; } .box .bm { background: #FFFFFF; }
.box .btl, .box .btr, .box .bbl, .box .bbr { width: 20px; height: 20px; }
.box .btl { background: url(/preseason/assets/img/box-corners.gif) top left no-repeat; }
.box .btr { background: url(/preseason/assets/img/box-corners.gif) top right no-repeat; }
.box .bbl { background: url(/preseason/assets/img/box-corners.gif) bottom left no-repeat; }
.box .bbr { background: url(/preseason/assets/img/box-corners.gif) bottom right no-repeat; }
.right {
	float: right;
}
.error {
	margin-left: 15px;
	padding: 3px 5px;
	color: #FF6600;
	border: 1px solid #FF6600;
}
.error2 {
	padding: 3px 5px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background: white;
	cursor: pointer;
}
