/* Contains basic HTML-elements. */




/* Reset ... */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}




/* BODY */
body {
  background-color: #fff;
  color: #333;
  font-family: "Trebuchet MS", "Verdana", Sans-Serif;
  font-size: 62.5%;  /* Sets default value on something about 10px */
  vertical-align: top;
}




/* LINK */
div.pageLayoutFoot a,
div.pageLayoutFoot a:link,
div.pageLayoutFoot a:visited {
  color: #727272;
  cursor: pointer;
  text-decoration: none;
}
div.pageLayoutFoot a:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

a,
a:link,
a:visited {
  color: #009EE0;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  color: #0173a3;
  cursor: pointer;
  text-decoration: underline;
}

	



/* IMAGE */
img {
  vertical-align: top;
}




/* TYPO */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  font-weight: normal;
}

h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h3,
h4,
h5,
h6,
p,
address  {
  font-size: 1.2em;
  padding: 0;
}

cite {
  font-style: normal;
  font-size: 1.5em;
  color: #009EE0;
}



/* LIST */
ul,
ol,
dl {
  font-size: 1.2em;
  list-style-position: outside;
}

li {
  list-style-image: none;
  list-style-type: none;
}

dt,
dd {}




/* TABLE */
table {}
thead {}
tbody {}

/* FORM */
form,
fieldset,
legend,
label,
input,
option,
select,
textarea {
  font-family: "Trebuchet MS", "Verdana", Sans-Serif;
}

label,
legend,
input,
select,
textarea {
  font-size: 1.3em;
 }

input {
  padding: 0.1em;
}

input,
select {
  border: 1px solid #c0c0c0;
}

option {
  padding-left: 5px;
}
