* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #666 url(/gfx/bgMain.gif) repeat;
	min-height: 100%;
}

p {
	margin: 5px;
}

a, a:link, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

/* Headers setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	margin: 30px 5px 15px 5px;
}

h2.first {
	margin-top: 10px;
}

h3 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 130%;
	color: #9f3117;
	padding-bottom: 4px;
	border-bottom: 1px solid #c7c7c7;
	margin: 20px 5px 5px 5px;
}

h3.first {
	margin-top: 5px;
}

h4 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 110%;
	color: #000;
	padding-bottom: 4px;
	margin-left: 25px;
}

/* Main container constraining all page elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#container {
	margin: 0 auto;
	width: 790px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
}

body.sm div#container {
	background: #fff url(/gfx/bgSidebarLeft.gif) repeat-y;
}

body.ms div#container {
	background: #fff url(/gfx/bgSidebarRight.gif) repeat-y;
}

/* Header with top navigation list setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#header {
	height: 70px;
	background: #000 url(/gfx/headerBird.gif) no-repeat;
}

ul#topnav, ul#topnav li {
	float: right;
	list-style: none;
	padding-top: 40px;
}

ul#topnav li {
	font: 1em Verdana, Arial, sans-serif;
	border-left: 1px solid #999;
	padding: 0 10px 0 10px;
}

ul#topnav li.first {
	border-left: 0;
}

ul#topnav li a {
	color: #999;
}

ul#topnav li a:hover, ul#topnav li a.active {
	color: #fff;
	text-decoration: none;
}

/* Top banner setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#banner {
	height: 120px;
	background: url(/gfx/headerTripod.jpg) no-repeat;
}

/* Content area setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#content {
	font: 0.8em Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #454545;
}

div#sidebar {
	display: none;
}

body.ms div#content div#main, body.sm div#content div#main {
	width: 600px;
}

body.ms div#content div#sidebar, body.sm div#content div#sidebar {
	display: block;
	width: 190px;
}

body.ms div#content div#main, body.sm div#content div#sidebar {
	float: left;
}

body.sm div#content div#main, body.ms div#content div#sidebar {
	float: right;
}

/* Page footer setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#footer {
	padding: 10px;
	background: #000;
	font: 0.7em Verdana, Arial, sans-serif;
	color: #333;
}

div#footer table {
	width: 100%;
}

div#footer a, div#footer a:link, div#footer a:visited {
	color: #666;
}

div#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

div#topLink {
	clear: both;
	text-align: right;
	padding: 0 5px 0 5px;
}

div#topLink img {
	display: inline;
}

body.ms div#topLink {
	padding-right: 195px;
}

/* Side navigation setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div#sidenav a, div#sidenav a:link, div#sidenav a:visited {
	color: #888;
	background: #fff;
	border: 1px dotted #888;
	display: block;
	text-align: left;
	margin: 5px;
	padding: 3px 5px 3px 5px;
	width: 168px;
}

div#sidenav a:hover, div#sidebar a.current {
	border: 1px solid #999;
	color: #000;
	text-align: right;
	width: 164px;
	border-left: 5px solid #999;
	text-decoration: none;
}

div#switchLang {
	padding: 30px 10px 0 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
}

/* Lists setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
ul#articles, ul#news, ul#publishedPics, ul#workPics, ul.equip, ul.species, ul.locations {
	list-style: none;
}

ul#articles, ul#news {
	margin: 5px;
}

ul.equip {
	margin-left: 10px;
}

ul.species {
	margin: 0 0 10px 50px;
}

ul#articles li {
	background: url(/gfx/article.png) no-repeat;
	background-position: 0px 2px;
	padding: 0 0 10px 20px;
}

ul#publishedPics li, ul#workPics li {
	padding-top: 5px;
	padding-left: 5px;
}

ul.equip li, ul.species li, ul.locations li {
	padding-left: 12px;
	background: url(/gfx/arrowRight.gif) no-repeat left center;
}

ul#news li {
	background: url(/gfx/news.gif) no-repeat;
	padding: 0 0 10px 36px;
}

ul#news li.last {
	padding-bottom: 0;
}

/* Guestbook entry setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div.gbookEntry {
	margin: 0 5px 5px 5px;
	border: 1px solid #ccc;
	padding: 3px;
}

div.gbookEntryHeader {
	background: #eed;
	padding: 1px 5px 1px 5px;
	border: 1px solid #ccc;
}

div.gbookEntryBody {
	padding: 0 2px 0 2px;
}

div.gbookEntryContact {
	padding: 0 2px 0 2px;
}

/* Thumbnails table setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
div.thumbCell {
	width: 200px;
	padding-top: 20px;
	float: left;
	line-height: 1.2em;
}

div.thumbCell table {
	margin: auto;
	padding-left: 8px;
}

td.shadowRight {
	width: 8px;
	background: #eee url(/gfx/shadowR.gif) repeat-y;
}

td.shadowBottom {
	height: 8px;
	background: #eee url(/gfx/shadowB.gif) repeat-x;
}

td.shadowCorner {
	width: 8px;
	height: 8px;
	background: #eee url(/gfx/shadowBR.gif) no-repeat;
}

div.thumbLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}

img.thumb, img.publ, img.workpic, img.ecard, img.cover {
	border: 1px solid #bbb;
}

img.thumb, img.workpic, img.ecard, img.cover {
	padding: 15px;
}

div.thumbCell a:hover img.thumb, /* this one is for IE */
img.thumb:hover {
	border-color: #000;
}

