@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #eeb;
}
body {
	background: #333 url(bg.gif);
	padding-bottom:2em;
	padding-top:0;margin-top:0;
	position:relative;
	margin-top:-1px;
}
#page{
	position:relative;
	margin:0 auto;
	width:820px;
	font-size:0.9em;
	padding-top:240px;
	}
#header{
	 position:absolute;top:0;left:50%;
	 width:900px;margin-left:-450px;
	 height:239px;
	 background:url(bg/bg_fisch.png) center bottom no-repeat;
	}
.header_linkbox{
	position:absolute;bottom:11px;right:32px;
	border-left:8px solid #39c;
	background-color:#FFEDB8;
	padding:1px 15px 2px 35px;
	font-size:0.8em;
	color:#267499;
	}
.header_linkbox a{color:#267499 !important;}
#logo{display:none;}

a:link {
	color: #FC0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FC3;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: underline;
}

h1 {
	color: #FC0;
	margin-bottom:0.1em;
	text-shadow:#000 1px 1px 2px;
}
h2 {
	color: #FFC;
	border-top:1px dotted #666;
	padding-top:0.3em;
	margin-top:1.4em;
	text-shadow:#000 1px 1px 2px;
}
h3 {
	color: #FF9;
	margin-bottom:-1em;
}
h4 {
	color: #FF9;

}
p {
	line-height:1.4em;
}
ul{list-style:square;}
#reflist li {
	margin-bottom:0.5em;
	padding-left:0;
}

#reflist li ul{font-size:0.9em;line-height:0.8em;margin-top:0.2em;}

#intro{margin-top:2em;}
#reflist li strong {
	color:#fff;
}

#jump {
	font-size:0.9em;
	margin:0;
	padding-left:40px;
}
#refselector{font-size:0.8em;}
#refselector a{text-decoration:none;cursor:pointer;padding:0 5px;}
#refselector .active{
	background:#FC3;
	color:#000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
#social{
	font-size:10px;
	text-align:right;
	position:absolute;
	top:-5.5em;
	margin:0 auto;
	width:100%
	}
.help{border-bottom:1px dotted #666;cursor:help;}
.pmc{color:#09C;}

#cbform{margin-top:3px;}
#cbform input{
	border:1px solid #000;
	margin-left:0px;
	padding:3px;
	}
#cbform input[type=text]{
	background:#f0f0f0 top repeat-x url(bg_input_text.jpg);
	border-right:0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;}
#cbform input[type=submit]{
	background:#FC3 top repeat-x url(bg_input_submit.jpg);
	border-left:0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;}
