@media screen
{
* {
	margin:0;
	padding:0;
}
html, body {
	height: 101%;
}
body {
	background-color:#000;
	color:#fff;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}
div#distance {
	width:1px;
	height:50%;
	margin-bottom:-17.5em; /* half of container's height */
	float:left;
}
div#page_container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:560px;
	width:960px;
	clear:left;
	border:1px solid #333;
}
div#container {
	position:absolute;
	top:0px;
	left:0px;
	height:560px;
	width:960px;
}
.round_box_topleft {
	top:-1px;
	left:-1px;
}
.round_box_topright {
	top:-1px;
	right:-1px;
}
.round_box_bottomleft {
	bottom:-1px;
	left:-1px;
}
.round_box_bottomright {
	bottom:-1px;
	right:-1px;
}
.round_box_topleft,
.round_box_topright,
.round_box_bottomleft,
.round_box_bottomright {
	position:absolute;
	width:6px;
	height:6px;
	font-size:1px;
	z-index:101;
}
div#outer_intro_pane {
	position:relative;
	float:left;
	margin:0;
	background-color:#333;
	height:35em;
	width:250px;
	text-align:center;
	z-index:10;
	filter: alpha(opacity=90);
	opacity:.9;
}
div#inner_intro_pane {
	background-color:#212020;
	margin-left:11px;
	height:33.65em;
	width:226px;
	text-align:center;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	z-index:10;
}
div#inner_intro_pane img {
	margin:2px 0 0 0;
	padding:0;
	border:none;
}
div#intro_pane_head {
	background-color:#333;
	height:1em;
	width:100%;
}
div#background_image {
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:560px;
	z-index:0;
}
div#info_container_left {
	margin:0;
	padding:5px;
	float:left;
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#fff;
	width:150px;
	height:550px;
	background-color:black;
	filter: alpha(opacity=90);
	opacity:.9;
	z-index:1;
}
div#info_container_right {
	position:relative;
	margin:0;
	padding:25px;
	float:left;
	width:500px;
	height:510px;
	font-size:0.75em;
	color:#fff;
	background-color:black;
	filter: alpha(opacity=90);
	opacity:.9;
	z-index:1;
}
div#info_content {
	height:55px;
}
div#info_container_right div#news {
	margin: 15px 42px 0 0;
	font-family: verdana;
	font-weight: normal;
}
div#info_container_right div#news .date {
	display: block;
	font-size: 1em;
	font-style: italic;
	font-family: georgia;
	color: #666;
	padding: 0 0 3px 0;
	margin: 0 0 0.7em 0;
	border-bottom: 1px solid #333;
}
div#newest_image_container img {
	display: inline-block;
	margin-right: 2px;
	padding: 2px;
	border: 3px solid #333;
	background-color: black;
}
div#info_container_right ul {
	margin: 5px 0 0 0;
	padding: 0px;
}
div#info_container_right ul {
	margin-left: 15px;
	padding: 0px;
	list-style-type: square;
}
div#website_name {
	font-family:verdana;
	font-size:0.9em;
	letter-spacing:0.28em;
	color:#999;
	text-align:left;
	margin:115px 0 0 10px;
}
div#flag_container {
	position:absolute;
	top:20px;
	right:25px;
}
/* INTRO NAVIGATION  -------------------------------------------------------> */
div#intro_navigation {
	
	margin:7em 10px 0 10px;
}
div#intro_navigation ul {
	list-style:none;
}
div#intro_navigation li {
	padding:0.4em 5px 0.4em 0.7em;
	/*border-bottom:1px solid #555;*/
	color:#fff;
	cursor:pointer;
}
div#intro_navigation li.space {
	border:none;
	margin:0px;
	padding:0px;
	height:27px;
}
div#intro_navigation li a,
div#intro_navigation li a:visited {
	font-family:"Trebuchet MS";
	color:#fff;
	text-decoration:none;
	text-align:right;
	display:block;
}
div#intro_navigation li:hover {
	border-color:#999;
	color:#ff9900;
}
div#intro_navigation li a:hover {
	color:#ff9900;
}


/* IMPRINT -----------------------------------------------------------------> */
div#imprint {
	padding:98px 20px 0 15px;
	text-align:left;
	font-size:0.8em;
	font-family:"Trebuchet MS";
}
div#imprint span.copyright {
	font-size:0.9em;
	
}
div#imprint h1 {
	font-size:1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
div#imprint a {
	color:#ccc;
}

