/* 
oranje:  #E95D0E; 

*/

/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:#E95D0E;
	}
body, table, th, td, p, input, textarea, select {
	font-family:Verdana,Arial, Helvetica, Sans-serif;
	font-size:12px;
	}
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 10px 0;
	}
	
a {
	position:relative;
	}
a img {border:none;}
a:hover {}
h1 {
	margin:0 0 15px 0;
	color:#E95D0E; 
	font-size:18px;
	}
h2 {
	margin:0 0 20px 0;
	color:#E95D0E; 
	font-size:16px;
	text-align:center;
	}
h3 {
	color:#E95D0E; 
	font-size:14px;
	}
h4 {
	color:#E95D0E; 
	font-size:14px;
	margin:0;
	}
h5 {}
h6 {}	
p {}
	
ol {}
ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	}
li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:transparent url(../layout/li.gif) no-repeat 0px 8px;
	}
li a {
	color:#E95D0E;
	text-decoration:none;
	}
li a:hover {
	color:#E95D0E;
	text-decoration:underline;
	}

label {}
.cB {clear:both;}

span.date {font-size:11px;}
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

.container {
	position:relative;
	margin:0 auto 0 auto;
	min-height:100%;
	height:100%;
	text-align:left;
	background:#D1540D url(../images/BG_image_Groots.jpg) no-repeat top center;
	}
.containerindex {
	position:relative;
	margin:0 auto 0 auto;
	min-height:100%;
	height:100%;
	text-align:left;
	}
	/* mozilla hax \*/
html>body .container {
    height:auto;
	}
	/* mozilla hax */
	
/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	height:150px;
	background:transparent url(../images/headerBack.jpg) repeat-x 50% 0px;
	}
div.headerindex {
	height:386px;
	width: 995px;
	margin: 0px auto 0px auto;
	/*background:transparent url(../images/groots_eindhoven_heerenveen.jpg) no-repeat 50% 0px;*/
	}
div.headerEindh {
	height:150px;
	background:transparent url(../images/Header_images.jpg) repeat-x 50% 0px;
	}
div.headerHeerh {
	height:150px;
	background:transparent url(../images/headerBack-Heerenveen.jpg) repeat-x 50% 0px;
	}
.counter {
	text-align:center;
	padding:2px;
	font-weight:bold;
	font-size:14px;
	border:1px solid #000;
	background-color:#E95D0E;
	}
.counter b {
	color:#FFF;
	}
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/

div.nav {
	text-align:center;
	border:1px solid #000;
	background-color:#E95D0E;
	}
div.nav div {
	margin:0 auto;
	width:995px;
	height:18px;
	border-left:1px solid #000;
	}
div.nav div a {
	float:left;
	height:18px;
	border-right:1px solid #000;
	}
div.nav div span {display:none;}
div.nav a.groots {width:58px;background:transparent url(../layout/nav/groots_2007.gif) no-repeat 0px -30px;}
div.nav a.kaarten {width:73px;background:transparent url(../layout/nav/kaarten.gif) no-repeat 0px -30px;}
div.nav a.info {width:50px;background:transparent url(../layout/nav/info.gif) no-repeat 0px -30px;}
div.nav a.plein {width:236px;background:transparent url(../layout/nav/plein.gif) no-repeat 0px -30px;}
div.nav a.fotoFilm {width:108px;background:transparent url(../layout/nav/foto_film.gif) no-repeat 0px -30px;}
div.nav a.vip {width:152px;background:transparent url(../layout/nav/vip.gif) no-repeat 0px -30px;}
div.nav a.nieuws {width:73px;background:transparent url(../layout/nav/nieuws.gif) no-repeat 0px -30px;}
div.nav a.faq {width:50px;background:transparent url(../layout/nav/faq.gif) no-repeat 0px -30px;}
div.nav a.groots2007 {width:157px;background:transparent url(../layout/nav/groots_2007-02.gif) no-repeat 0px -30px;}

div.nav div a:hover,
body.grootsPage div.nav a.groots,
body.kaartenPage div.nav a.kaarten,
body.infoPage div.nav a.info,
body.pleinPage div.nav a.plein,
body.fotoFilmPage div.nav a.fotoFilm,
body.vipPage div.nav a.vip,
body.nieuwsPage div.nav a.nieuws,
body.faqPage div.nav a.faq,
body.groots2007Page div.nav a.groots2007 {
	background-position:0px 0px;
	}
/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	position:absolute;
	bottom:0;
	left:0;
	height:14px;
	width:100%;
	clear:both;
	background:transparent url(../layout/Footer_Regel.jpg) repeat-x 50% 0px;
	}

.disclaimer {
	float:right;
	position:relative;
	margin-top:-10px;
	margin-bottom:-20px;
	color:#808080;
	font-size:10px;
	}
.disclaimer a {
	color:#E7C075;
	font-size:10px;
	text-decoration:none;
	}
