/** jeugdraad wachtebeke stylesheet **/

body {
    margin: 0;
    padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #7CD2F5;
}

* {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	width: 912px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 912px;
	height: 116px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#content_container {
	position: relative;
	background-image: url('images/content_fill.jpg');
	background-repeat: repeat-y;
	padding-top: 30px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#footer {
	width: 912px;
	height: 23px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
}

#content {
	padding: 0px 30px 15px 205px;
	text-align: left;
}

#content p {
	margin-bottom: 10px;
}

#menu_container {
	position: absolute;
	left: -30px;
}

#menu_top {
	position: relative;
	width: 218px;
	height: 15px;
	background-image: url('images/menu_top.png');
	background-repeat: no-repeat;
}
#menu_middle {
	position: relative;
	width: 218px;
	background-image: url('images/menu_fill.png');
	background-repeat: repeat-y;
	padding-bottom: 5px;
	text-align: center;
}
#menu_bottom {
	position: relative;
	width: 218px;
	height: 15px;
	background-image: url('images/menu_bottom.png');
	background-repeat: no-repeat;
}

#menulist {

}

#menulist li {
	list-style-type: none;
	
}

#menulist li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
}

#menulist li a:hover {
	text-decoration: underline;
}

h1 {
	color: #00AFEE;
}
h2 {
	color: #00AFEE;
}
h3 {
	color: #00AFEE;
}

body.mceContentBody {
   background: #FFF;
}

body.mceContentBody p {
	margin-bottom: 10px;
}

a {
	color: #00AFEE;
}

/* mailformulier */
#mailcontainer {
	font-size: 12px;
}

#mailform {
	/*width: 500px;*/
}

label.normal {
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

label.right {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

label.error {
	color: #F00;
	display: inline;
	font-size: 10px;
	padding-bottom: 5px;
}

fieldset {
	border: 0;
}

input.float {
	float: left;
}

.inputline {
	clear: both;
	padding-top: 10px;
}

.submit {
	clear: both;
	padding-top: 10px;
	width: 300px;
	text-align: right;
}

#errormessage {
	display: none;
	padding-bottom: 10px;
}

#errormessage li {
	list-style-type: none;
	padding-bottom: 0px;
}

input, textarea, select {
	border: 1px solid #000;
	color: #00AFEE;
	font-size: 12px;
	padding: 3px;
}

input.button {
	background-color: #E9B549;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
}

#gallery_table_div table {
	margin: 0 auto;
}
