/* --------------------------------------------------------------------------------- */
/*                                                                                   */
/*                     DEFINITIONS OF THE LAYOUT WITH CASCADING STYLESHEETS          */
/*                                                                                   */
/*                                                                                   */
/*                     Author: Alessandro Cecconi                                    */ 			
/*                                                                                   */
/*                                                                                   */
/*                     copyright (2000) : 18 08 2000                                 */
/*                                                                                   */
/*                     Department of Geography, University of Zurich, Switzerland    */
/*																					 */
/*																					 */
/*                                                                                   */
/* --------------------------------------------------------------------------------- */




BODY		{	background-color: rgb(255,255,255);
				font-family: arial,sans-serif;
				font-style:normal;
				font-size:12pt;
				color: rgb(50,50,50);		
		}



/* ----------------  Definition fuer verschiedene Titel ---------------  */


.title1		{	font-family: arial,sans-serif;
				font-size:16pt;
				font-weight:bold;
				margin-left: 100px;
				width:600px;	
		}



.title2		{	font-family: arial,sans-serif;
				font-size:16pt;
				font-weight:bold;
				margin-left: 190px;
				width:510px;	
		}	



.subtitle1	{	font-family: arial,sans-serif;
				font-size:14pt;
				font-weight:bold;
				margin-left: 100px;	
				text-align:left;
				width:600px;
		}


.subtitle2	{	font-family: arial,sans-serif;	
				font-size:14pt;
				font-weight:bold;
				margin-left: 190px;	
				text-align:left;
				width:510px;
		}


.subtitle3	{	font-family: arial,sans-serif;	
				font-size:14pt;
				font-weight:bold;
				margin-left: 190px;	
				text-align:left;
				width:510px;
		}




/* ----------------  Definition fuer verschiedene Texttypen ---------------  */



.body		{	font-family: arial,sans-serif;
				margin-left: 100px;
				line-height:16pt;
				text-align:left;
				width:600px;
		}


.body2		{	font-family: arial,sans-serif;
				margin-left: 190px;
				line-height:16pt;	
				text-align:left;
				width: 510px
		}


.body3		{	font-family: arial,sans-serif;
				margin-left:190px;
				line-height:14pt;
				text-align:left;
				width:510px;
		}




/* ----------------  Definitionen fuer Tabellen ---------------  */



.margin1	{	margin-left: 100px;
		}


TD.tbsubtitle1{	font-family: arial,sans-serif;
				font-size:14pt;
				font-weight:bold;
			}


TD.info1	{	font-family: arial,sans-serif;
				font-size:12pt;
				font-weight:bold;
				text-align:left;
		}


TD.info2	{	font-family: arial,sans-serif;
				line-height:14pt;
				font-size:12pt;
				text-align:left;
		}


TD.info3	{	font-family: arial,sans-serif;
				line-height:14pt;
				font-size:11pt;
				text-align:right;
		}


TD.info4	{	font-family: arial,sans-serif;
				line-height:13pt;
				font-size:11pt;
				text-align:left;
		}

TD		{	font-family: arial,sans-serif;
				text-align:left;
				font-size:12pt;
		}

TH		{	font-family: arial,sans-serif;
				text-align:left;
				font-size:12pt;
		}

#dgray	{
				background-color: #bdbdbd;
		
		}

#lgray	{
				background-color: #dedede;
		
		}


/* ----------------  Definition fuer Listen ---------------  */


LI.circle	{	list-style-type: circle;
		}

LI		{	list-style-type: circle;
		}

LI.group	{	list-style-type: circle;
		}




/* ----------------  Definition fuer Datumsgenerierung ---------------  */



.lastup		{	font-family: arial,sans-serif;
				text-align: center;
				font-style:normal;
				font-weight:normal;
				font-size:10pt;
				color: rgb(170,170,170);
		}

/* ----------------  Liste fuer Inhalt einer Seite --------------------  */

.content	{	
				font-family: arial,sans-serif;
				font-weight:normal;
				font-size:10pt;
				margin-left: 100px;
				line-height:14pt;
				width:600px;
				
		}


.qs			{
				text-align:right;
				width:800px;
		}


/* ----------------  Positionierung Foto Homepage --------------------  */


.bild	{		position: absolute; 
				z-index: 4;
				top: 180px;
				left: 500px;
				width: 100px;
				visibility: visible;
		 }



/* ----------------  Definitionen fuer Farbe der Links ---------------  */


A:active	{ 	color: rgb(130,130,130);
		}

A:link		{	color: rgb(0,51,153);
		}

A:visited	{ 	color: rgb(130,130,130);
		}

