#lang_applet{
	position:relative;
	left:550px;
	top:290px;
}
#right_head em{
	font-size:small;
	color:#80ff00;
}
#adv-misc{
	background:transparent url(/static/images/sidebar_body_black.png) repeat-y right top;
	width:225px;
	margin-left:95px;
	padding-top:5px;
text-align:center;
}
body{
	background:#ff7c00 url(/static/images/background.png) repeat-x scroll left top;
	font-family:verdana;
}
p{
	margin-bottom:1em;
}
ul{
	margin-left:20px;
	margin-bottom:5px;
	list-style:square;
}
ul>li{
	margin-bottom:5px;
}
button:hover{
	cursor:pointer;
}
#wrapper{
	position:relative;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:900px;
	top:50px;
}
#col_left{
	position:relative;
	top:50px;
	left:0;
	width:320px;
	float:left;
	z-index:1000;
}
#left_head{
	width:100%;
	height:188px;
	min-height:188px;
	background-image:url('/static/images/left_head.png');
}
#left_head > h2{
	width:100%;
	padding-top:75px;
	text-align:center;
	color:#ea3100;
	font-size:24px;
	font-family:verdana;
}
#left_head > p{
	font-size:16px;
	color:#ea3100;
	margin-right:20px;
	text-align:right;
}
#left_content{
	width:100%;
	min-height:500px;
	height:500px;
	background-repeat:no-repeat;
	background-position: top right;
	z-index:900;
}
#left_content h2{
	color:red;
	margin-bottom:10px;
}
#session{
	background:transparent url(/static/images/sidebar_top_black.png) no-repeat right top;
	height:60px;
	width:100%;
}
#btn_session{
	height:40px;
	width:220px;
	margin-left:25px;
	margin-top:5px;
	border:none;
}
.btn-session-nl{
	background:transparent url(/static/images/btn_session_small.png) no-repeat center top;
}
.btn-session-en{
	background:transparent url(/static/images/btn_session_en_small.png) no-repeat center top;
}
#free-session{
	width:100%;
	height:70px;
	text-align:center;
	clear:both;
	padding-bottom:20px;
}
#btn-free-session{
	margin-top:10px;
	height:66px;
	width:279px;
	border:none;
}
.btn-free-nl{
	background:transparent url(/static/images/btn_session.png) no-repeat center top;
}
.btn-free-en{
	background:transparent url(/static/images/btn_session_en.png) no-repeat center top;
}
#menu{
	background:transparent url(/static/images/sidebar_body_black.png) repeat-y right top;
	min-height:200px;
	width:100%
	margin-top:45px;
	padding-left:120px;
	padding-bottom:20px;
	color:#848484;
	z-index:800;
}
#menu>ul{
	list-style:none;
	margin-bottom:0;
	margin-left:0;
	z-index:700;
}
#menu>ul>li{
	margin-bottom:0;
}

#sidebar_bottom{
	background:transparent url(/static/images/sidebar_bottom_black.png) no-repeat right top;
	height:42px;
	min-height:42px;
	width:100%;
}
#menu>ul{
	display:table;
}
#menu>ul>li{
	padding-bottom:10px;
	color:#848484;
}
#menu a{
	color:#848484;
	text-decoration:none;
	margin-left:20px;
}
#menu a:hover{
	color:white;
}
#menu a.active{
	color:white;
}
#col_right{
	position:relative;
	width:640px;
	float:right;
	<!--[if IE]>
	z-index:-15;
	<![endif]>
}
#right_head{
	position:relative;
	width:640px;
	height:425px;
	min-height:425px;
	background:transparent url(/static/images/top_center.png) no-repeat center top;
	z-index:0;
	<!--[if IE]>
	z-index:0;
	<![endif]>
}
#right_head>a{
	text-decoration:none;
}
#right_head>a>h1{
	color:white;
	font-size:xx-large;
	text-decoration:none;
	padding-top:35px;
	margin-left:30px;
}
#right_head>a>h3{
	color:#80ff00;
	font-size:x-large;
	text-decoration:none;
	text-align:right;
	margin-right:250px;
}
#testimonials{
	width:350px;
	color:white;
	font-size:18px;
	font-style:italic;
	display:none;
}
#testimonials>cite{
	margin-top:130px;
	margin-left:30px;
}
#slideshow{
	height:174px;
	width:260px;
	display:none;
}
#slideshow>img{
	margin-left:35px;
	padding-top:8px;
}
#right_content{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:white;
	min-height:300px;
	<!--[if IE]>
	z-index:-15;
	<![endif]>
	/*height:200px;*/
	/*overflow:hidden;*/
}
#right_content h1{
	color:orange;
	margin-bottom:20px;
}
#right_content h2{
	padding-top:10px;
	padding-bottom:10px;
}
#footer{
	clear:both;
	height:50px;
	width:100%;
	min-height:50px;
	background:transparent url(/static/images/footer.png) no-repeat center top;
	margin-bottom:50px;
}
#footer>p{
	padding-top:15px;
	color:white;
	text-align:center;
	font-size:small;
}
#portret{
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}
/*forms*/
label{
	width:150px;
	padding-left: 20px;
	margin:5px;
	float:left;
	text-align:left;
}
input{
	margin:5px;
	padding:0;
	float:left;
}
.boxyform>label{
	padding-left:0;
	width:95px;
	float:left;
	text-align:left;
}
br
{clear:left}
h2.entryTitle{
	margin-bottom:0px;
	margin-left:0px;
}
div.entry>h2.entryTitle{
	margin-left:10px;
}
h2.entryTitle>a{
	color:orange;
	text-decoration:underline;
	font-size:large;
}
div.entryContent img{
	margin-left:10px;
	margin-right:10px;
	border:solid black 2px;
	float:left;
}
ol#commentList li{
	border-top:solid black 1px;
}
#comments{
	margin-top:20px;
}
#comments h3{
	margin-top:20px;
	border-top:solid black 1px;
	padding-top:10px;
}
ul.errorlist{
	font-size:xx-small;
	color:red;
	list-style:none;
	margin-left:175px;
}
#menu li.selected>a{
	color:white;
}
#menu li.ancestor>a{
	color:white;
}
.boxyform ul{
	list-style-type:none;
	margin-top:10px;
}
.boxyform ul li{
	padding:0;
}
.right{
	float:right;
	margin-right:15px;
}
.left{float:left;}
.left_inline{
	float:left;
}
div.FieldWrapper li{
list-style:none;
float:left;
}
ul.errorlist li{
float:none;
clear:both;
}
label.required{
font-weight:700;
}

