/*
Green dark:	#6BB300
Green light:#E3ECD6
Grey dark:	#636363
Grey light:	#949494
Red:		#A00113
*/

html {
	height:100%;
}
body {
	color:#000000;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	margin:0px;
	height:100%;
	background-color:#F0F0F0;
}
a {
	color:#A00113;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#6BB300;
	font-weight:bold;
}
a.tooltip {
	color:#000000;
	font-weight:normal;
	position:relative;
	border-bottom:1px dashed #000000;
	cursor:help;
}
a.tooltip span.tooltip_content {
	display:none;
	font-size:9pt;
	font-weight:bold;
	padding:2px;
	border:1px solid #000000;
	background-color:#949494;
	top:20px;
	left:10px;
	width:300px;
	z-index:10;
}
a.tooltip:hover span.tooltip_content {
	display:block;
	position:absolute;
}
img {
	border-style:none;
}
ul, ol {
	margin:0px;
}
.container_300 {
	margin:0px auto;
	width:300px;
	text-align:left;
}
.container_400 {
	margin:0px auto;
	width:450px;
	text-align:left;
}
.title {
	padding:0px 5px;
	background-color:#000000;
	color:#6BB300;
	font-weight:bold;
	font-size:12pt;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
}
.title a {
	color:#6BB300;
}
.comment {
	padding:10px 3px;
	background-color:#E3ECD6;
}
.foot {
	margin-bottom:30px;
	padding:0px 5px;
	background-color:#000000;
	color:#6BB300;
	font-size:9pt;
	font-weight:bold;
	border-radius:0px 0x 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}
.foot a:hover{
	color:#FFFFFF;
}
.error {
	text-align:center;
	font-weight:bold;
	color:#A00113;
}
.input {
	border:1px dotted #000000;
}
.submit {
	border-style:none;
	background-color:transparent;
	color:#6BB300;
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
.icon {
	margin-bottom:-3px;
}
.bbcode_smiley {
	position:relative;
	display:inline-block;
	background-color:#E3ECD6;
	width:19px;
	height:19px;
	overflow:hidden;
}
.title_right {
	float:right;
}
*+html .title_right {
	margin-top:-20px;
}
.bottom_right {
	float:right;
}
.table {
	width:200px;
	margin:0px auto;
	border-collapse:collapse;
	text-align:left;
}
.table th {
	color:#6BB300;
	background-color:#000000;
	font-weight:bold;
	padding:0px 5px;
}
.table td {
	border-bottom:1px solid #000000;
}
.kommentar {
	font-size:9pt;
	font-weight:bold;
}
.small {
	font-size:9pt;
	font-weight:bold;
}
.link_grey a{
	color:#636363;
}
.link_grey a:hover {
	color:#6BB300;
}
.radiused {
	margin:5px;
	border:2px solid #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.shadow {
	box-shadow:2px 2px 2px #636363;
	-webkit-box-shadow:2px 2px 2px #636363;
	-moz-box-shadow:2px 2px 2px #636363;
}
#spot img{
	border:2px solid #000000;
}
#map {
	position:relative;
	top:-20px;
	left:700px;
	width:30px;
}
#main {
	width:780px;
	height:100%;
	background:url('img/shadow.png') repeat-y;
	margin:0px auto;
}
#header {
	width:760px;
	height:133px;
	background-image:url('img/head.png');
	margin:0px 10px;
	position:absolute;
}
*html #header {
	margin-left:-380px;
}
*+html #header {
	margin-left:-380px;
}
#navi {
	width:145px;
	background-color:#E3ECD6;
	margin-left:10px;
	padding:15px 0px 0px 15px;
	position:absolute;
	top:133px;
	bottom:50px;
	text-align:left;
}
*html #navi {
	margin-left:-380px;
}
*+html #navi {
	margin-left:-380px;
}
#training {
	width:145px;
	background-color:#E3ECD6;
	margin-left:10px;
	padding:10px;
	position:absolute;
	bottom:50px;
	font-size:9pt;
	font-weight:bold;
}
*html #training {
	margin-left:-380px;
}
*+html #training {
	margin-left:-380px;
}
#training_more{
	width:145px;
	background-color:#E3ECD6;
	padding:0px 0px 0px 15px;
	margin-left:10px;
	position:absolute;
	bottom:50px;
}
*html #training_more {
	margin-left:-380px;
}
*+html #training_more {
	margin-left:-380px;
}
#content {
	width:600px;
	background-color:#E3ECD6;
	margin-left:170px;
	position:absolute;
	top:133px;
	bottom:50px;
	overflow:auto;
}
*html #content {
	margin-left:-220px;
}
*+html #content {
	margin-left:-220px;
}
#footer {
	width:760px;
 	height:50px;
	background-image:url('img/foot.png');
	margin:0px 10px;
	position:absolute;
	bottom:0px;
}
*html #footer {
	margin-left:-380px;
}
*+html #footer {
	margin-left:-380px;
}
#login {
	text-align:right;
	padding:15px 35px 0px 0px;
	font-size:9pt;
}
#login a:hover {
	color:#FFFFFF;
}

/* Lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 20%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
