* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}

p {
	margin: 0px 10px 0px 10px;
}

img {
	border: none;
}

.page-links ul
{
    margin-left: 15px;
    list-style-type: square;
    
}
iframe {
	width: 880px;
 	height: 850px;
 	border: none;
 	margin-bottom: 10px;
}

input, textarea  {
	border: 1px solid #8fc9e9;
	width: 573px;
	margin-bottom: 5px;

}

select {
	border: 1px solid #8fc9e9;
	width: 575px;
	margin-bottom: 5px;

}

input[type=submit] {
	width: 100px;
	background-color: #48a7db;
	color: #FFFFFF;
	float:right;
	margin: 0px 10px 0px 0px;
}

input[type=reset] {
	width: 100px;
	background-color: #48a7db;
	color: #FFFFFF;
	float:right;
}

label {
	float: left;
	width: 75px;
	
}

body {
	margin: 10px;
	padding: 0px;
	background-color: #8fc9e9;
	font-family: Verdana;
	font-size: 11px;
}

.clear {
	clear: both;
}

#container {
	
	width: 880px;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	margin: 0 auto;
}

/* header */

#header {
		margin: 0px 0px 10px 0px;
}

/* header menu */

#header-menu
{	
	width: 880px;
	height: 30px;
	background-image: url('images/header_bar.png');
	margin: 0px 0px 10px 0px;
}

/* header menu list */
#header-menu ul {
	list-style: none;
	line-height: normal;
}

#header-menu li {
	padding: 7px 0px 0px 0px;
	text-align: center;
	float: left;
	width: 100px;
	height: 23px;
	background-image: url('images/button_normal.png');	
}

#header-menu li:hover {
	background-image: url('images/button_selected.png');	
}

#header-menu .current {
	background-image: url('images/button_selected.png');	
}

#header-menu a {	
	color: #FFFFFF;
	text-decoration: none;
}

/* header image */
#header-image 
{	
	width: 880px;
	height: 220px;
}

/*
#header-image-overlay-bar {
	margin: 160px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 870px;
	z-index: 2;
	background: #FFFFFF;
	position: absolute;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;	
}
*/

/* page */

h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;	
	padding: 7px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	height: 23px;	
}

h1 {
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	
}

/* page  */

.page-left {
	float: left;
	margin: 0px 0px 10px 0px;
}

.page-right {	
	float: right;
	margin: 0px 0px 10px 0px;
}

/* page welkom */
.page-welkom {	
	width: 670px;

}

.page-welkom h2 {
	background: url(images/blog_bar.png);	
	width: 660px;
}

.page-welkom p {
	text-align: justify;

}

#welkom_control_container {
	float: right;

}

/* page links */

.page-links {
	width: 200px;
}

.page-links h2 {
	background: url(images/right_menu_bar.png);
	width: 190px;
}

#links_control_container {
	float: right;
}



/* page foto */
.foto h2 {
	background: url(images/foto_bar.png);
	width: 560px;
}

/* page gedicht */
.gedicht h2 {
	background: url(images/gedicht_bar.png);
	width: 290px;
	
}

.gedicht p {
	margin: 0px 0px 0px 5px;	
}

.gedicht h3 {
	margin: 0px 0px 0px 5px;
	
}

/* page full */
.full {
	width: 880px;
	margin: 0px 10px 10px 0px;

}
.full h2 {
	background: url(images/header_bar.png);	
	width: 870px;

}

.full p {
	text-align: justify;

}

.full textarea  {
	border: 1px solid #8fc9e9;
	width: 783px;
	margin-bottom: 5px;

}

.full select {
	border: 1px solid #8fc9e9;
	width: 785px;
	margin-bottom: 5px;
}

.full input {
	border: 1px solid #8fc9e9;
	width: 783px;
	margin-bottom: 5px;
}

.full input[type=submit] {
	width: 100px;
	background-color: #48a7db;
	color: #FFFFFF;
	float:right;
	margin: 0px 10px 10px 0px;
}

.full input[type=reset] {
	width: 100px;
	background-color: #48a7db;
	color: #FFFFFF;
	float:right;
	margin: 0px 0px 10px 0px;
}

.half {
	width: 435px;

}
.half h2 {
	background: url(images/half_bar.png);	
	width: 425px;

}

.half p {
	text-align: justify;
}

.thumbnail-right {
	
	float: right;
	height: 150px;
	margin: 0px 0px 10px 5px;
}

.thumbnail-left {
	height: 150px;
	float: left;
	margin: 0px 5px 10px 0px;
}

