body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #595959;
	margin: 0px;
	}

body {
	background: #C6E5F4 url(../img/bck_page.gif) no-repeat center top;
	margin-top: 0;
	margin-left: 0;
}

#container {
	width: 730px;
	margin: 15px auto;
}

#header {
	height: 90px;
	background: url(../img/lgo_ecover.gif) no-repeat;
}

#logo {
	margin-bottom: 15px;
}

/* @group search bar */

#searchbar {
	background-color: #dedcd7;
	padding-left: 28px;
	padding-top: 2px;
	height: 18px;
	font-size: 9px;
}

#searchbar.title {
	color: #595959;
}

#languages {
	float: right;
}

#languages a:link {
	font-size: 9px;
}

#searchbar a:link, #searchbar a:visited {
	text-decoration: none;
	color: #595959;
}

#searchbar .title {
	float: left;
}



/* @end */

/* @group navigation bar */

#navigationbar {
	background-color: #00a4e1;
	font-size: 11px;
	padding-left: 30px;
}

#navigationbar { /* eerste niveau */
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:4px;
}

#navigationbar a {
	padding-right: 20px;
}

#navigationbar a, #navigationbar a:visited {
	color: #ffffff;
    text-decoration: none;
}

#navigationbar a:hover {
    color: #EC008C;
	text-decoration: none;
}




/* @end */

#navigation_spacer {
	height: 20px;
	background-color: #f1f0ef;
	margin-bottom: 5px;
	color: #595959;
}

/* @group Content */

#latest_movies {
	border: 1px solid #d4f1fe;
}

.description {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	padding: 10px;
	border: 1px solid #d4f1fe;
	margin-bottom: 5px;
	background-color: white;
	min-height: 450px;
}

#choose_lang {
	float: right;
}

#content_td {
	padding-right: 5px;
	width: 551px;
}

#main_table {
	margin-top: 5px;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #81c721;
}

#content a:hover {
	color: #81c721;
	text-decoration: underline;
}

.box {
	margin-bottom: 20px;
}

.title {
	color: #6EA91C;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.boxtitle {
	color: #595959;
	font-weight: bold;
	border-bottom: 1px solid #00a4e1;
}




/* @end */

#right_box {
	width: 174px;
}

/* @group footer */

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size:11px;
}

#footer {
	text-align:center;
	padding-top:5px;
	color: #ffffff;
	font-size: 11px;
	background-color: #00a9eb;
}

/* @end */

#main {
	display: block;
}

#main_left {
	width: 551px;
	float: left;
}

#main_right {
	padding-left: 556px;
}

.inv {
	visibility: hidden;
}

.movie_image {
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.sep {
	border-bottom: 1px dotted #c6e5f4;
}



