/* ---------------------------------------------- */
/* zhk_styles_print.css  for the new website            */
/* Docu + Design Daube, Zürich, 2009-01-29        */
/* Attention: blanks around braces are relevant   */
/* only 'relevant' content is presented           */
/* ---------------------------------------------- */
/* stuff checked in IE 6, IE 7, FF 3, Opera 9, Safari 3.2, Safari 4.0 */

/* Global appearance */
body { 
  background-color:#FFFFFF; 
	margin-left:3px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:9pt;
}

/* links
The order must be a:link,  a:visited; a:hover; a:active
*/
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
/* color: #998066; */
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #006699;
  background: #dddddd;
}
a:active {
  color: #0000FF
}
/* --------------------- layout-areas -------------------- */
div.clocks {
  display: none;
}
div.welcome {
/* t, l, w, h = 90, 0, 850, 275 */ 
	position: absolute;
	top: 90px;
	left: 0px;
	width: 680px;
}
div.banner1 {
  display: none;
}
div.banner2 {
  display: none;
}
div.news {
  display: none;
}
div.bottom {
  display: none;
}
div.menu-left {
  display: none;
  }
div.menu-right {
  display: none;
}
div.content {
/* t, l, w, h = 5, 0, 644, - */ 
  position: absolute;
  top: 5px;
  left: 0px;
  width: 650px;
  height: 1000px; /* IE-7 requires this, otherwise only 1st page appears */
  overflow: visible;
}
div.sidebar {
  display: none;
}
div.printit {
  display: none;
}
div.comment {
  display: none;
}
div.ie-homepage {
  display: none;
}
div.search {
  display: none;
}
div.robotics {
  display: none;
}

/* Headings --------------------------------------- */
h1 {
  margin-left:0px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #4994c8;
  text-align:left;
  font-size:18pt;
  font-weight:bold;
  letter-spacing: 3px;
	}

h2 {
  margin-top:9pt;
  text-indent: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #4994c8;
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 2px;
  }
	
h3 {
  margin-top: 9pt;
  margin-bottom: 0.25em;
  text-indent: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 2px;
  }

h4 {
  margin-top: 5px;
  margin-bottom:0.25em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align:left;
  font-size:9pt;
  font-weight:bold;
  letter-spacing: 1px;
  color: #4994c8;
  }
	
h5 {
  margin-left: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 7pt;
  line-height: 8.5pt;
  font-weight:bold;
  font-style: normal;
  color: #4994c8;
}

p {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
ul, ol, dl {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
ul {
	margin-left: 1em;
	padding-left: 0em;
	text-indent: 0em;
	list-style: disc; 
	list-style-position: outside;
}
ul.triangle {
  list-style-position: inside;
  list-style-image: url(graphics/pointing-right.png);
}
ol {
  margin-left: 2em;
  padding-left: 0em;
  text-indent: 0em;
  list-style-position: outside;
  list-style: decimal;
}

/* Tables ---------------------------------------*/
table {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding: 2px;
}

th,td {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	text-align:left;
}
caption {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
}
th {
  padding: 2px;
  background-color:#dddddd;
  font-weight:bold;
}
td {
  vertical-align:top;
  padding: 2px;
}

/* Quotations */
blockquote {
	background-color:#DDDDDD;
}          /* light grey background*/
	

/* forms ------------------------------------------- */
form {
  margin-top: 0.5em;
}

input, select, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
}
.textinput {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
}
/* hight=image hight necessary for IE to avoid excess hight */
.button {
  background-color: #cccccc;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
/*  background-image: url(graphics/corner-topleft.png);
  background-repeat: no-repeat; */
  padding-left: 5px;
  text-align: left;
/*  width: 15em;      necessary/handled for/by IE only */
}

/* --- menus left and right */
#list-menu1 p {
	line-height: 16px;
}
#list-menu1 a {
  display: block;
  text-decoration: none;
}

#list-menu2 p {
	line-height: 16px;
}
#list-menu2 a {
  display: block;
  text-decoration: none;
}

#list-menu3 p {
	line-height: 16px;
}
#list-menu3 a {
  display: block;
  text-decoration: none;
}

/* various highlights ---------------------------- */
.shaded {
	background-color:#dddddd;
}
.red {
  color: Red;
}
.runtext1 {
	color: Black;
	font-size: x-large;
	font-weight: bold;
	padding-top: 2px;
}
.runtext2 {
	color: Black;
	font-size: large;
	vertical-align: middle;
	padding-top: 6px;
}
/* Small print for meta information etc */
.small {
	font-size:7pt;
	padding-top: 0px
}

/* iframe zooming is done locally because different values may be needed */
.subframes {
  border: 0px;
}
