@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000;
	color: #FFF;
}
div#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	vertical-align: middle;
}
div#headerfooter {
	position: absolute;
	top: 50%;
	margin-top: -226px;
	width: 900px;
	height: 452px;
}
div#header {
	width: 450px;
	height: 26px;
	background-image: url(../images/toneelschrijfster-haarlem.png)
}
div#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 450px;
	height: 26px;
}
div#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	vertical-align: middle;
	text-align: right;
	margin-right: 10px;
}
div#maincontainer {
	position: absolute;
	top: 50%;
	margin-top: -200px;
	width: 900px;
	height: 400px;
	/* background-color:#F69; */
}
div#image {
	float: left;
	width: 450px;
	height: 400px;
	/* background-color: #CF3; */
}
div#image-toneel {
	float: left;
	width: 130px;
	height: 400px;
	/* background-color: #CF3; */
}
/*div#menu {
	float: left;
	width: 150px;
	height: 400px;
	background-color: #33F;
}*/

div#maintext {
	float: left;
	width: 300px;
	height: 400px;
	background-image:url(../images/tekst-background.png);
}
div#maintext-toneel {
	float: left;
	width: 500px;
	height: 400px;
	background-image:url(../images/tekst-background-toneel.png);
}
h1 {
	margin: 0px;
	margin-top: 30px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

}
h2 {
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #e90000;

}
div#maintext p {
	width: 280px;
}
div#maintext-toneel p {
	margin-top: 5px;

	width: 480px;
}
/* MENU */
div#menu-active-home {
	float: left;
	width: 150px;
	height: 400px;
	background-image:url(../images/menu-home-active.png);
	background-repeat: no-repeat;
	padding-top: 50px;
}
div#menu-active-biografie {
	float: left;
	width: 150px;
	height: 400px;
	background-image:url(../images/menu-biografie-active.png);
	background-repeat: no-repeat;
	padding-top: 50px;
}
div#menu-active-toneel {
	float: left;
	width: 130px;
	height: 400px;
	background-image:url(../images/menu-toneel-active.png);
	background-repeat: no-repeat;
	padding-top: 50px;
}
div#extra-menu {
	float: left;
	width: 140px;
	height: 400px;
	background-image:url(../images/tekst-background-extramenu.png);
}
div#menu-active-contact {
	float: left;
	width: 150px;
	height: 400px;
	background-image:url(../images/menu-contact-active.png);
	background-repeat: no-repeat;
	padding-top: 50px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a.home {
	text-indent: -900%;
	margin-left: 30px;
	display: block;
	width: 60px;
	height: 50px;
	/* background-color:#099; */
}
a.biografie {
	text-indent: -900%;
	margin-left: 30px;
	display: block;
	width: 80px;
	height: 40px;
	/* background-color: #96C; */
}
a.toneel {
	text-indent: -900%;
	margin-left: 30px;
	display: block;
	width: 70px;
	height: 40px;
	/* background-color: #C9C; */
}
a.contact {
	text-indent: -900%;
	margin-left: 30px;
	display: block;
	width: 90px;
	height: 40px;
	/* background-color: #339; */
}
a.toneel-bio {
	padding-top: 10px;
	margin-top: 20px;
	text-indent: -900%;
	margin-left: 50px;
	display: block;
	width: 70px;
	height: 40px;
	/* background-color: #C9C; */
}
a.contact-bio {	
	text-indent: -900%;
	margin-left: 50px;
	display: block;
	width: 90px;
	height: 50px;
	/* background-color: #339;  */
}
a:link { outline: none; color: #ffffff; }
a:visited {	outline: none; color: #ffffff; }
a:hover {	outline: none; color: #e90000; }
a:active {	outline: none; color: #ffffff; }
a.extramenu { margin-left: 43px; color: #e90000; line-height: 16px;}
a.extramenu:hover { margin-left: 43px; color: #ffffff; }

a.toneelmenu { color: #e90000; line-height: 16px;}
a.toneelmenu:hover {  color: #ffffff; }
ul.toneel {
	width: 120px;
	margin-top: 40px;
}
ul.visible {
	visibility: visible;
}
ul.invisible {
	display: none;
}
b.contact {
	color: #e90000;
}
img.pic_con_right {
	float: right;
}
img.pic_con_left {
	float: left;
}
a.read_more {
	font-weight: bold;
	color: #e90000;
}
a.read_more:hover {
	font-weight: bold;
	color: #ffffff;
}

	
