/*Ideal page size 1024x768 */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #26466e;
	background-image: url(gbg-blue3.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrap {
background: #ffffff;
/*color: #00364D;*/
color: #000000;
margin: 0 auto;
width: 950px;
}

#header {
	clear: both;
	width: 100%;
	height: 235px;
	padding: 0;
	margin: 0 auto;
}
/*
#header h1 {
width: 500px;
margin: 15px 0 0 0;
float: left;
color: #000000;
font-size: 1.75em;
}
*/
#header img {
padding: 0;
border: 0;
}

#sip{
 width: 1000px; 
 padding-left: 220px;
 text-align: center;
 font-weight: bold;
 font-size: 0.8em;
 font-style: italic;
 /*float: right;*/
}
/*
#header p {
padding: 0;
width: 940px; 
text-align: right;
color: #000000;
font-size: 0.8em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}
*/

#avmenu {
clear: left;
float: left;
width: 175px;
font-size: 0.9em;
padding: 0;
}

#avmenu ul {	
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}	

#avmenu li {
margin-bottom: 3px;
}

#avmenu h3{
color: #FFFFFF;
text-align: center;
background: #17365D;
font-size: 1.05em;
padding: 5px 0 5px 0;
}

#avmenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 5px 10px;
	background: #17365D;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
}	

#avmenu li.selected a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 5px 10px;
	background: #3173C4;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
}	

#avmenu li a:hover {
background: #3173C4;
color: #FFFFFF;
}

#avmenu li.submenu a {
font-weight: bold;
font-size: 0.9em;
height: 10px;
text-decoration: none;
display: block;
border-left: 4px solid #FFFFFF;
background: #EEEEEE;
color: #000000;
/* 
color: #FFFFFF;
background: #256B25;
*/
}	
	
#avmenu li.submenu a:hover {
text-decoration: underline;
}

#avmenu li.subselected a {
font-weight: bold;
font-size: 0.9em;
height: 10px;
text-decoration: none;
display: block;
border-left: 4px solid #FFFFFF;
background: #EEEEEE;
color: #000000;
text-decoration: underline;
}

/* Species Menu */

#avmenu #speciesmenu li a { font-weight: bold; text-decoration: none; color: #000; display: block; padding: 5px 0 5px 10px; border-left: none; background-color: #FFF; border-top-style: none; border-right-style: none; border-bottom-style: none; }	


.announce {
	border: 2px solid #17365D;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 4px;
}

.announce h3{
color: #FFFFFF;
text-align: center;
background: #17365D;
font-size: 1.05em;
padding: 5px 0 5px 0;
}
.announce p{
line-height: 1.3em;
padding: 0 5px 5px 5px; 
}

#thumbs {
margin: 10px 0 10px 0;
padding: 0;
text-align: center;
font-size: 0.8em;
font-weight: bold;
}
#thumbs tr{
vertical-align: top;
}

#thumbs_pics {
margin: 10px 0 10px 0;
padding: 0;
text-align: center;
font-size: 0.8em;
font-weight: bold;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	line-height: 1.6em;
	text-align: left;
	width: 740px;
	float: right;
	clear: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #BECFD6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content h2 {
text-align: left;
font-size: 1.5em;
padding: 0 0 5px 0;
}

#content h3 {
font-size: 1.1em;
padding: 0 0 0 0;
margin-bottom: 2px;
text-decoration: none;
}

#content img {
/*padding: 10px;*/
display:inline;
background: #FFFFFF;
}

#content img.block {
display: block;
}

#contentfooter {
text-align: center;
}


h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a:link {
	color: #0000FF;
	}
a:visited {
	color: #800080;
	}
a:hover {
	color: #0000FF;
        }
a:active {
	color: #FF0000;
	}

/*
a {
text-decoration: none;
color: #2B9AC6;
}

a:hover {
text-decoration: underline;
color: #2B9AC6;
}
*/

a img {
border: 0;
}

#viewer {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
	padding: 2px; 
	width: 604px;
	height: 304px;
}

#footer {
	clear: both;
	padding: 10px 0 20px 0;
	margin: 0 0 0 175px;
	text-align: center;
	color: #6481a5;
	font-size: 0.9em;
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #BFCEE1;/* 
width: 860px;
margin: 0 auto;

*/
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
}

.right {
	float: right;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

div.thumb {
margin: 3px;
border: 0;
height: auto;
float: left;
text-align: center;
}

.thumb img{
display: inline;
margin: 3px;
border: 0;
}

.thumb a:hover img {border: 0;}
.photocattitle {text-align: center; font-weight: bold;}

.phototitle 
{
	text-align: center;
	font-weight: bold;
	margin: 0 3px 3px 3px;
} 

ul {
	margin-top: 0;
}.clear {
	clear: both;
}
#wrap #content .red {
	color: ed1c24;
	background-color: #fff200;
	text-decoration: none;
}
#wrap #content table tr .red {
	color: #F00;
}

/* german link */
#germanlink { display: block; height: 56px; width: 348px; border-top-style: none; border-bottom-style: none; border-right-style: none; border-left-style: none; overflow: hidden; float: right; padding: 0px; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#germanlink li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#germanlink a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 56px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#germanlink a:hover {
	background-position: 0 -56px;
}
#germanlink a:active, #germanlink a.current {
	background-position: 0 -112px;

}
#germanlinkbutton a {
	width: 311px;
	height: 56px;
	margin-left: 0px;
	background: url(images/german-button.png) top left no-repeat;	
}


