/* AWZhome Guestbook Service Stylesheet
   Copyright (c) 2005 Andreas Weizel */

/* Allgemeine Gestaltung der Seiten */
body {margin: 0px;}
a {font-weight: bold;}
img {border-style: none;}
img.New {width: 50px; height: 30px; vertical-align: middle;}
img.Icon {width: 16px; height: 16px; border-style: none;}
body, table, div {color: #000000; font-family: Arial; font-size: 10pt;}
h1 {
  color: #0071c6;
  font-style: italic;
  font-size: 16pt;
  text-decoration: underline;
  margin-top: 0px;
}
h2 {
  border: 1px solid #c0c0c0;
  background-color: #f0f0f0;
  font-size: 12pt;
}
/* Gestaltung der einzelnen Layer */
div#TopBar {
  background-color: #3b3b68;
  height: 70px;
}
img#TopLogo {
  float: left;
  width: 350px;
  height: 60px;
}
#Copy {
  background-color: #3b3b68;
  color: #ffffff;
  font-style: italic;
  margin-left: 350px;
  padding-right: 3px;
  text-align: right;
}

div#NavLinks {
  padding-left: 10px;
  background-color: #3b3b68;
  border-top: 1px solid #f0f0f0;
  height: 1.4em;
  white-space: nowrap;
}
div#NavLinks img {
  vertical-align: middle;
}
/* Navigationslinks */
div#NavLinks a {
  border: 1px solid #f0f0f0;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4em;
}
div#NavLinks a:link, div#NavLinks a:visited, div#NavLinks a:active,
  div#Copy a:link, div#Copy a:visited, div#Copy a:active {color: #f0f0f0;}
div#NavLinks a#Login:link, div#NavLinks a#Login:visited, div#NavLinks a#Login:active {color: #00ff00;}
div#NavLinks a:hover, div#NavLinks a#Login:hover, div#Copy a:hover {color: #ffffff; background-color: #7070ff;}
div#Top3DBorder {
  height: 20px;
  background-image: url(images/hg_top.gif);
  background-repeat: repeat-x;
}
div#ContentLayer {
  margin-top: 0;
  padding: 0px 20px 5px 20px;
}
div#ContentLayer a:link, div#ContentLayer a:visited, div#ContentLayer a:active {
  color: #000090;
}
div#ContentLayer a:hover {color: #0000d9;}
div#BottomBar {
  background-color: #000000;
  clear: both;
  text-align: center;
}
/* Darstellung von awzMB */
div#AMBOutput {text-align: center;}
div#AMBOutput table {text-align: left; margin-left: auto; margin-right: auto;}
td.EntryHeadClass {background-color: #D0E0F9;}
td.EntryTopicClass {background-color: #E0F0FF; font-style: italic; font-weight: bold;}
td.EntryContentsClass, td.EntryComHeadClass {background-color: #EFF3F7;}
td.NavBarClass {border: 2px dotted #D0E0F9;}
table.ContentTableClass, table.ContentTableClass th, table.ContentTableClass td {border: 1px solid #E0E0E0;}
table.ContentTableClass th {background-color: #E0E0E0;}