html { overflow-y	: scroll; }

body {
  background  :url(images/bg.jpg) repeat-x;
  font-family : helvetica;
  font-size   : 0.8em;
  color       : #333333;
  margin-top  : 38px;
}

/* Farben
rot  : #A84330
hell-grau  : #FFFFFF
*/
h1 {
  color     : #A84330;
  font-size : 1.2em;
}

h2 {
  color     : #A84330;
  font-size : 0.9em;
}

h3 {
  height     : 20px;
  background : #A84330;
  color       : #FFFFFF;
  font-size   : 12px;
  padding     : 2px 0 0 5px;
  margin     : 0;
}


a {
  color           : #333333;
  font-weight     : bold;
  text-decoration : none;
}

a.menutop {
  color     : #333333;
  font-size : 13px;
  margin    : 0 10px;
  font-weight: normal;
}
a.menutop:hover {
  color : #A84330;
}
a#menu_brief {
  background : url(images/brief.gif) no-repeat;
  margin     : 0 10px;
  width      : 14px;
  height     : 12px;
}
a#menu_brief:hover {
	background : url(images/brief_on.gif) no-repeat;
}
a.menu {
  color : #333333;
  font-size    : 13px;
  margin       : 0px;
  padding-left : 10px;
  font-weight: normal;
  background: url(images/pfeil.gif) no-repeat;
}
a.menu:hover {
  color : #A84330;
}
a.submenu {
  color : #333333;
  font-size    : 13px;
  margin       : 0 0 0 10px;
  padding-left : 10px;
  font-weight: normal;
  background: url(images/pfeil.gif) no-repeat;
}
a.submenu:hover {
  color : #A84330;
}

.link {
  padding-left : 10px;
  background   : url(images/pfeil.gif) no-repeat;
}

p.box {
  margin     : 3px 5px;
  font-size : 0.9em;
}

img {
  border : none;
}
#get {
	background : url(http://http-get.de/get.gif) no-repeat;
}

textarea, input {
  font-family : helvetica;
  border      : 1px solid #DDDDDD;
  background  : #FFFFFF;
  margin      : 1px 0;
}

table { border : none; }
td {
  font-family : helvetica;
  color       : #333333;
}

hr {
  color  : #A84330;
  height : 1px;
}
hr-referenzen {
  height : 1px;
  color   : #A84330;
  margin : 10px 0px;
}

ul {
	margin-left:-1.5em;
	list-style-image:url(images/bullet.gif);
}

html*ul {
  margin : 1em 0 1em 1.3em;
	list-style-image:url(images/bullet.gif);
}