* {
    margin: 0;
    padding: 0;
}

html {
    height:100%;
    width:100%;
}
 

#bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}


body 
{ 
	height:100%;
    width:100%;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 0.8em;
	color: #111111;	
	overflow-y: scroll;
}

img {
border-style:none; /*prevent firefox from showing annyoing img borders*/
}

a:link {color:#111111; text-decoration:none}
a:visited {color:#111111; text-decoration:none}
a:active {color:#333333; text-decoration:none}
a:hover {color:#333333; text-decoration:underline}

h4 {
	display: inline; /*avoids line break after h-tag*/
}
h5 {
	display: inline;
	font-size: 1.1em;
}
h2 {
	margin-top: 10px;
}

#top_navi {
	position: absolute;
	top: 31px;
	left: 920px;
	color: #f9f9f9;
	font-weight: 600;
}
.top_link a:link {color:#f9f9f9; text-decoration:none;}
.top_link a:visited {color:#f9f9f9; text-decoration:none;}
.top_link a:active {color:#999999; text-decoration:none;}
.top_link a:hover {color:#999999; text-decoration:none;}
#container {
	position: relative;
	right: 100px;
	top: 0px;
	width: 1060px;
	height: 100%;
	margin: 0 auto;
}
#header {
	position: relative;
	top: 0px;
	float: right;
	width: 780px;
	height: 115px;
	background-image: url(images/header.png);
	margin-bottom: 30px;
}
#header_slo {
	position: relative;
	top: 0px;
	float: right;
	width: 780px;
	height: 115px;
	background-image: url(images/header_slo.png);
	margin-bottom: 30px;
}
#content {
	position: relative;
	top: 0px;
	width: 780px;
	float:right;
	margin-bottom: 36px;
	padding-bottom: 40px;
	min-height: 50%;
	font-size: 1em;
	line-height: 1.6em;
	background-image: url(images/content_bg.png);
}
#wrapper {
	float:left;
}
#navi {
	position: relative;
	top: 175px;
	height: 250px;
	width: 160px;
	margin-left: 100px;
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: 600;
	text-align: right;
}
#navi ul {
	list-style-type:none; 
}
.imprint {
	font-size: 0.8em;
	font-weight: 200;
}
#aksioma_logo {
	position: relative;
	top: 190px;
	height: 46px;
	width: 160px;
	margin-left: 100px;
	background-color: #f9f9f9;
	}
#left_column {
	float: left;
	margin: 10px;
	width: 540px;
}
#right_column {
	float:right;
	margin: 10px;
	width: 200px;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 780px;
	height: 36px;
	margin-left: 280px;
	background-image: url(images/footer.png); 
}
.footer_margin {
	margin-right: 30px;
	margin-top: 10px;
	text-align: right;
	font-size: 0.8em;
}
#img_column {
	float: left;
	margin: 10px;
	width: 740px;
}
#vid_column {
	float: left;
	margin: 10px;
	width: 210px;
} 
#vid_h {
	margin: 10px;
}
#full_content {
	margin: 10px;
	width: 740px;
}
.italic  {
	font-style: italic;
}
.grey_bg {
	position: relative;
	left: -10px;
	width: 780px;
	background-image: url(images/grey.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
}
.margin {
	padding-left: 10px;
	margin-right: 10px;
}
.bg_light {
	position: relative;
	left: -10px;
	width: 780px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bold {
	font-weight: 600;
}
.credits_column {
	width: 400px;
}
.grey {
	background-image: url(images/grey.png);
	background-repeat: repeat-y;
	padding: -10px;
	width: 780px;
	float: left;
}
.img_bg_about {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 327px;
	height: 490px;
	background-image: url(images/tactics_fruit01.png);
	background-repeat: no-repeat;
}
.img_bg_archive {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/tactics_fruit02.png);
	background-repeat: no-repeat;
}
.img_bg_activities {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 500px;
	height: 700px;
	background-image: url(images/tactics_fruit03.png);
	background-repeat: no-repeat;
}

.home_link a { 
display: block; 
height: 100%; 
width: 100%; 
}
/*CSS Dropdown Menu*/


/*Main Menu*/

#navi ul li {
background-image: url(images/navi_bg.png); 
padding-right: 5px;
}
#navi ul li:hover {position:relative; z-index: 70; }

/*Sub Menu*/
#navi ul ul {display:none; position:absolute; left:155px; top:5px; font-size: 0.75em; }
#navi ul li:hover ul {display:block;}

#navi ul ul li { width:225px; float:left; display:inline; border:none;}
#navi ul ul li:hover {text-decoration:underline; border:none;}

#navi li:hover ul li ul {display:none;}

#navi ul ul li ul {left:20px;}
#navi ul ul li:hover ul {display:block;}

/*IMG Caption*/
dl {
	width: 182px;
	height: 120px;
	float: left;
	margin: 10px;
}
dt {
	border:1px solid #111;
	font-size:1em;
}
dd {
	position: relative;
	top: 0px;
	margin-top: -20px;
	background-image: url(images/dark_overlay.png);
	background-repeat: repeat-y;
	color:#fff;
	text-align:center;
	font-size:1em;
	font-style:oblique;
}

/*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: 40%; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }
