/* Календарь */
.cal { background-color: white;  font-family:arial, sans-serif;  font-size:70%;}
.cal td {background-color: #ebebeb; padding: 2px; text-align: right;}
.cal th {background-color: #3366CC;  color: white; padding: 2px; font-weight: normal;}
td.calsel {border:1px solid #666666; background-color: white;}
table.cal {padding: 1px;}
th.calwe{background-color: #F4B300; color:white;}
td.calwe{background-color: #cccccc; color:white;}

.nav {   color: #0066FF; text-decoration: none; font-size: 12px}
a.nav {    color: #0066FF; text-decoration: none}
a.nav:visited {    color: #375288; text-decoration: none}
a.nav:hover {    color: #FF0000; text-decoration: underline}

.bav {   color: #000000; text-decoration: none; font-size: 9px}
a.bav {    color: #000000; text-decoration: none; font-size: 9px}
a.bav:visited {    color: #000000; text-decoration: none; font-size: 9px}
a.bav:hover {    color: #000000; text-decoration: underline; font-size: 9px}


input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#35b128; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}


.lheader {  font-weight: bold; color: #FFFFFF}

.lhdr { color: #ff6633; text-decoration: none; font-size: 12px}
a.lhdr {
  text-decoration: none;
  color: #ff6633;
}
a.lhdr:hover {
  text-decoration: none;
  color: #ffffff;
}
a.lhdr:visited {
  text-decoration: none;
  color: #66ff99;
}

h1 {
  font-family: Verdana;
  font-size: 16px;
}

.sel li { font-weight:bold; }
.sel li a:visited {color: black; background: white; }
.sel {background-color: eaeaea; }

.gt { empty-cells: show; border: solid 1px white; }
.gt th { padding: 3px 8px 4px 8px; text-align: left; font-weight: bold; color: black; background-color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
border-right  : solid 1px #aaaaaa; border-bottom: solid 2px #aaaaaa;
}
.gt td { padding: 3px 8px 4px 8px; border-right  : solid 1px #aaaaaa; border-bottom: solid 2px #aaaaaa; vertical-align: top;}
.gt td * td { padding: 0px; border: none; }

body
{
  scrollbar-base-color: #000066;
  scrollbar-arrow-color: #FFFF00;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-face-color: #000000;
  scrollbar-track-color: #f0f0f0;
}

acronym 
{
  border-bottom: 1px dotted #FF6600;
  cursor: help;
}

.forum
{
  background: #e4e4e0;
}

.help 
{
  color: #000000;
  background: #ffcc00;
  border: 1px solid red;
  cursor: help;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
}

.dot 
{
  border: 1px dotted #b0b0b0;
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #E7E9FE;
}

.e 
{
  color: #000000;
  background: #ffcc00;
  border: 1px solid red;
}

.u 
{
  font-family:  Tahoma, Verdana;
  font-size: 10px;
}

.top 
{
  margin:0;
  padding:4px;
  background-color: #cccccc;
  font-family: tahoma, arial, verdana;
  font-size: 8pt;
  letter-spacing: 2px;
}

.loc 
{
  margin:0;
  padding: 3px 3px 3px 10px;
  border-top: 1px solid #375288;
  border-bottom: 1px solid #375288;
  border-right: 1px solid #375288;
  border-left: 1px solid #375288;
  background-color: #E7E9FE;
  font-family: verdana;
  font-size: 8pt;
}


.helpdiv 
{
  position: absolute;
  top: 25px;
  left: 50%;
  width:47%;
  height: 90%;
  margin:0px;
  padding: 20px 4px 20px 4px;
  border: 2px solid #000000;
  background-color: #dddddd;
  font-family: verdana;
  font-size: 8pt;
  display: none;
}

.map 
{
  padding: 0 0 10px 10px;
  font-family: Verdana;
  font-size: 8pt;
}

body, td 
{
  font-family: Verdana;
  font-size: 9pt;
}

.btn, .btnWide
{
  font-weight: normal;
  border: 1px;
  display: inline;
  margin:1px;
  padding: 1px 5px;
}

.btnWide
{
  width: 100%;
  display: block;
}

.btn:link, .btnWide:link
{
  text-decoration: none;
  color: #000000;
}

.btn:visited, .btnWide:visited
{
  text-decoration: none;
  color: #000000;
}

.btn:hover, .btnWide:hover
{
  background-color:#bbbbbb;
  text-decoration: none;
  color: #000000;
}

hr 
{
  border: 1px solid #000000;
}

.frm 
{
  background-color: #ffffff;
  border: 1px solid #000000;
  width:100%;
  font-family: Georgia;
  font-size: 12px;
}

.frm2, .frm21, .frm22 
{
  background-color: #ffffff;
  border: 1px solid #404040;
  font-family: Monospace, Georgia;
  font-size: 10pt;
}

.frm21, .frm22 
{
  padding: 15px;
}
.frm22 
{
  border: 1px solid #FF4040;
}

.frm8
{
  border: 1px solid #000000;
  font-family: Verdana;
  font-size: 9px;
  margin: 0px;
}

.frm4 
{
  border: 1px solid #000000;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
}
.frm5 
{
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.frm6 
{
  background-color: #dddddd;
}
.frm7 
{
  background-color: #eeeeee;
}

.modified 
{
    border:1px solid red;
}

.t td 
{
  background-color: #eeeeee;
  font-family: Verdana;
  font-size: 12px;
}
.t2, .t21 
{
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: lowercase;
  }

.t21 
{
  background-color: #cccccc;
}

.t3 td, .t3 
{
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
  color: 606060;
  letter-spacing: 0px;
  text-transform: lowercase;
  }


table, img 
{
  border: 0;
}

.r 
{
  color: #AA0000;
}
.red 
{
  background-color: #ee0000;
}
.yellow 
{
  background-color: #FFCC00;
}
.green 
{
  background-color: #66FF00;
}

.frm3, .btn, .btnWide
{
  background-color : #e0e0e0;
  border-color : white;
  border-style : outset;
  font-family: Verdana, Arial;
  font-size: 11px;

}

.frm3 {  font-weight: bold; }

A:link 
{
  text-decoration: none;
  color: #6633FF;
}
A:visited 
{
  text-decoration: none;
  color: #660099;
}
A:hover 
{
  text-decoration: none;
  color: #000000;
}

#tooltip {
background: #FCF5E1;
border: 1px solid #000000;
text-align: justify;
font: 12px Verdana, Helvetica,sans-serif;
margin:0px;
-moz-border-radius:8px;
padding: 5px 5px;
position:absolute;
visibility:hidden
}

div.sub 
{
  visibility:hidden;
  position:absolute;
  top: 20px;
  left: 180px;
  border:1px solid #000000;
  padding: 5px 5px;
  background: white;
}

#Menu
{
  Margin:0;
  Padding: 0;
  border: 0;
  Color: black;
  Font-Family: Tahoma, Verdana, Sans-Serif;
  Font-Size: 8pt;
  Line-Height:1.35em;
  Height:1.65em;
}

#Menu LI
{
  Display:Block;
  Float:Left;
  Margin:0;
  Padding:0;
}

#Menu LI UL LI
{
  Float:None;
}



#Menu LI:Hover UL, #Menu LI.Hover UL
{
  Display:Block;
  Position:Absolute;
}

#Menu LI UL LI
{
  White-Space:NoWrap;
}

#Menu LI H1, .mm
{
  Font-Size:8pt;
  Font-Weight:Normal;
  Margin: 1px 1px 4px 1px;
  Padding: 1px;
  border: 1px;
  background: f0f0f0;

  border-color : white;
  border-style : outset;

}

#Menu LI:Hover H1, #Menu LI.Hover H1
{
  Background-Color:#bbbbbb;
  Color:Black;
  Margin: 1px 1px -2px 1px;
}

#Menu LI UL
{
  Background-Color:#EEE;
  Color:Black;
  Border-Width:1px;

  border-color : white;
  border-style : outset;

}

#Menu LI UL LI A
{
  Text-Decoration:None;
  Color:Black;
  display: block; // display: inline;
  Padding: 1px 1px 2px 7px;
  margin: 0px;
  width: 250px;
}

#Menu LI UL LI A:Hover
{
  Background-Color:#bbbbbb;
  Color:Black;
  Padding: 1px 1px 2px 7px;
  margin: 0px;
  width: 250px;
}

#Menu LI UL
{
  Display:None;
  Margin:0;

}
.banner {
    background-image: url(https://www.rybolov.de/rotate.php?folder=a_banner);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 395px;
}
.banner p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}
.randombanner {
    background-image: url(https://www.rybolov.de/rotate.php?folder=a_banner);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 620px;
	clear:both;
}
.randombanner p{
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}



/* mediumrectangle
----------------------------------------------- */
.mediumrectangle {
    background-image: url(https://www.rybolov.de/rotate.php?folder=mediumrectangle&img=default.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 355px;
}
.mediumrectangle p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}

.mediumrectangleleft {
    background-image: url(https://www.rybolov.de/rotate.php?folder=mediumrectangle&img=default.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 355px;
    display: block;
    float: left;
}
.mediumrectangleleft p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}

.randommediumrectangle {
    background-image: url(https://www.rybolov.de/rotate.php?folder=mediumrectangle);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 355px;
}
.randommediumrectangle p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}

.randommediumrectangleleft {
    background-image: url(https://www.rybolov.de/rotate.php?folder=mediumrectangle);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 355px;
    display: block;
    float: left;
}
.randommediumrectangleleft p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}

