/* 
Yes2web Standaard CSS - V 20070801 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: naam
@version: yyyymmdd-##
*/

body, #publerBody {
	font-family: Verdana, Geneva, sans-serif; /* Choose your best suited font-family from: X:/Templates/font-families.css */
	color: #fefefe;
	font-size:11px;
}

h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */

}
	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 {
	color:#ccc;
	font-size:36px;
	font-weight:normal;
	letter-spacing:0.07em;
	margin-bottom:0.5025em;
}

h3 {

}

h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}

p{
	letter-spacing:0.03em;
	line-height:1.8em;
}

a {
	color:#fff;
}

a:hover {
	text-decoration: none;
}

form {
	float:left;
	margin-bottom:45px;
	width:100%;
}
	form label {
		width:300px;
	}
	form input {
		_display:block;
		height:24px;
		width:294px;
	}
	form textarea {
		_display:block;
		height:80px;
		width:294px;
	}
	form button {
		background:url("../../images/lepuij/buttons/sendbtn.gif") no-repeat left top;
		border:none;
		cursor:pointer;
		display:block;
		height:30px;
		margin:20px 0 0 180px;
		outline:none;
		text-indent:-6666px;
		width:120px;
	}
		form button:hover {
			background:url("../../images/lepuij/buttons/sendbtn.gif") no-repeat left -30px;
		}
		form button:active {
			background:url("../../images/lepuij/buttons/sendbtn.gif") no-repeat left -60px;
		}
	form p {
		position:relative;
	}
	form label.error {
		color:#ff0000;
		font-weight:bold;
		position:absolute;
		right:207px;
		text-align:right;
		top:0;
	}

/* Tiny styles for Publer, make sure these style match the main content styles! */
#tiny-body{
	width: 600px;
	background-color: #FFF;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#tiny-body label{
	float: left; 
	width: 150px;
}
#tiny-body a {
	color:#0000ff;
}
