/*  Styles for www.dolug.de by Johann Schwarzmeier */



/* -----> Allgemeines Zeug <----- */

BODY {
  font-family: 'Arial',Arial;
  background-color: #ffffff;
  background-image:url(back-body.jpg);
  background-repeat:repeat-y;
  color: #000000;
  margin-left: 160px;
  margin-right: 100px;
  margin-top: 90px;
  margin-bottom: 0px;
  text-align: left;
}

h2 { margin-bottom:1px; margin-top:1px; }
a:link { color:#ffff10; text-decoration:underline;}
a:visited { color:#f0f010; text-decoration:underline;}
a:active { color:#f0f010; text-decoration:none;}
a:hover { color:#fffff0; text-decoration:underline; }
a:focus { color:#f0f010; text-decoration:underline; }



/* -----> New stuff <----- */


.title {
  font-family: Arial,Helvetica,Helv,sans-serif;
  white-space: nowrap;
  background: #4040B0;
  color: #FFFFFF;
  font-size: large;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  text-decoration:underline;
  border-style:ridge;
  border-width: thin;
  position : absolute;
  top : 10px;
  left : 200px;
  z-index:1;
}


.logo {
  font-family: Arial,Helvetica,Helv,sans-serif;
  position:absolute; top:10px;
  position:absolute; right:10px;
  z-index: 0;
}

.leftback {
  position:absolute; top:10px;
  position:absolute; left:2px;
  z-index: 0;
}

.content {
  position:absolute; top:100px;
  position:absolute; left:100px;
  margin-right: 100px;
  z-index: 2;
}




.menu {
  background: #4040B0;
  color: #FFFFFF;
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-size: x-small;
  position:absolute; top:150px;
  position:absolute; right:10px;
  width:85px;
  z-index:1;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-style:ridge;
  border-width:thin;
  }

.msgnav {
  font-size: small;
  position:absolute; top:320px;
  position:absolute; left:15px;
}

.menuitemreleased {
  border-style:none;
  border-width:1px;
  border-color: red;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: solid;
  border-bottom-style: solid;
  margin: 4px;
  text-align: right;

}

.menuitempressed {
  border-style:none;
  border-width:1px;
  border-color: Red;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: solid;
  border-bottom-style: solid;
  margin: 4px;
  padding-right: 3px;
  text-align: left;
}

.footer {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-size: x-small;
}