/* CSS voor Mission "Pilletjes" look */

body {	
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(pics/menu/bg_top.jpg);
	background-repeat: repeat-x;
}
#menubalk
{
	position: absolute;
	top: 115px;
	z-index: 300;
}
#logo
{
	position: absolute;
	top: 0px;
	z-index: 0;
}
#logoright
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

#bodymain
{
	position: absolute;
	top: 160px;
	left: 10px;
	z-index: 0;
}
.titel {
	font-size: medium;
	font-weight: bold;
	background-image: url(pics/menu/bg-titel.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	text-indent: 3px;
	font-style: normal;
	border: 1px none;
}
.subtitel {
	border-bottom: 1px solid #6699CC;
	font-weight: bold;
}
.atomztextarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}.redbutton {
	background-color: #CC6666;
	color: #FFFFFF;


}
.greenbutton {
	background-color: #99CC66;
}
.whitetext {
	color: #FFFFFF;
}

select {font-family: verdana, helvetica, sans-serif; font-size: 10px; }

input.required { /* you need to specify "class=disabled" in your input button */
font-family: verdana, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FF0000; background-color: #FFCCCC}

input.disabled { /*you need to specify "class=disabled" in your input button */
font-family: verdana, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FF0000;}

/* input { for ALL input buttons
font-family: verdana, helvetica, sans-serif; font-size: 10px; font-style: normal}
*/
