@charset "utf-8";
/*
 * Galerie RECOLTE 2008
 * Based SenCSS 0.4 - Sensible Standards CSS framework
 *
 * SenCSS 0.4 Copyright (c) 2008 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information. 
 * Licensed under the MIT license.
 */
html,body,div,span,applet,object,iframe,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,strong,tt,var,dl,dt,dd,blockquote,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td {
	background:transparent;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#ffffff;
	color:#000000;
	font:75%/1.5em 'Lucida Grande',Helvetica, Verdana, sans-serif;
	position:relative;
}
img.gecko {
	position:absolute;
	top:0px;
	left:100px;
}
	a { 
    color: #0066ff; 
	text-decoration: underline; 
	}
a:hover { 
    color: #ff6600; 
	text-decoration: none; 
	}
div#page {
	text-align: left;
	background: white;
	width: 780px;
	margin: 0px auto; 
}
div#head {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px; 
	background: url("../basicimg/bg.gif") repeat-x top left;
	font-family: Helvetica, Palatino, Verdana, 'Trebuchet MS', sans-serif;
	font-weight: normal;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:0px;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding:12px 20px 0px 20px;
	height:40px;
	text-shadow: #909090 1px 1px 2px;
}
ul#menu li a.hr{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	margin: 0px; 
	padding:12px 20px 0 20px;
	height:40px; 
	background: url("../basicimg/here.gif") repeat-x top left; 
	text-shadow: #000000 1px 1px 2px; 
	}
ul#menu li a:hover{
	color:#ffffff;
	background: url("../basicimg/bbg.gif") repeat-x top left; 
	text-shadow: #202020 1px 1px 2px;
}
ul#menu li a:hover.hr{
	color:#ffffff;
	background:url("../basicimg/here.gif") repeat-x top left; 
	}
ul#menu li a:active{
	color:#000000; 
	}

div#main {
	margin: 0px 0px 20px 0px; 
	text-align: center;  
}
div#main p {
	margin: 0px 0px 20px 0px; 
	text-align: center;  
}
div#main h1 { margin: 10px 0px 10px 0px; 
     color: black;
     font-size: 18pt; 
	 font-weight: bold; 
	 letter-spacing: 2px; 
}
div#main h2 {
	margin: 0px 0px 20px 0px; 
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	color: gray; 
    font-weight: bold;
    font-size: 18pt; 
	line-height: 135%;
}
div#main ul {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	font-size: 100%;
	margin-left: 40px;
	margin-bottom: 1em;
	margin-right: 30px;
}
div#main li {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	font-size: 100%;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 30px;
	list-style: disc;
}

div#profile {
    line-height: 2em;
	width: 580px;
	text-align: left;
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 30px 0px; 
}
div#profile_y {
    line-height: 2em;
	float: left;
	width: 100px; 
	text-align: right; 
	margin: 0px 0px 30px 0px; 

}
div#foot {
	color: #909090; 
	clear: both;
	padding: 0px; 
	margin: 0; 
	text-align: center; 
	border: 0px; 
	}
div#foot a{
	color: inherit;
	font-weight: bold; 
	border: 0px; 
	}
div#caption {
    font-size: 10px;
	text-align: center;
	color: gray;
	clear: both; 
	margin: 10px; 
}
table {
	text-align: center; 
	border-collapse:collapse;
	border-spacing:0;
	margin: auto; 
	width: 700px; 
	clear: both; 
}
table td {
    padding: 0px; 
	}
h2 {
	font-family: Cochin, 'Lucida Grande', Helvetica, verdana, sans-serif; 
	Font-style: italic; 
	font-weight: normal;
	font-size: 21pt;
	padding: 0px 0px 5px 0px; 
	margin: 20px 0px 0px;
	letter-spacing: 0px; 
	color: #202020;
	border-bottom: 1px solid silver;
}
p {
    text-align: left;
	font-size: 9pt;
	}
p.infobox {padding: 5px 0px 0px 5px; width: 770px; height: 75px; overflow: auto; border: silver 1px solid;}
/* pagelink */

ul.pagelinks { 
   padding: 0px;
   margin: auto;
   width: 14em; 
}
ul.pagelinks li {
   width: 1.2em;
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid blue;
   float: left;
   margin: 0.1em;
   padding: 0px;
   font-family: 'Lucida Sans',Helvetica, Arial, "Bitstream Vera Sans",sans-serif;
   font-weight: bold;
   text-align: center; 
}
ul.pagelinks li a {
   display: block;
   text-decoration: none;
   width: 1.2em;
}
ul.pagelinks li a:link {
   background-color: #db5b13;
   color: #fff;
}
ul.pagelinks li a:visited {
   background-color: #db5b13;
   color: #fff;
}
ul.pagelinks li a:hover {
   background-color: blue;
   color: #fff;
}
ul.pagelinks li.here {
   background-color: silver;
   color: #000000;
   border: 1px solid #333333;;
}