/**
 *@file: templates/orange/screen.css
 */


*{
	/*margin:0px;
	padding:0px;*/
}

body {
	color:black;
	font-family:arial, "lucia console", sans-serif;
	font-size:15px;
	margin:0; 
	background: url('images/bg_outside.png') repeat top fixed; /*schuine strepen*/
	padding-left:50%;
}
#container{
	width:800px;
	margin:25px 0 25px -400px;
	padding:0px;
	
}
#top{
	text-align:center;
	width:100%;
	height:230px;
	margin:0px;
	padding:0px;
	background:url('images/top_images/index.php') no-repeat center; /*wisselende afbeelding*/
}
#top h1{
	background:url('images/top_mask.png') no-repeat; /*mask rond de afbeelding, afgeschuinde hoeken*/
	height:230px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
}
#navigation{
	padding:0px;
	margin:-47px 0px 0px 30px;
	width:100%;
}
#language, #search{
	display:none;
}

#main{
	padding:10px;
	vertical-align:top;
	background: url('images/bg_inside.png') repeat-x bottom #FF9900; /*gradiënt-bottom + background light orange*/
	margin-top:-20px;
	min-height:250px;
}
#side{
}

#bottom{
	clear:both;
	padding:10px;
	text-align:center;
	background: url('images/bg_bottom.png') no-repeat bottom;
	margin-bottom:30px;
}

h1{
	margin:20px 10px 10px 10px;
}
h2{
	margin:10px 10px 10px 10px;
	font-size: 25px;
	font-weight:bold;
}
h3{
	margin:10px 10px 10px 20px;
	font-size: 20px;
	font-weight:bold;
}

img{
	margin:5px;
	margin-right:20px;
	border-right:2px solid #B35012;
	border-bottom:2px solid #B35012;
}

p{
	margin:10px 10px 10px 20px;
	text-indent:0px;
	text-align:justify;
}

a{
	text-decoration:none;
	color:#173196;
}
a:hover{
	text-decoration:underline;
}
a.externalLink{
	background: url('images/external_link.png') no-repeat right;
	padding-right:10px;
}
/*.box.default a[href^="http:"] {
	background: url('images/external_link.png') no-repeat right top;
	padding-right:10px;
}
/* .box.default a[href^="http:www.sensunique.be"],
.box.default a[href^="http:sensunique.be"]{
	background-image:none;
	padding-right:0px;
}*/

table{
	font-family:arial, "lucia console", sans-serif;
	font-size:15px;
}
th{
	
}
td{
	
}

table.calendarList{

}
table.calendarList td, table.calendarList th{
	
}
table.calendarList tr:hover td{
	background:#EE8800;
}

ul{
	margin:5px 5px 5px 10px;
}
li{
	margin: 0px 5px 0px 10px;
}

#navigation ul{
	margin:0;
	padding:0;
}
#navigation li{
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}
#navigation li a img{
	margin:0px;
	padding:0px;
	border:none;
}

noscript{
	display:block;
	border: 2px solid red;
	margin: 10px;
	padding:10px;
	color: red;
}