/*--- Block-Elemente zuruecksetzen ---------------------*/
body, h1, h2, h3, h4, div, ol, ul, li, p, dl, dt, dd, form, table, caption, thead, tbody, tr, th, td {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: none;
  /*text-align: left;*/
}

/*--- Inline-Elemente zuruecksetzen --------------------*/
span, img, strong, em, label, input, a, a:link, a:visited, a:hover, a:focus, a:active {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  border: none;
}

/*--- Formular-Felder zuruecksetzen --------------------*/
input, textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  /* Default-Border wird beibehalten, da User auf verschiedenen Systemen verschiedene Erscheinungsbilder gewoehnt sind. Der Browser-Default passt i.d.R. zu diesen bekannten Feldern. */
}

/*--- Listenstil zuruecksetzen --------------------*/
ol, ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

/*---Body -------------------------------*/
body {
  font-size: 70%;
}


#borderline {
  /*
	margin: 10px;
  padding: 10px;
  */
  width: 528px;
}

* html #borderline {
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
}



#borderline h1 {
  /*font-family: "Univers 45 Regular", Arial, Helvetica, sans-serif;*/
  font-size: 1.6em;
  margin: 0.8em 0;
}

#borderline h2 {
  /*font-size: 1.4em;*/
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
  /*padding: 10px 0 5px;*/
}



#borderline ul {
  list-style-type:disc;
  list-style-position:outside;
	margin-left:14px;
}

* html #borderline ul {
	margin-left:18px;
}

#borderline ul li {
	margin-bottom:10px;
}

#borderline a:hover, #borderline a:visited {
  text-decoration: underline;
}

#borderline #logoimage {
  margin-bottom: 10px;
	width:160px;
	height:90px;
}

#borderline #bigimage {
	/*position:relative;
  left: -10px;*/
	width:528px;
}


#footer {
	width:538px;
}

