@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************************************************/
body {
	background : #000000 url(../images/background.jpg);
	background-repeat : no-repeat;

}

.container {
	
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div#header {
	color: white;
	width: 992px;
	height: 100px;
	background-color: black;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	border: 4px solid #900;
	background-image: url(../images/header_background.jpg);
}

div#slogan {
	display: inline;
	float: left;
	width: 892px;
	height: 100px;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
}
div#logo {
	height: 100px;
	width: 100px;
	background-image: url(../images/logo.jpg);
	-webkit-border-radius: 20px 20px 100px 0px / 20px 50px 80px 0px;
	-moz-border-radius: 20px 20px 100px 0px / 20px 50px 80px 0px;
	border-radius: 20px 20px 100px 0px / 20px 50px 80px 0px;
	display: inline;
	float: left;
}

div#navigation {
	overflow:visible;
	padding: 0px;
	color: white;
	width: 100%;
	height: 40px;
	background-color: black;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}

#navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation li{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}
	
#navigation a{
	border: 0px;
	color: white;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
	display: block;
}


li.tussennav {
	width: 8.24%;
	height: 20px;
	border: 0px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #900;
}

li.link {
	width: 10%;
}

li.tussennavLinks {
	width: 8.534%;
	padding-right: 0.1px;
	height: 20px;
	border: 0px;
	-webkit-border-radius: 0 40px 40px 20px;
	-moz-border-radius: 0 40px 40px 20px;
	border-radius: 0 40px 40px 20px;
	background-color: #900;
}

li.tussennavRechts {
	width: 8.5%;
	padding: 0px;
	height: 20px;
	-webkit-border-radius: 40px 0 20px 40px;
	-moz-border-radius: 40px 0 20px 40px;
	border-radius: 40px 0 20px 40px;
	background-color: #900;
}

}
div#cropFacebook {
	height: 530px;
	width: 296px;
	overflow: hidden;
}

div#Facebook {
	float:left;
	color:white;
	width:310px;
	height:100%;
	background-color:black;
	overflow:hidden;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	border: 4px solid #900;
	margin-left: 5px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: -8px
}
div#wrapper {
	background: black;
	height: auto;
}
div#content {
	float: left;
	color: white;
	width: 619px;
	height: 535px;
	background-color: black;
	-webkit-border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px; 	
	border-radius: 20px 0px 0px 20px;
	border: 4px solid #900;
	margin-top: 20px;
	padding: 20px;
}

div#content h1 {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-bottom:	15px;
}

div#content p {
    width: 600px;
	color: #808080;
	font-family: arial;
	font-size: 16px;
	padding-bottom:	10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}


div#footer {
	float: left;
	color: white;
	background-color: black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #900;
	margin-top: 20px;
	width: 992px;
	height: 30px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}

a#hier{
	color: #aaa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
div.hidden { 
	display: none; 
}
						 
div.show   { 
	display: block;
}

p#gedichtmenu {
	
}

a.option {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	display: block;
	text-align: left;
	color: #fff;
	background-color: #900;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a:visited.option {
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	display: block;
	text-align: left;
	color: #fff;
	background-color: #630000;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

a  {
color:#900;
text-decoration:none;
}

div#gedichten {
	margin: 10px;	
}

a.option2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	display: block;
	text-align: left;
	color: #fff;
	background-color: #009;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

