/*
** Landesverband Philosophie Hamburg Styles** Copyright (C) 2004 by S. Evers
*/

@font-face {
  font-family: Tahoma;
  src: local(Tahoma), url(img/tahoma.ttf);
}

body {
  margin: 0;
}

div, p, li, span, td {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.3pt;
}

hr {
  color: #c0c0c0;
  height: 1px;
  width: 100%;
}

input {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #000000;
  background-color: #e7eee7;
  border: 1px solid #909090;
  text-indent: 2px;
}

textarea {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #000000;
  background-color: #e7eee7;
  border: 1px solid #909090;
}

a.menu:link, a.menu:visited, a.menu:active {
  color: #909090;
  font-weight: bold;
  text-decoration: none;
  margin-left: 8px;
}

a.menu:hover {
  color: #aa0000;
  font-weight: bold;
  text-decoration: none;
  margin-left: 8px;
}

a.submenu:link, a.submenu:visited, a.submenu:active, a.submenu:hover  {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #aa0000;
}

a.txtlink:link, a.txtlink:visited, a.txtlink:active {
  color: #4682b4;
  text-decoration: none;
}
a.txtlink:hover {
  color: #4682b4;
  text-decoration: underline;
}

a.bottomline:link, a.bottomline:visited, a.bottomline:active {
  color: #909090;
  text-decoration: none;
}
a.bottomline:hover {
  color: #bdb76b;
  text-decoration: none;
}

.menubullet {
  color: #aa0000;
  font-weight: bold;
  visibility: hidden;
}

img.menu-stick {
  border: 0;
  margin-left: 8px;
}


/** headline **/

h1 {
  margin: 65px 0 20px 0;
  height: 30px;
  vertical-align: top;
  font-size: 22px;
  color: #909090;
  font-weight: 100;
  letter-spacing: 4px;
}

.printdiv h1 {
  margin: 0 0 20px 0;
  color: #000000;
}


/** impressum **/

p.disclaimer {
  width: 80%;
  text-align: justify;
  margin-bottom: 50px;
}

strong.contact {
  display: inline-block;
  width: 50px;
}


/** common **/

p.hugespace {
  padding: 5px 0;
}
