/* @override http://www.baba.filmacademie.nl/ndxz-studio/site/baba/style.css */

body { color: black; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff2de url(images/BABA_achtergrond.jpg) repeat fixed;
}p { color: #fce7cf;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
}.menu { color: black; text-indent: 20px; margin-top: 5px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #bb998a;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.home { padding-bottom: 10px; border-bottom: 1px solid white;
}

ul {
	font-size: 18px;
	line-height: 30px;
}

li {
	list-style-type: none;
	border-bottom: 1px solid #bb998a;
	padding-left: 10px;
}

h1 {
	color: #fce7cf;
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 10px;
}

h2 {
	border-top: 1px solid #fff2de;
	font-size: 15px;
	color: #fce7cf;
	padding-top: 10px;
}

h3 {
	font-size: 15px;
	color: #fce7cf;
	padding-top: 10px;
}

a:link { color: black; text-decoration: none; outline-style: none;
	border-style: none;
}

a img {	border-style: none;
}a:visited { color: black; text-decoration: none; outline-style: none; }a:hover { color: #99513e; text-decoration: underline; }a:active { color: black; }/*Layers*/#theman { background-image: url(images/BABA_theman.png); position: fixed; top: 40px; right: 0; width: 424px; height: 671px; z-index: -10; }#logo { background-image: url(BABA_logo.png); background-repeat: no-repeat; position: absolute; top: 40px; left: 40px; width: 239px; height: 131px; }

#logos {
	width: 250px;
	height: 36px;
	background-image: url(images/logos.png);
	position: fixed;
	top: 600px;
	left: 10px;
}#menu { left: 30px; width: 130px; height: auto;
	top: 15px;
	font-size: 15px;
	position: fixed;
}#content { background-color: #3b383a; text-align: left; top: 180px; left: 305px; width: 490px; opacity: 0.9;
	position: absolute;
	height: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}/*#photo { background-color: #3b383a; position: absolute; top: 200px; left: 300px; width: 490px; height: 490px; visibility: hidden; padding: 15px; opacity: 0.9; }#iframe { background-color: transparent; width: 490px; height: 500px; }*//* Internet Explorer and the Expanding Box Problem.It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.*/body { word-wrap: break-word; }