@import url("layout.css");

/* ******  body  ****** */

html, body {
background: #fff;
color: #000000;
}

html, body, h2, h3, h4, div, p, ul, li, table, input {
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size:10pt;
	line-height: 120%;
}

body { 
       text-align: left;
}

h1 {
	font-size:10pt;
	font-weight:bold;
	line-height: 120%;
}

hr { 
	border:solid #00C8FF 1px;
	border-collapse:collapse;
}        

tr {
	vertical-align:top;
}


/* ****** link ****** */
a { 
  font-weight:normal; 
  font-style:normal; 
  color:#000000; 
  text-decoration:none; 
}

a:hover { 
  font-weight:normal; 
  font-style:normal; 
  color:#2C8FB8; 
  text-decoration:none; 
}

.blau {
  color: #2C8FB8;
}

.weiss {
  color: #FFFFFF;
}



