/**
* css for www.mariekedepauw.be
**/

/* TAGS */
body, hmtl {
	overflow-x: hidden;
	width:100%;
	height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #777;
	background: #FFF;
	line-height: 17px;
}
a, a:link, a:active, a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: none;
}
table {
	width: 100%;
	height: auto;
	border: 0px;
}
table {
	width: auto;
}
td {
	vertical-align: top;
	width: auto;
	height: auto;
	padding: 5px 15px 5px 0px;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0px;
	line-height: 30px;
}

h2 {
	width:310px;
	text-align:center;
	font-family: courier, verdana;
	font-size: 10px;
	font-weight:400;
	margin-top:-8px;
	margin-bottom: 2px;
	line-height: 18px;
	color:#5F5F5F;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

input, textarea {
	width: 100%;
	padding: 3px;
}
textarea {
	height: 100px;
}

/* CLASSES */
.clear {
	clear: both;
}
.center { text-align: center;}
.hide { display: none; }
.submit {
	width: auto;
}
.text_right {
	text-align: right;
}
.half {
	float: left;
	width: 490px;
	height: auto;
}
.logo {
	margin-top: 15px;
}
.menu_item1 {
	display: none;
}
.items_list {
	float:left;
	width:650px;
	height:auto;
	text-align:center;
	margin-left:330px;
	border: 1px solid white;
}
.items {
	font-family:courier;
	font-size:12px;
	float:left;
	margin-top: 15px;
	padding: 0px 15px;
	text-align:center;
	border-right:1px dotted #555;
}
.last {
	border-right: 0px;
}
li.active a {
	color: #5f5f5f;
}

/* IDS */
#wrap {
	width: 980px;
	height: 100%;
	min-height:100%;
	margin:  0px auto -50px auto;
	padding: 10px;
}
#header {
	float: left;
	width: 980px;
	height: 80px;
}
#header .half ul {
	float: right;
}
#header .half li {
	text-align: right;
	float: left;
	border-left: 1px dotted #555;
	margin-left: 25px;
	padding: 20px 0px 0px 10px;
	margin-top: -10px;
	font-style: italic;
	font-weight: bold;
}
#content {
	border: 1px solid #999;
	padding: 20px 0;
	float: left;
	width: 980px;
	height: auto;
	text-align: center;
}
#content #image {
	float:left;
	width:auto;
	height:auto;
	margin-right:25px;
	position: relative;
}
#content #film {
	float:left;
	width:auto;
	height:auto;
	margin-right:15px;
}
#content #info {
	font-family: arial, verdana;
	position: absolute;
	width:300px;
	height:auto;
	text-align:left;
	bottom: 10px;
	left: 5px;
}
#content #navigate .previous {
	float:left;
	width:85px;
	height:auto;
	margin: 18% 10px 0px 0px;	
	text-align:left;
}
#content #navigate .next {
	float:left;
	width:auto;
	height:auto;
	margin-top:18%;
	text-align:right;
}
#content #info span {
	background: white;
	width:auto;
	height:auto;
	padding: 3px;
	margin-top: 5px;
	color:black;
}
#content #navigate span {
}
#motm {
	float:left;
	width:108%; height: auto;
	text-align: center;
	margin:10px 0px;
	font-family: Courier, times; font-size: 10px;
}
#motm a { color: #AAA; margin-top: 15px; }
