/*
	
  Copyright ©2001 by getunik ag. All rights reserved!  
  http://www.getunik.com || info@getunik.com

  CSS-File für ETH Technikgeschichte

*/

/* Textformatierungen */
.font-normal
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
}

/* Textformatierungen */
.titel
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
}

.fusszeile
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}


/* Allgemeine Link-Formatierungen */
a { font-family: Arial, Helvetica, sans serif; font-size: 12px;  text-decoration:none;}
a:visited, a:link { color: #DF8500;}
a:active, a:hover { color: #FF9900;}

/* Subnavigation*/
.subnav
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: right;
}

/* Tabellen */
TD {
	font-family : Arial, sans-serif;
	font-size : 12px;	
}

/* absatz */
P {
	font-family : Arial, sans-serif;
	font-size : 12px;	
}

/* Liste */
ul {  list-style-type: square; margin-left:16px;
	font-family : Arial, sans-serif;
	font-size : 12px; }
.subtitel { font-family : Arial, Helvetica, sans-serif; font-size : 12px; text-align: left; ; font-weight: bold}

/* ethistory bibliographie */
.ethistory {
	font-family : verdana, Arial, sans-serif;
	font-size : 11px;	
}

/* Gestrichelte Linie 512px */
.linie {
/*für Horizontale Linien */
   background: url(img/pic_line.gif);
   height: 1px;
   font-size: 1px;
   line-height: 1px;
   margin-top: 4px;
   margin-bottom: 4px;
   margin-right: 0px;
   margin-left: 0px;
   padding: 0;
   width:512px;
}
