/* Base css for Bigfish skin *
** Author: Daniel Meier 
** daniel (dot) meier (at) perse (dot) ch */

/* base tags */

body {
    background: #fafafa;
    margin: 0; padding: 0;	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
	}

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

td {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
}


img {
	margin: 0; padding: 0; border-width: 0; border:0;
	
}

a {
	
	outline:0 dotted #000;
    color: #999999;
    text-decoration: none;
    margin: 0; padding: 0;	
}

a:hover {
    color: #000000;
    text-decoration: none;
    margin: 0; padding: 0;	
}

a.selected {
    color: #000000;
    text-decoration: none;
    margin: 0; padding: 0;	
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
	font-weight: bold;
}

div {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	/*border: solid 1px #222;*/
}

div.admin {
	position: absolute;
	left: 300px;
	top: 570px;
	width: 155px;
	height: 18px;
	background: #ff0;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	height: 600px;
	background: #fff;
}

div.graphicareastart {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 806px;
	height: 410px;
}

div.graphicarea {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 788px;
	height: 552px;
}

div.archive_col0 {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 252px;
}

div.archive_col1 {
	position: absolute;
	left: 272px;
	top: 45px;
	width: 252px;
}

div.archive_col2 {
	position: absolute;
	left: 544px;
	top: 45px;
	width: 252px;
}

div.archive_image {
	position: absolute;
	left: 539px;
	top: 370px;
	width: 200px;
}

div.textarea {
	position: absolute;
	left: 548px;
	top: 406px;
	width: 258px;
	height: 160px;
}

div.textareaspecial {
	position: absolute;
	left: 548px;
	top: 150px;
	width: 258px;
	height: 160px;
}

div.backlink {
    position: absolute;
    left: 548px;
    top: 500px;
    width: 20px;
    height: 20px;
}

div.submenuarea {
	position: absolute;
	left: 572px;
	top: 500px;
	width: 200px;
	height: 30px;
}

div.subnavarea {
    position: absolute;
    left: 740px;
    top: 500px;
    width: 48px;
    height: 20px;
}

div.pdfarea {
    position: absolute;
    left: 548px;
    top: 522px;
    width: 20px;
    height: 20px;
}

div.logoarea {
	position: absolute;
	left: 8px;
	top: 561px;
	width: 120px;
	height: 32px;
}

div.infoarea {
	position: absolute;
	left: 108px;
	top: 570px;
	width: 450px;
	height: 18px;	
}

div.menuarea {
	position: absolute;
	left: 548px;
	top: 570px;
	width: 268px;
	height: 18px;
}

.textblock {display: none;
	position: absolute;
	left: 548px;
	top: 413px;
	width: 238px;
	height: 158px;	
	padding: 0px; margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
	color: black;  
}

.img_off {visibility:visible; height: 133; width: 133; border-width: 0; z-index:1;}
.img_on {visibility:hidden, height: 0; width: 0; border-width: 0; z-index:2;}


.menu:hover .textblock {display: block;
 
}

.menu:hover .img_off {
	visibility:hidden;
	height: 0; 
	width: 0; 
}

.menu:hover .img_on {
	visibility:visible;
	height: 133; 
	width: 133; 
}

div.graphicareaarchive a h1 {display: none;}
div.graphicareaarchive a p {display: none;}

div.graphicareaarchive a:hover h1 {display: block;
	position: absolute;
	left: 548px; top: 413px; width: 258px; height: 18px;   
	padding: 0px; margin: 0px; z-index: 100;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
	font-weight: bold;
	color: black;   
}

div.graphicareaarchive a:hover p {display: block;
	position: absolute;
	left: 548px; top: 437px; width: 258px; height: 140px;   
	padding: 0px; margin: 0px; z-index: 100;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;	
	color: black;   
}

div.graphicareaarchive a:hover img.img_on {
	position: absolute;
	left: 400px; top: 400px; width: 133px; height: 133px;
	padding: 0px; margin: 0px; z-index: 100;	 	
	visibility:visible;
	height: 133; 
	width: 133; 
	border-width: 0;
}



