/* Information
-----------------------------------------------------
Martin Karger | www.webimotion.de | 2005
Letzte Änderung: 28. August 2005
---------------------------------------------------*/


body {
  background-color:#333333;
  background-image:url(grafiken/back_diagonal.gif);
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
}

h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  font-weight:bold;
  color:#FF0000;
  line-height:16px;
  text-align:left;
}

h2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  font-weight:bold;
  color:#000000;
  line-height:16px;
  text-align:left;
}

p, li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  font-weight:normal;
  color:#000000;
  line-height:18px;
  text-align:left;

}

/* -------------- Formular ------------- */

.input_Kontaktformular {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:#000000;
}


/* --------------- Links -------------- */

.a_Text, .a_Text:link, .a_Text:active, .a_Text:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color:#990000;
  line-height:18px;
  text-decoration:none;
  border-bottom:1px;
  border-style:none none dashed none;
}

.a_Text:hover {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color:#FF0000;
  line-height:18px;
  text-decoration:none;
  border-bottom:1px;
  border-style:none none solid none;
}

.a_Footer, .a_Footer:link, .a_Footer:active, .a_Footer:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color:#666666;
  line-height:18px;
  text-decoration:none;
  border-bottom:1px;
  border-style:none none none none;
}

.a_Footer:hover {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color:#666666;
  line-height:18px;
  text-decoration:none;
  border-bottom:1px;
  border-style:none none solid none;
}