.disclaimer a:hover {
	color:#FFF;
	}
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	width:100%;
	padding:20px 0;
	text-align:center;
	}
div.mainContent {
	margin:0 auto;
	width:955px;
	text-align:left;
	}
div.leftCol {
	float:left;
	width:223px;
	padding-bottom:20px;
	*padding-bottom:0px;
	position: absolute;
	bottom: 0;
	}
div.midCol {
	margin:0 244px;
	_margin:0 241px;
	width:462px;
	_width:464px;
	border:1px solid #E7C075;
	background-color:#fff;
	/*background:transparent url(../layout/greyBack.png) repeat left top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layout/greyBack.png", sizingMethod="scale");*/
	}
div.midColindex {
	margin:0 244px;
	_margin:0 241px;
	width:465px;
	_width:467px;
	}
div.rightCol {
	float:right;
	width:223px;
	padding-bottom:20px;
	*padding-bottom:0px;
	}
.content {
	padding:15px;
	color:#000;
	}
.content a {
	color:#E95D0E;
	}
.content a:hover{
	color:#fff;
	}
.content ul {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #808080;
	}
.contentindex {
	color:#FFF;
	}
.contentindex a {
	color:#E95D0E;
	}
.contentindex a:hover{
	color:#FFF;
	}
.contentindex ul {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #808080;
	}
.contentindex .right {
	display:block;
	float:right;
	width: 205px;
	padding:10px;
	border:1px solid #808080;
	background:transparent url(../layout/greyBack.png) repeat left top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layout/greyBack.png", sizingMethod="scale");
}
.contentindex .left {
	display:block;
	float:left;
	width: 205px;
	padding:10px;
	border:1px solid #808080;
	background:transparent url(../layout/greyBack.png) repeat left top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layout/greyBack.png", sizingMethod="scale");
}
.contentindex .right H2{
	text-align:left;
}
.contentindex .left H2{
	text-align:left;
}
.shield {
	margin-bottom:20px;
	}
.guushead {
	padding-bottom:20px;
	text-align:center;
	}
.banner {
	margin-bottom:10px;
	}
.videoContainer {
	margin-bottom:15px;
	border:1px solid #808080;
	/*background:#000 url(../layout/Groots2009.jpeg) no-repeat center top;*/
	}
.teg {
	text-align:center;
	margin-bottom:25px;
	}
/* ============================================================	*/ 
/* ========	NEWSLETTER		  	===============================	*/
/* ============================================================	*/ 

.newsLetter {
	_width:223px;
	margin-bottom:10px;
	padding:15px;
	background-color:#fff;
	border:1px solid #E7C075;
	}

/* ============================================================	*/ 
/* ========	FOTO AND VIDEO 	  	===============================	*/
/* ============================================================	*/ 
	
.colset {
	position:relative;
	width:465px;
	padding:15px 0 0px 15px;
	overflow:hidden;
	}
.fotoCol {
	float:left;
	width:223px;
	}
.filmCol {
	float:left;
	}
.fotoCol a,
.filmCol a {
	position:relative;
	width:208px;
	display:block;
	margin-bottom:15px;
	border:1px solid #808080;
	}
.fotoCol p {
	color:#FFF;
	}	
.filmCol p {
	color:#FFF;
	}
/* ============================================================	*/ 
/* ========	FOTO OVERVIEW		===============================	*/
/* ============================================================	*/ 

.fotoList {
	position:relative;
	_width:465px;
	padding:15px 0px 15px 15px;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	}
	
.fotoThumbs{
	width:475px;
	position:relative;
	}
.fotoThumbs a {
	display:block;
	float:left;
	text-align:left;;
	margin:0 14px 10px 0;
	padding:3px 0px 2px 3px;
	_padding:3px 0px 2px 0px;
	width:95px;
	_width:98px;
	height:93px;
	_height:98px;
	overflow:hidden;
	background:#FFF url(../layout/thumbFrame.gif) no-repeat left top;
	}
.fotoThumbs a:hover {
	background:#C5CDD0 url(../layout/thumbFrame.gif) no-repeat left top;
	}
.fotoThumbs img {
	display:block;
	float:left;
	}
	
/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

form {
		margin:0px;
		}
.formGrid {
		}
.formGrid td {
	color:#000;
	font-size:12px;
	}
.formGrid .nameCell {
	width:85px;
	}
.formGrid .inputCell {
	padding-bottom:3px;
	*padding-bottom:1px;
	}
.formGrid .buttonCell {
	padding-top:10px;
	text-align:right;
	position:relative;
	}
input,
select {
	vertical-align:middle;
	}
input.typeText {
	position:relative;
	color:#000;
	font-weight:normal;
	border:none;
	width:108px;
	background-color:#D9D9D9;
	}
.formGrid input.typeText {
	padding-left:2px;
	}
label {
	vertical-align:middle;
	cursor:pointer;
	}
select.select {
	
	}
textarea.textarea {
	
	}