/* CONTACT -----------------------------------------------------------------> */
div#contact {
	float:left;
	margin:5em 0 0 7em;
}
div#contact_ben {
	background-image:url(../img/ben_background.jpg);
	background-repeat:no-repeat;
	width:226px;
	height:233px;
}
div#contact_isa {
	background-image:url(../img/isa_background.jpg);
	background-repeat:no-repeat;
	width:226px;
	height:188px;
	padding-top:45px;
}
div#contact h1 {
	padding-bottom:2px;
	margin-bottom:10px;
	
}
div#contact p {
	padding:5px 0;
}
div#contact td.legend {
	width:60px;
	padding:5px 0;
}
div#contact td.submit {
	padding:15px 0;
}
div#contact label {
	padding-top:0.5em;
	color:#666;
}
div#contact input.text {
	background-color:#000;
	border:1px solid #333;
	color:#fff;
	padding:3px 3px;
	font-family:"Trebuchet MS";
	font-size:1em;
}
div#contact textarea {
	background-color:#000;
	border:1px solid #333;
	color:#fff;
	padding:5px;
	font-family:"Trebuchet MS";
}
div#contact input.button {
	background-color:#000;
	border:0;
	padding:3px 0;
	color:#fff;
	cursor:pointer;
	font-family:"Trebuchet MS";
	text-align:left;
	font-size:1.1em;
}
div#contact a.button {
	margin-left:20px;
	background-color:#000;
	border:0;
	padding:0;
	color:#fff;
	cursor:pointer;
	font-family:"Trebuchet MS";
	text-align:left;
	font-size:1.1em;
	text-decoration:none;
}

img {
	border:none;
	background-color:transparent;
}
img.intro {
	margin-top:0.6em;
	cursor:pointer;
}


div#layer {
	position:absolute;
	height:560px;
	width:960px;
	background-color:#000;
	filter: alpha(opacity=50);
	opacity:.5;
	z-index:99;
}
div#loading {
	background:transparent url(../img/loading.gif) no-repeat left center;
	position:absolute;
	padding:15px 0px 15px 75px;
	vertical-align:middle;
	z-index:250;
}
/* GALLERY  ----------------------------------------------------------------> */
div#top_navigation {
	position:absolute;
	top:0;
	left:0;
	font-size:0.7em;
	font-family:verdana;
	background-color:transparent;
	border-bottom:1px solid #333;
	z-index:10;
	width:960px;
}
div#top_navigation span {
	margin-left:50px;
}
div#top_navigation span a {
	color:#666;
	text-decoration:none;
}
div#gallery .content {
	margin:2em;
}
div.gallery_navigation {
	position:relative;
	background-color: black;
	z-index: 20;
	width: 896px;
	height: 43px;
	filter: alpha(opacity=80);
	opacity:.8;
}
div.image_navigation {
	position:absolute;
	top: 26px;
	left: 27px;
	background-color: black;
	z-index: 20;
	width: 906px;
	height: 43px;
	filter: alpha(opacity=30);
	opacity:.3;
}
div.image_navigation:hover {
	filter: alpha(opacity=80);
	opacity:.8;
}
div.image_action_topleft {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
	width: 70px;
	height: 70px;
	filter: alpha(opacity=30);
	opacity:.3;
	background: url(../img/image_action_topleft.gif) no-repeat;
}
div.image_action_topright {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
	width: 70px;
	height: 70px;
	filter: alpha(opacity=30);
	opacity:.3;
	background: url(../img/image_action_topright.gif) no-repeat;
}
div.image_action_bottomleft {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 20;
	width: 70px;
	height: 70px;
	filter: alpha(opacity=30);
	opacity:.3;
	background: url(../img/image_action_bottomleft.gif) no-repeat;
}
div.image_action_bottomleft img {
	position:absolute;
	left:5px;
	bottom:5px;
}
div.image_action_bottomright {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 20;
	width: 70px;
	height: 70px;
	filter: alpha(opacity=30);
	opacity:.3;
	background: url(../img/image_action_bottomright.gif) no-repeat;
}
div.image_action_bottomright img {
	position:absolute;
	right:5px;
	bottom:5px;
}
div.image_action_topleft img {
	position:absolute;
	left: 10px;
	top: 10px;
}
div#help_container_hoverbar {
	position:absolute;
	top:70px;
	left:25px;
	width:370px;
	filter: alpha(opacity=80);
	opacity:.8;
	z-index:99;
}
div#help_container_images {
	position:absolute;
	bottom:25px;
	left:25px;
	width:370px;
	filter: alpha(opacity=80);
	opacity:.8;
	z-index:99;
}
div#help_container_controls {
	position:absolute;
	top:70px;
	right:25px;
	width:250px;
	filter: alpha(opacity=80);
	opacity:.8;
	z-index:99;
}
div#help_container_slideshow {
	position:absolute;
	top:5px;
	right:25px;
	min-width:450px;
	text-align:right;
	filter: alpha(opacity=80);
	opacity:.8;
	z-index:99;
}
div#gallery div.underline {
	clear:both;
	height:1px;
	border-bottom:1px solid #333;
	margin:0px;
	padding:0px;
}
div#gallery .content span.title {
	padding-left:10px;
	float:left;
	color:#333;
	font-size:1.8em;
	font-weight:bold;
}
div#gallery .gallery_message {
	float:left;
	margin:21px 0 0 21px;
	
}
div#gallery .gallery_image {
	float:left;
	margin:21px 0 0 21px;
	width:124px;
	height:124px;
	background:#000 url(../img/loading.gif) no-repeat center center;
	font-size:0.7em;
	color:#333;
	cursor:pointer;
	border:1px solid #000;
}
div#gallery .gallery_image:hover {
	border:1px solid #fff;
}
div#gallery .content .controls {
	float:right;
	margin:0.6em 0 0 0;
}
div#gallery #link_cross {
	float:left;
	margin:0.9em 0 0 1.35em;
}
div.image_action_topleft #link_cross {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#gallery #link_next {
	margin-right:15px;
}
a.actions {
	position:absolute;
	z-index:100;
}
a.actions img {
	filter: alpha(opacity=40);
	opacity:.4;
}
a.actions img:hover {
	filter: alpha(opacity=80);
	opacity:.8;
}
a#image_info_icon {
	
}
div#image_info {
	position:absolute;
	left:25px;
	bottom:25px;
	filter: alpha(opacity=70);
	opacity:.7;
}
div.info_container div {
	display:inline-block;
	vertical-align:top;
	font-size:0.8em;
}
div#image_exif {
	width:250px;
	
	
}
div#image_exif span span {
	display:inline-block;
	width:120px;
	text-align:right;
	font-size:1em;
}

