/* Beerchallenge 2010 Style Sheet
	 ( c ) 2009 Ruben Hendrickx 
	 ruben@technoindustries.be
	 */

html, body {
	background-color: #E3126E;
	margin: 0px;
	height: 100%;
  min-height: 100%;
	display: block;
}
	
p, li, th, td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#t {
	width: 100%;
	height: 70%;
	min-height: 458px;
	background-color: #000000;
	display: block;
	bottom: 0px;
}

#menu1 {
	background-color: #101010;
	background-image: url("lay/menu1_back.jpg");
	background-repeat: repeat-x;
	background-position: top center;	
	width: 100%;
	height: 62px;
}

#menu2 {
	background-image: url("lay/menu2_back.jpg");
	background-repeat: repeat-x;
	background-position: top center;		
	width: 100%;
	min-height: 82px;
}

#f {
	width: 100%;
	height: 20%;
}

#menu1_txt, #menu2_txt, #menu3_txt {
	width: 890px; 
	margin: 0 auto;
}

#menu1_txt, #menu2_txt {
	padding-top: 2px;
	text-align: center;
}

#menu3_txt {
	text-align: center;
}

li {
	padding-bottom: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font-size: 12px;
	background-color: #f5f5f5;
}

.input_submit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #E20C86;
	color: #ffffff;
}

.titel {
	font-family: arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sub {
	font-size: 9px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

/* offset */
.ofs_s {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #c0c0c0;
	color: #fff;
	font-size: 11px;
	line-height: 1.8em;
	white-space: nowrap;
}

a.ofs, a.ofs:link, a.ofs:visited {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	line-height: 1.8em;
	white-space: nowrap;
	
}

a.ofs:hover {
	text-decoration: none;
	background-color: #ccff33;
	color: #000000;
	border: 1px solid #e0e0e0;
}

/* hyperlinks */
p a, p a:link, p a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #E20C86;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

.cn_stats a, .cn_stats a:visited, .cn_stats a:link {
	color: #a0a0a0;
}

p a:hover, .cn_stats a:hover {
	color: #ffffff;
	background-color: #E20C86;
}

a img, a:link img, a:visited img { 
	border: 0;
}

