* {
  margin: 0;
  padding: 0;
}

/* show an hourglass over all document elements for feedback (used by myfunctions.js) */
html.cursor_wait * { 
  cursor: wait; 
}

body {
  background-color: #000000;
  background-image:url("img/back.jpg");  
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #e8e9ed;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  scrollbar-face-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-darkshadow-color: #C0C0C0;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-arrow-color: #4B4B4B;
  scrollbar-track-color: #808080;
}

body.admin {
  padding: 10px;
  background: #000000;
}

div.contenthull {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -154px;
  width: 600px;
  height: 400px;
  padding: 0px;
  border: #8b8c8e solid 1px;
  overflow: auto;
}

div.content {
  padding: 20px; /* 3px; fits perfect to head*/ 
}

div.menuhull {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  margin-top: -154px;
  width: 120px;
  height: 400px;
  padding: 0px;
  border: none;
  text-align: right;
  /* vertical-align: bottom; does not work for container objects */
}

div.menu {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

div.head {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -255px;
  width: 600px;  /* 2 more pixel because here is no border */
  height: 100px;
  padding: 0px;
  border: #8b8c8e solid 1px;
  background-image:url("img/head.jpg")
}

div.status_page {
  font-size: 12px;
  text-align: right;
  font-family: arial, helvetica, sans-serif;
  color: #8b8c8e;
  
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -000px;
  margin-top: 250px;
  width: 300px;  
  height: 16px;
  padding: 0px;
  border: none;
}

div.status_content {
  font-size: 12px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  color: #e8e9ed;
  
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: 250px;
  width: 300px;  
  height: 16px;
  padding: 0px;
  border: none;
}
/*************************************************************************/
p {
  margin-bottom: 10px;
}

br.big {
  margin-bottom: 5px;
}

h1 {
  font-size: 125%;
  margin-bottom: 5px;
}

h2 {
  font-size: 100%;
  font-weight: bolder;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;  
  background-color: #8b8c8e; 
  border: none;
}

div.headlinemenu {
  margin-bottom: 10px;
}

img.content_3 {
  /* border: #8b8c8e solid 1px; */
  border: #e8e9ed solid 2px; 
}

/*************************************************************************/
table {
  /*
  border-style: solid;
  border-width : 1px;
  */
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

td {
  /*
  border-style: solid;
  border-width : 1px;
  */
  vertical-align: top;
  padding-right: 7px;
  padding-bottom: 4px;
}

td.headline { 
  font-weight: bold; 
}

tr.mouseover {
  background-color: #666666;
}

/* left and right used for 2x2 square, this tryout uses ..left only */
td.content_3 {
  vertical-align: top;
  text-align: left;
  padding-bottom: 22px;
  /* padding-right: 10px; */
  width: 33%;
}

td.content_3_right {
  vertical-align: top;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 10px;
  width: 50%;
}

/*************************************************************************/
a {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
  border-bottom: 1px dotted #8b8c8e;
}

a:link {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
  border-bottom: 1px dotted #8b8c8e;
}

a:visited {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
  border-bottom: 1px dotted #8b8c8e;
}

a:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;  
  border-bottom: 1px dotted #8b8c8e;
}

a:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}
/*************************************************************************/
a.menu {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
  border: none;
}

a.menu:link {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
}

a.menu:visited {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
}

a.menu:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
}

a.menu:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #efefef;
  text-decoration: none;
}

/*
div.entry p a:link, div.entry p a:visited {
border-bottom: 1px dashed #000;
}
div.entry p a:hover {
border-bottom: 1px solid #000;
}
div.entry p.info a:link, div.entry p.info a:visited {
border-bottom: 3px solid Red;
}
div.entry p.info a:hover {
border-bottom: 3px solid Black;
}
*/
/*************************************************************************/
a.menu_selected {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
  border: none;
}

a.menu_selected:link {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
}

a.menu_selected:visited {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
}

a.menu_selected:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
}

a.menu_selected:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
}

/*************************************************************************/
input {
  font-size: 12px;
  border: 1px solid #8b8c8e;
  /* background-color: #dddddd; */
  background-color: #000000;
  color: #cccccc;
  padding: 2px;
  width: 200px;
}

.contact {
  width: 500px;
}

.big {
  width: 500px;
}

textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #8b8c8e;
  background-color: #000000;
  color: #cccccc;
  width: 203px;
}

.checkbox {
  width: 15px;
}

textarea.contact { 
  width: 504px;
  height: 100px;
}

textarea.big {
  width: 504px;
  height: 100px;
}

select {
  width: 206px;
  background-color: #000000;
  border: 1px solid #8b8c8e;
  color: #cccccc;
}

input.file {
	width: 300px;
}