div#image_description {
	width:500px;
	padding-left:10px;
	border-left:1px solid #333;
}
div#image_download {
	width:100px;
	text-align:right;
}
div#image_download ul {
	margin:0;
	padding:0;
}
div#image_download ul li {
	margin:0;
	padding-left:10px;
	list-style: none;
	
}
div.info_container span {
	display:block;
	font-size:0.8em;
	font-family:verdana;
	color:#666;
}
div.info_container span b {
	font-family:georgia;
	color:white;
}

ul.info_container_tabs {
	position: relative;
	left: 5px;
	top: 0;
	margin: 0;
	padding: 0;
}
ul.info_container_tabs li {
	display: inline-block;
	list-style: none;
	background-color: black;
	margin-right: 2px;
	padding: 2px 5px;
	color: #666;
	font-size: 0.7em;
	font-family: verdana;
}
ul.info_container_tabs li.active {
	background-color: #333;
	color: white;
}

/* IMAGE -------------------------------------------------------------------> */
div#image {
	/*background:#000 url(../img/loading.gif) no-repeat center center;*/
	position: absolute;
	top: 5px;
	left: 5px;
	text-align:center;
	height:550px;
	width:950px;
	overflow:hidden;
	z-index:0;
	font-size:0.8em;
	color:#333;
	cursor:pointer;
}
/* TABBED PANE  ------------------------------------------------------------> */
div.tabbed_pane {
	margin-top:-1.5em;
	margin-left:5em;
}
div.tabbed_pane ul {
	list-style:none;
}
div.tabbed_pane li {
	display:inline;
	margin-left:0.1em;
}
div.tabbed_pane li.space {
	margin-left:2em;
	border:none;
	background-color:transparent;
}
div.tabbed_pane li a,
div.tabbed_pane li a:visited {
	border:solid #333;
	border-width:1px 1px 0 1px;
	background-color:#222;
	height:25px;
	padding:0 0.7em 0 0.7em;
	font-family:"Trebuchet MS";
	color:#333;
	text-decoration:none;
}
div.tabbed_pane li:hover {
	
}
div.tabbed_pane li a:hover {
	color:#999;
	border-color:#444;
	background-color:#333;
}
/* HOVER NAVIGATION  -------------------------------------------------------> */
div#hover_navigation {
	position:absolute;
	filter: alpha(opacity=70);
	opacity:.7;
	z-index:99;
	width:250px;
	min-height:200px;
}
div#hover_navigation ul {
	list-style:none;
}
div#hover_navigation li {
	padding:0.4em 0 0.4em 0.7em;
	border-bottom:1px solid #ccc;
	color:#fff;
	cursor:pointer;
}
div#hover_navigation li.last {
	border:none;
}
div#hover_navigation li.space {
	border:none;
}
div#hover_navigation li a,
div#hover_navigation li a:visited {
	font-family:"Trebuchet MS";
	color:#fff;
	text-decoration:none;
}
div#hover_navigation li:hover {
	border-color:#999;
	background-color:#333;
	color:#ff9900;
}
div#hover_navigation li a:hover {
	color:#ff9900;
}
/* TABLE FRAMEWORK ---------------------------------------------------------> */
td.content_top_left {
	width:6px;
	height:6px;
	background-image:url('../img/box_topleft.gif');
}
td.content_top {
	height:6px;
	background-image:url('../img/box_topline.gif');
}
td.content_top_right {
	width:6px;
	height:6px;
	background-image:url('../img/box_topright.gif');
}
td.content_left {
	width:6px;
	background-image:url('../img/box_leftline.gif');
}
td.content_center {
	background-color:#000;
}
td.content_right {
	width:6px;
	background-image:url('../img/box_rightline.gif');
}
td.content_bottom_left {
	width:6px;
	height:6px;
	background-image:url('../img/box_bottomleft.gif');
}
td.content_bottom {
	height:6px;
	background-image:url('../img/box_bottomline.gif');
}
td.content_bottom_right {
	width:6px;
	height:6px;
	background-image:url('../img/box_bottomright.gif');
}

}