/* Forms setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
form {
	display: inline;
}

div.form {
	padding: 5px;
}

td.label {
	padding: 0 10px 0 17px;
	color: #996633;
}

td.header {
	padding: 0 0 0 3px;
	border: 1px solid #bbb;
	background: #eee;
	text-align: left;
}

input.std, input.err, textarea, textarea.std, textarea.err {
	border-width: 1px;
	border-style: solid;
	padding: 1px 3px 1px 3px;
	color: #666;
	font: 1em Tahoma, Arial, sans-serif;
}

input.std, textarea.std {
	border-color: #999;
}

input.err, textarea.err {
	border-color: #f99;
	background-color: #fee;
}

a.button, a.button:link, a.button:visited {
	font-family: Tahoma;
	background: #549cbf url(/gfx/bgButton.gif) repeat-x;
	color: #fff;
	border: 1px solid #256c92;
	padding: 1px 10px 1px 10px;
}

a.button:hover {
	background: #d0d0d0 url(/gfx/bgButtonHover.gif) repeat-x;
	border-color: #aaa;
	text-decoration: none;
}

div.ajaxAutoComplete {
	position: absolute;
	min-width: 213px;
	max-height: 200px;
	overflow: auto;
	padding: 3px;
	background: #dfd;
	color: #454545;
	border: 1px dotted #999;
	border-top: 0;
	z-index: 2;
	visibility: hidden;
}

div.error, div.success {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
}

div.success {
	background-color: #ccffcc;
	border-color: #00cc00;
}

div.error {
	background-color: #ffd9d9; /* ffcccc*/
	border-color: #cc0000;
}

/* Miscellaneous ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
.txtBold {
	font-weight: bold;
}

.txtItalic {
	font-style: italic;
}

.nobr {
	white-space: nowrap;
}

.new {
	color: #f60;
}

.txtSmall {
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
	color: #777;
}

a.linkExt {
	background: url(/gfx/linkPopup.gif) left center no-repeat;
	padding-left: 18px;
}

a.linkSave {
	background: url(/gfx/linkSave.gif) left center no-repeat;
	padding-left: 20px;
}

a.linkValid {
	background: url(/gfx/linkValid.gif) left center no-repeat;
	padding-left: 17px;
}

a.linkRss {
	background: url(/gfx/linkRss.png) left center no-repeat;
	padding-left: 20px;
}

.flagDE, .flagEN {
	padding-left: 20px;
}

.flagDE {
	background: url(/gfx/flagDE.png) left center no-repeat;
}

.flagEN {
	background: url(/gfx/flagEN.png) left center no-repeat;
}

.clear {
	height: 0;
	clear: both;
}

/* $Id: styleDefault.css 429 2007-11-22 15:37:05Z uroemers $ */

