/* ----------------------- css_speelplein ----------------------- */

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Calibri, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-image:url(../images/gradient_hoofdpag.jpg);
	background-color:#F79321;
	font-size:1.2em;
}

#container
{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 1255px;
	height: 163px;
}

#buttons 
{
	float: left;
	width: 710px;
	height:63px;
	margin-top: 50px;
	margin-left: 470px;	
}

#header #foto
{
	background-repeat:no-repeat;
	float:right;
	margin-top:-15px;
	margin-right:-30px;
}

#home
{
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:63px;
	float:left;
	cursor:pointer;
}

#speelplein
{
	background-image:url(../images/speelplein.jpg);
	background-repeat:no-repeat;
	width:113px;
	height:63px;
	float:left;
	cursor:pointer;
}

#animatoren
{
	background-image:url(../images/animatoren.jpg);
	background-repeat:no-repeat;
	width:118px;
	height:63px;
	float:left;
	cursor:pointer;
}

#kids
{
	background-image:url(../images/kids.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:63px;
	float:left;
	cursor:pointer;
}

#ouders
{
	background-image:url(../images/ouders.jpg);
	background-repeat:no-repeat;
	width:128px;
	height:63px;
	float:left;
	cursor:pointer;
}

#middle
{
	background-image:url(../images/tekstvak_midden.jpg);
	background-repeat: repeat-y;
	width:922px;
	margin-left:267px;
	overflow:auto;
}


#middle #content
{
	padding:25px;
	font-size:12px;
	line-height: 1.5em;
	color:#666666;
}
#knoppen
{
	padding-left:25px;
}

#knoppen img
{
	padding-left:100px;
}


#middle #content h1
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	padding-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	color:#CC0033;
}
#middle #content h2
{
	padding-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	color:#CC0033;
}


#middle #content ul {
list-style-image:url("../admin/images/icons/accept.png");
list-style-type:none;
margin-left:30px;
}

#middle #content li {
padding:5px;
}


#tekstfooter
{
	background-image:url(../images/tekstfooter.jpg);
	width:922px;
	height:86px;
	margin-left:267px;
	color:#FF3300;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
}
#tekstfooter #uitleg
{
	text-align:center;
	color:#666666;
	font-weight:200;
	font-variant:normal;
	font-size:12px;
}


#footer_midden
{
	background-image:url(../images/footer.jpg);
	height:166px;
	clear:both;
	background-repeat:repeat-x;
}

#footer_midden p
{
	clear:both;
	color:#FFFFFF;
	text-align:center;
	padding-top:90px;

}


.msg_head {
padding: 10px;
cursor: pointer;
position: relative;
background-color:#f9c322;
margin:1px;
}
.msg_body {
padding:  15px;
background-color:#F4F4F8;
}











