@CHARSET "iso-8859-1";

html { overflow-y: scroll; }

html, body {
	margin: 0; padding: 0;
	height: 100%; /* needed for container min-height */
	
	background-color: #871313;
	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: #FFFFFF;
	margin-bottom: .5em;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; color: #871313; }
h3 { font-size: 14px; }
h3 { font-size: 12px; }
a {
	color: #871313;
	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('/beach/assets/img/background.png') 10px 70px no-repeat;
}
#header {
	position: relative;
	height: 215px;
	background: url('/beach/assets/img/veracles-beach-toernooi-groningen.png') 385px 20px no-repeat;
}
#header p {
	margin: 0;
}
#box {
	position: absolute; top: 400px; left: 250px;
	width: 40px; height: 40px;
}
#menu {
	position: absolute; top: 220px; left: 335px;
	width: 210px;
	color: #666633;
	text-align: right;
}
#menu a {
	color: #990000;
	text-decoration: none;
	font-size: 18px;
}
#menu a:hover {
	color: #FF6600;
}
#content {
	padding: 0 15px 45px 560px;
	color: #FFFFFF;
	min-height: 850px;
}
#footer {
	position: absolute; bottom: 0; /* stick to bottom */
	width: 100%;
	
	text-align: center;
	border-top: 2px dotted #871313;
}
#footer p {
	margin: 0;
	padding: .5em;
}
#footer a {
	color: #871313;
}

.box {
	margin-bottom: 15px;
}
.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;
}
