/* 
Yes2web Standaard CSS - V 20070801 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

/*
Ketel 1 Red
@author: Rick Stoopman
@version: 20080618
*/

body, #publerBody {
	font-family: Tahoma, Geneva, sans-serif; /* Choose your best suited font-family from: X:/Templates/font-families.css */
	color: #000;
	font-size:11px;
}

h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */
	color:#e0001b;
	font-weight:normal;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
	
h2 {

}

h3 {

}

h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}

p{

}

a {

}

a:hover {
	text-decoration: none;
}

#contents{
	line-height:1.5em;
	}
	
.red{
	font-weight:bold;
	color:#e0001b;
	}
#contents h1{
	padding-left:0 !important;
	font-size:25px;
	line-height:1em;
	margin-left:-2px; /* dit is wel een hele rare bug/iets */
	}
	#contents a{
		color:#e0001b;
		text-decoration:none;
		}
	#contents a:hover{
		text-decoration:underline;
		}
			div#age-check-box ul li a, #contents a.button{
			background: url(../../images/ketel1red/backgrounds/button-bg.jpg) no-repeat top left;
			height:19px;
			width:110px;
			display:block;
			padding-top:3px;
			color:white !important;
			text-align:center;
			text-decoration:none;			
		}
		div#contents a.button{
			background: url(../../images/ketel1red/backgrounds/cbutton-bg.jpg) no-repeat top left !important;
			}
			
		div#age-check-box ul li a:hover, div#contents a.button:hover{
			background-position: 0 -22px !important;	
			text-decoration:none !important;			
		}
		

		
