/* ----- FARBEN ----
#0D3508 dunkelgrün
#6E9C42 mittelgrün
#AFC689 hellgrün
   ----- FARBEN ---- */

/* ----- Allgemeine Styles ----- */
body {
  background: #FFF url(bg.jpg) no-repeat left 17px;
  color: #0D3508;
  padding: 0 0 20px;
  font-size: 1em;
  font-family: 'DejaVu Sans', Verdana, sans-serif;
}

p {
  margin: 0 0 1em;
}

#main ul {
  margin: 0 0 1em;
  padding-left: 1em;
  list-style-type: disc;
}

#main ul li {
  margin-left: 0;
  padding: 0;
}

#main ul.ohne {
  list-style-type: none;
  margin: 0 0 1em;
}

#main ol {
  margin: 0 0 1em;
  padding-left: 2.1em;
  list-style-type: decimal;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #0D3508;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 0.3em;
  padding: 3px 0 3px 40px;
  background: url(h1_shamrock.jpg) no-repeat left center;
}

h2 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 0.2em;
  padding: 1em 0 0;
  clear: left;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.1em;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

#all {
  width: 890px;
  margin-left: 210px;
  margin-top: 200px;
/*  background: url(logo.jpg) no-repeat left top;*/
}

#switchlang {
  position: absolute;
  top: 180px;
  left: 670px;
  font-style: italic;
  width: 100px;
  text-align: right;
}


/* ----- Navigation ----- */
#menu {
  float: right;
  width: 290px;
  margin: 0 0 0 20px;
/*  padding: 10px;
  border: 1px dotted #0D3508;*/
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  line-height: 1.9;
}

#menu a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #0D3508;
  padding: 0 0 3px 36px;
}

#menu a.active {
  background: url(m_shamrock.jpg) no-repeat left center;
}

#menu li ul {
  margin-left: 4.5em;
}

#menu li ul a {
  font-weight: normal;
  font-size: 1em;
  padding: 0.2em 0.3em;
}

#menu li ul a.active {
  border: 1px solid #0D3508;
  background: none;
}

#menu a:hover {
}


/* ----- Hauptteil ----- */
#main {
  width: 570px;
  line-height: 1.3;
}

#main .linedate {
  margin-right: 0.4em;
}

a.regular, #main a {
  /*border-bottom: 1px dashed #75A747;*/
  text-decoration: underline;
}

a.regular:hover, #main a:hover {
  /*border-bottom: 1px solid #75A747;*/
  text-decoration: none;
  background-color: #AFC689;
}

#main a.pic {
  border: 1px solid #FFF;
}

#main a.pic:hover {
  background: none;
  border: 1px solid #75A747;
}

#main a.extern {
  padding-left: 17px;
  background: url(pfeilx.jpg) no-repeat left center;
}

#main a.extern:hover {
  padding-left: 17px;
  text-decoration: none;
  background: url(pfeily.jpg) no-repeat left center #AFC689;
}

#main a.none, #main a.none:hover {
  background: none;
  border: none;
}

#mainfoto {
  line-height: 1.3;
}

#mainfoto p {
  clear: left;
}

#mainfoto img {
  padding-top: 1em;
}

#navbar {
  margin-top: 1em;
  margin-right: 10em;
}

#navbar a {
  display: block;
  float: left;
  border: 1px solid #0D3508;
  padding: 0.3em;
  margin-right: 0.5em;
  margin-top: 0.3em;
  text-decoration: none;
}

#navbar .active {
  float: left;
  border: 1px solid #0D3508;
  padding: 0.6em;
  margin-right: 0.5em;
  margin-top: 0;
  font-weight: bold;
  color: #FFF;
  background-color: #0D3508;
}

#navbar .dots {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}

#navbar a:hover {
  background-color: #AFC689;
}

#photos h3 {
  clear: left;
  padding-top: 20px;
}

#photos a:hover {
  background: none;
}

.rahmen {
  border: 1px #000 solid;
}

.photo {
  width: 136px;
  height: 136px;
  border: 1px solid #676767;
  background: #EDEDED;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
}

.photo img {
  margin: auto;
}

.gbentry {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
  clear: left;
}

.gbhead {
  padding: 1px;
  border-bottom: 1px solid #6E9C42;
  margin: 0;
  background-color: #EDEDED;
}

.gbtext {
  padding: 0.5em 0;
  margin: 0;
}

.gbcomment {
  padding: 0.5em 1.5em;
  border-top: 1px solid #6E9C42;
  margin: 0;
}

/* ----- Formulare ----- */
form {
  display: block;
}

label {
  display: block;
  float: left;
  margin-right: 10px;
}

input {
  float: left;
}

input.submit {
  width: auto;
  /*border: inherit;*/
}

input.radio {
  width: auto;
  /*border: inherit;*/
}

input.checkbox {
  width: auto;
  /*border: inherit;*/
}

textarea {
  float: left;
  width: 15em;
  height: 5ex;
}

select {
  float: left;
  width: 15em;
}

#newentry table {
  width: 500px;
}

#newentry input {
  width: 300px;
}

#newentry textarea {
  width: 300px;
  height: 100px;
}

/* ----- Kontrollcenter ----- */
table {
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid #0D3508;
}

tr.noline {
  border-bottom: none;
}

th {
  text-align: left;
}

th.year {
  font-size: 19px;
  font-weight: bold;
  padding-top: 1.5em;
}

td {
  vertical-align: top;
  padding-right: 7px;
}

td.sep {
  border-top: 3px #000 solid;
}

input {
  float: left;
  margin-left: 4px;
  margin-right: 7px;
}

textarea {
  float: left;
  margin-left: 4px;
  margin-right: 7px;
}

.attention {
  color: #DB000F;
}

