@charset "utf-8";
/* CSS Document */

/* Genussnotiz Formular */

table.genussnotizformular {
 width: 360px;
 vertical-align: top;
 }

/* Genuss Agenda */

/* Navigationspfeil links */
div.agenda-navlinks {
 position: absolute;
 top: 168px;
 left: 285px;
 z-index: 5;
 width: 100px;
 height: 100px;
 }
/* Agenda Monat */
div.agenda-monat {
 position: absolute;
 top: 171px;
 left: 325px;
 z-index: 5;
 width: 100px;
 height: 100px;
 }
/* Agenda Jahr */
div.agenda-jahr {
 position: relative;
 top: 135px;
 left: 795px;
 z-index: 5;
 width: 100px;
 height: 100px;
 font-family: courier, times;
 font-weight: bold;
 }
/* Navigationspfeil rechts */
div.agenda-navrechts {
 position: absolute;
 top: 168px;
 left: 895px;
 z-index: 5;
 width: 100px;
 height: 100px;
 }
/* Agenda Inhalt */
div.agenda-inhalt-links {
 position: absolute;
 top: 210px;
 left: 295px;
 z-index: 5;
 width: 280px;
 height: 440px;
 }
div.agenda-inhalt-rechts {
 position: absolute;
 top: 210px;
 left: 620px;
 z-index: 5;
 width: 280px;
 height: 365px;
 }

/* Gestaltung Agenda Inhalt */
a.agendalink,
a:link.agendalink,
a:visited.agendalink {
 font-family: courier, times;
 font-weight: bold;
 font-size: 11px;
 line-height: 16px;
 color: #4a729a;
 text-decoration: none;
 }
a:hover.agendalink,
a:active.agendalink {
 font-family: courier, times;
 font-weight: bold;
 font-size: 11px;
 line-height: 16px;
 color: #4a729a;
 text-decoration: underline;
 }
div.agenda-inhalt-links h1,
div.agenda-inhalt-rechts h1 {
 font-family: courier, times;
 font-size: 11px;
 line-height: 16px;
 color: #741a0f;
 margin-bottom: 0px;
 }

/* Detailseite */ 
div#lay_inhalt_genussagendadetail {
 width: 100%;
 height: 100%;
 background-image: url(/genussagenda/img/bg_notizzettel.gif);
 overflow: none;
}
div#inhaltdetail {
 position: absolute;
 width: 100%;
 height: 100%;
 padding: 0px 0px 0px 0px;
 font-family: courier, times;
 font-weight: bold;
 font-size: 11px;
 line-height: 16px;
 color: #4a729a;
 text-decoration: none;
 background-image: url(/genussagenda/img/notizzettel.gif);
 background-position: right bottom;
 background-repeat: no-repeat;
 overflow-y: scroll;
 overflow-x: none;
 }
div#lay_inhalt_genussagendadetail h1 {
 font-family: courier, times;
 font-size: 11px;
 line-height: 16px;
 color: #741a0f;
 margin-bottom: 0px;
}
a.closewindow {
 font-family: courier, times;
 font-weight: bold;
 font-size: 11px;
 line-height: 16px;
 color: #4a729a;
 }
a:hover.closewindow {
 font-family: courier, times;
 font-weight: bold;
 font-size: 11px;
 line-height: 16px;
 color: #4a729a;
 text-decoration: none;
 }
 


/* INPUT TEXT */  
input[type=text],
input[type=text] {
 margin: 1px;
 width: 140px;
 height: 13px;    
 background-color: #f8f5ed;
 border: solid 1px #a5a5a5;
 color: #000000;;
 font-size: 12px;
 padding-top: 2px;    
 }
input[type=text]:focus {
 background-color: #f8f5ed;
 border: solid 1px #205e8c;
 color: #205e8c;
 }

/* BUTTONS */    
input[type=submit],
input[type=button] {
 height: 100px;
 width: 125px;
 margin-top: 9px;
 color: black;
 font-size: 12px;
 font-weight: bold;
 cursor: pointer;
 border: solid 0px black;
 background-color: transparent;
 background-image: url(/genussnotizen/img/sendbutton.gif);
 background-repeat: no-repeat;
 }
