@charset "utf-8";
/* CSS Document */
html{
	background-image: url(afbeeldingen/koeienstal2.jpg);
  background-position: center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
#header {
	/* [disabled]background-image: url(afbeeldingen/tabelachtergrond.jpg); */
	border-top: solid #028853 5px;
	letter-spacing: 0.5em;
	height: 250px;
	width: 110%; /* For IE8 and earlier */
	text-align: center;
	margin-left: -10px;
	margin-right: 0px;
	top: 0px;
	background-color: #FFF;
	border-bottom: solid #028853 5px;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

}
#content {



}
.tabelopmaak {
	color: #333;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #FFF;
	border: solid 1px #030;
	vertical-align: text-top;
	box-shadow: 3px 3px 3px #666;
	padding-top: 20px;	
}






h1 {
	font-size: 48px;
	text-transform: uppercase;
	opacity: 1.0; /* For IE8 and earlier */
	margin-top: 10px;
	text-shadow: 1px 2px 2px #028853;
	color: #000000;
	text-align:center;
}
.achtergrond_tabel {
	color: #fff;
	background: rgb(230, 16,21);
	background: -moz-linear-gradient(90deg, #028853 30%, #063 70%);
	background: -webkit-linear-gradient(90deg, #030 30%, #063 70%);
	background: -o-linear-gradient(90deg, #028853 30%, #063 70%);
	background: -ms-linear-gradient(90deg, #030 30%, #063 70%);
	background: linear-gradient(180deg, #028853 30%, #063 70%);
	text-shadow: 1px 1px 4px #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: solid 1px #028853;
	/* [disabled]border-top-right-radius: 10px; */
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	/* [disabled]border-top-left-radius: 10px; */
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 0px;
	box-shadow: 2px 2px 2px #666;
}
	

#footer {
	background-color: #000;
	background-image: url(afbeeldingen/tabelachtergrond.jpg);
	height: 40px;
	width: 110%;
	bottom: 0px;
	opacity: 0.9;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 1px 1px 2px #666;
	padding-top: 10px;
	border-bottom: solid 5px #063;
	color: #fff;
	}
	
h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #028853;
	font-size: 30px;
	text-shadow: 1px 1px 2px #000;
}



.rotator {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	margin-left: 30px;
	border: 2px;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	margin-top: 25px;
}

.rotator:hover { 
-webkit-transform: rotate(10deg); 
-moz-transform: rotate(10deg); 
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg); 
}



#cf {
	position: relative;
	height: 200px;
	width: 300px;
	margin: 0 auto;
	box-shadow: 5px 5px 5px #333;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#cf img.top:hover {
  opacity:0;
}
a:link{
	color:#028853;
	text-decoration:none;}
	a:visted{
	color:#028853;}
	a:hover{
	color:#000000;
	text-decoration:underline;}
	
	
.tabelmarge {
	margin-bottom: 15px;
}
