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

* {
	outline: 0;
}
.clear {
	clear: both;
}
body,td,th,input,select,option,textarea {
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

body {
	background-image: url('../../images/frontend/background.jpg');
	text-align: center;
}

html,body {
	height: 100%;
}



/** Wrapper and shim **/
#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	height: 693px;
	clear: both;
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -346px;
	float: left;
}


/** Main content div (map) **/
div#map {
	position: relative;
	width: 975px;
	height: 693px;
	background-image: url('../../images/frontend/map.png');
	background-repeat: no-repeat;
}

div#map.map3 {
	background-image: url('../../images/frontend/map3.png');
}

/** Content **/
div#large_content_wrap {
	position: absolute;
	top: 90px;
	left: 100px;
	width: 780px;
	height: 528px;
	
}

div#large_content {
	padding: 10px;

}

div#small_content_wrap {
	position: absolute;
	width: 230px;
	height: 326px;
	top: 90px;
	left: 102px;
}

div#small_content {
	overflow: auto;
	height: 326px;
	padding-left: 5px;
}

div#small_content p {
	margin-top: 0px;                   
}

div.content_plain {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px; 
}

div.content_plain p.title {
	margin-bottom: 5px;
}


/** Other elements **/
div#cross {
	width: 44px;
	height: 47px;
	position: absolute;
	top: 380px;
	left: 360px;
	
}

a#btn_cross {
	width: 44px;
	height: 47px;
	display: block;
	background-image: url('../../images/frontend/cross_off.png');
	background-repeat: no-repeat;
	
}

a#btn_cross:hover, a#btn_cross.active {
	background-image: url('../../images/frontend/cross_on.png');
}

div#subtitle {
	position: absolute;
	top: 535px;
	left: 212px;
	width: 86px;
	height: 40px;
}

a#engel {
	display: block;
	width: 86px;
	height: 40px;
	background-image: url('../../images/frontend/btn_engel_off.png');
	background-repeat: no-repeat;
}

a#engel:hover, a#engel.active {
	background-image: url('../../images/frontend/btn_engel_on.png');
}


/** Hidden buttons **/
div.btn_hidden {
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

a.btn_trigger {
	position: absolute;
	bottom: 0px;
	width: 50%;
	height: 25%;
	left: 25%;
	z-index: 1;
}
a.btn_hidden img {
	border: 0px;
	display: none;
	zoom: 1;
	z-index: 2;
}


div#wrap_fish {
	left: 450px;
	width: 179px;
	height: 81px;
	top: 80px;
}

div#wrap_boat {
	width: 167px;
	height: 207px;
	left: 450px;
	top: 210px;
}

div#wrap_castle {
	width: 207px;
	height: 171px;
	left: 540px;
	top: 440px;
}


/** Opgaven **/
img#title_opgaven {
	
}

div#opgaven_top {
	margin-bottom: 5px;
}

div#opgaven_left {
	float: left;
	width: 240px;
}

div#opgaven_left img {
	border: 0px;
}

div#opgaven_left_wide {
	float: left;
	width: 320px;
}


div#opgaven_left em {
	display: block;
	margin-bottom: 5px;
}

div#opgaven_right {
	float: left;
	margin-left: 20px;
	width: 500px;
	height: 450px;
	overflow-y: auto;
	font-weight: normal;
}

div#opgaven_right_narrow {
	float: left;
	margin-left: 20px;
	width: 420px;
	font-weight: normal;
}


div#opgaven_right p, div#opgaven_right_narrow p {
	margin-top: 0px;
}

div#opgaven_top_left {
	float: left;
}

div#showcase {
	width: 400px;
	height: 300px;
	position: relative;
	margin-top: -15px;
}

div#showcase a , div#showcase img {
	border: 0px;
}

div#opgaven_top_right {
	float: right;
	margin-right: 10px;
	margin-top: 12px; 
}

a#close {
	display: block;
	width: 88px;
	height: 10px;
	background-image: url('../../images/frontend/btn_sluiten_off.png');
	background-repeat: no-repeat;
}

a#close:hover {
	background-image: url('../../images/frontend/btn_sluiten_on.png');
	margin-top: -1px;
}

div#opgaven_buttons.bottom {
	position: absolute;
	bottom: 10px;
}

div#opgaven_buttons {
	margin-top: 5px;
	padding-left: 25px;
}
a#ontw_pavil {
	display: block;
	width: 70px;
	height: 30px;
	background-image: url('../../images/frontend/btn_ontw_pavil_off.png');
	background-repeat: no-repeat;
	margin-right: 25px;
	float: left;	
}

a#ontw_pavil:hover,  a#ontw_pavil.active{
	background-image: url('../../images/frontend/btn_ontw_pavil_on.png');
}

a#vis_eng {
	display: block;
	width: 100px;
	height: 28px;
	background-image: url('../../images/frontend/btn_vis_eng_off.png');
	background-repeat: no-repeat;
	float: left;	
}
a#vis_eng:hover, a#vis_eng.active {
	background-image: url('../../images/frontend/btn_vis_eng_on.png');
}

/** Home buttons **/
div#content_home {
	margin-left: 5px;
	margin-top: 10px;
}
table#homebuttons {
	margin-top: 10px;
}
table#homebuttons td {
	height: 50px;
	text-align: center;
	
}

a.btn_home {
	display: block;
	background-repeat: none;
	border: 0px;
}

a.btn_home span {
	display: none;
}

a#btn_daad {
	width: 50px;
	height: 37px;
	margin-left: 12px;
	background-image: url('../../images/frontend/btn_daad_off.png');
}

a#btn_bai {
	width: 65px;
	height: 49px;
	background-image: url('../../images/frontend/btn_bai_off.png');	
}

a#btn_bai:hover {
	background-image: url('../../images/frontend/btn_bai_on.png');
}

a#btn_gem {
	width: 38px;
	height: 31px;
	margin-left: 6px;
	background-image: url('../../images/frontend/btn_gem_off.png');	
}

a#btn_gem:hover {
	background-image: url('../../images/frontend/btn_gem_on.png');
	margin-left: 5px;
}

a#btn_bna {
	width: 50px;
	height: 31px;
	background-image: url('../../images/frontend/btn_bna_off.png');	
}

a#btn_bna:hover {
	background-image: url('../../images/frontend/btn_bna_on.png');
	
}

a#btn_stim {
	margin-left: 17px;
	width: 65px;
	height: 28px;
	background-image: url('../../images/frontend/btn_stim_off.png');	
}

a#btn_stim:hover {
	background-image: url('../../images/frontend/btn_stim_on.png');
	
}


ul.submissions, ul.submissions li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.submissions {
	margin-left: -4px;
}
ul.submissions li {
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

ul.submissions li img {
	border: 1px solid #333333;
}

div#submission_info {
	margin-top: 10px;
	height: 145px;
	overflow-x: auto;
}

div#submissions_wrap {
	height: 400px;
	overflow-y: auto;
}

em.small {
	font-size: 9px;
}

div.winners {
	margin-left: -10px;
	
}

div.winner img {
	width: 115px;
	height: 65px;
}

div.winner {
	float: left;
	width: 115px;
	overflow-x: hidden;
	margin-bottom: 10px;
	margin-left: 10px;
}
