/*
	Stylesheet Created by Laurens van der Burgt
*/


/* layout */

#fotobar {
	margin-bottom: 12px;
	padding: 0px;
	text-align: left;
}

#main_container {
	width: 1000px;
	padding: 0px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #369636;
	line-height: 1.5;
}

div#main {		
	background-image: url(images/white2grey.gif);
	background-repeat: repeat-y;	
	-moz-border-radius: 10px 10px 10px 10px;    
    border: 1px solid #346F97;
	padding-top: 10px
}

#content {		
	width: 800px;
	min-height: 500px;
	margin-left: 170px;	
	margin-bottom: 10px;	
	padding: 0px;
}

#left_container {
	float: left;
	width: 150px;
	margin-top: 20px;	
	margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	border-right: 1px solid #dddddd;	
}

#right_container {
	float: right;
	width: 150px;	
	height: 300px;
	
	margin-top: 20px;	
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	
	font: 10px Verdana;
	color: #555555;
	text-align: center;
	border-left: 1px solid #dddddd;
}

#middle_container {
	width: 630px;
	min-height: 500px;
	margin-left: 170px;
	margin-right: 170px;	
	padding: 0px;	
}

#intro {
	/*height: 300px;*/			
}



/* General elements */

body {
	background-color: #369636;
	font: 12px Verdana;
}

input {
	border: 1px solid black;
	background-color: #eeeeee;
	font: 10px Verdana;	
}

textarea {
	border: 1px solid black;
	background-color: #eeeeee;
	font: 10px Verdana;
}

td {
	background-color: #ffffff;
	font: 12px Verdana;
	border-bottom: 1px solid #bcc6cc;
}

hr {
	border: 1px solid #555555;
}

h1 {
	font: 22px Trebuchet MS;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font: 16px Trebuchet MS;
	font-weight: bold;
}

h3 {
	font: 12px Trebuchet MS;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	color: #36b63f;
	text-decoration: none;
	font-weight: bold;	
	border: 0px;
}

a:hover{
	color: #16961f;
}

li {
	margin: 8px;	
}

object {
	padding: 0px;
	margin: 0px;
}

/* specific elements */

div#logo {
	position: absolute;
	top: 10px;
	left: 750px;	
	width: 250px;
	height: 165px;
	background-image: url('images/logo.png');
	z-index: 10;
}

.TableHeader td {
	background: #bcc6cc;
	font-weight: bold;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}

a.title {
	color: #000000;
	text-decoration: underline;
}

a.secnav {
	color: #36b63f;	
	font-weight: normal;
}

a.secnav:hover{
	color: #36b63f;
}

a.footer{
	color: #ffffff;
	font-weight: normal;
}

ul.mainnav {
	font: 20px Trebuchet MS;
	font-weight: bold;
	font-variant: small-caps;
	color: 36b63f;
	list-style-type: none;
	padding: 0px;
	margin: 5px;	
}

ul.secnav {
	font: 14px Trebuchet MS;
	font-variant: small-caps;
	border: 1px dashed black;
	background-color: #dddddd;
	list-style-type: none;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#edittag {
	border-top: 1px solid #36b63f;
	font: 10px Arial;
	font-style: italic;
	color: #36b63f;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 260px;
	padding: 5px;
	text-align: right;
}

#newstag {
	font: 10px Arial;
	font-style: italic;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 60px;
	padding: 5px;
	text-align: right;
}	
	
	
#newsitem {
	border: 1px dashed black;
	background-color: #ffffee;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px;
}

#newsoverview {
	margin: 20px;
	margin-bottom: 40px;
}

#footer {
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
	font: 10px Verdana;
	color: #ffffff;
}

#sidebar {
	float: right;		
	width: 150px;
	border: 3px solid green;
	border-left: none;
	margin-left: 551px;
	padding: 10px;
	background-color: white;
}

/* parcours */

#map {
	margin: 50px;	
	border: 1px solid black;
	width: 700px;
	height: 500px;
}

#pos {	
	border: 2px solid black;
	width: 150px;
	height: 25px;	
}

.coordinates {
	position:absolute;
	right:0px;
	font-size: 8pt;	
	color: #ECF6FC;
}

/* jcarousel */

.jcarousel-skin-tango .jcarousel-container-horizontal {
	height: 166px;
    width: 878px; /* width - 40 - 80 - (2*1) */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 80px;	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: 100%
}

.jcarousel-skin-tango .jcarousel-item {
    height: 150px;
    width: 400px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	top: 83px;    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	top: 83px;    
}

/* tool tips */

.tip {
	background: #A8BCCF;
	color: black;
	padding: 15px;
	opacity: 0.85;
	border: 1px solid black;
}

.tip td {
	color: black;
	background: #A8BCCF;
	border: none;
}
