/*  stylesheet for nmx.ch   */
/*  authors: nmx      */
/*  all rights reversed      */

body
{
	background-color: #ffffff;
}


/*--- LINKS -------------------------------------*/


a
{
	color: #40ff40;
	text-decoration: none;
}

a.bild
{
	font: 12px "Georgia", sans-serif;
	color: #40ff40;
	text-decoration: none;
	line-height: 14px;
}

.bild
{
	font: 12px "Georgia", sans-serif;
	color: #585858;
	line-height: 14px;
}

a.leummens
{
	font: 14px "tahoma", serif;
	color: #40ff40;
	line-height: 14px;	
}

a.nav
{
	font: 12px "georgia", serif;
	color: #40ff40;
	line-height: 12px; 
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}




/*--- LAYERS -------------------------------------*/

div
{
	margin: 0;
	padding: 0;
	text-align: right;
	width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

div.titel
{
	position:absolute;
	top: 0px;
	left: 20px;
	height: 30px;
	z-index:10;

	font: 30px "Georgia", serif;
	color: #40ff40;
	line-height: 57px;	
}


div.beschreibung 
{ 	position:absolute; 
	top: 20px; 
	left: 20px;
	z-index:2;

	font: 10 "Arial", sans-serif;
	color: #585858;
	line-height: 57px;
}

div.umsetzung
{
	position:absolute;
	top:  31px; 
	left: 20px;
	z-index:3;

	font: 14px "Tahoma", sans-serif;
	color: #585858;
	line-height: 57px;
}


div.nav
{
	position:absolute;
	top: 23px;
	left: 0px;
	height: 50px;

	font: 14px "tahoma", serif;
	color: #40ff40;
	line-height: 14px;	
}


div.projekt_titel
{
	position:absolute;
	top:  92px; 
	left: 400px;
	width: 600px;
	height: 50px;
	z-index: 10;

	text-align: left;
	font: 30px "Georgia", serif;
	color: #585858;
	line-height: 57px;
}

div.projekt_beschreib
{
	position:absolute;
	top:  117px; 
	left: 400px;
	width: 600px;

	text-align: left;
	font: 10px "Arial", sans-serif  ;
	color: #585858;
	line-height: 47px;
}

div.projekt_umsetzung
{
	position:absolute;
	top:  123px; 
	left: 400px;
	width: 600px;

	text-align: left; 
	font: 14px "Tahoma", sans-serif  ;
	color: #585858;
	line-height: 57px;
}


div.projekt_text
{
	position:absolute;
	top:  171px; 
	left: 20px;
	width: 348px;
	z-index: 1;

	text-align: right;
	font: 10px "Arial", sans-serif;
	color: #585858;
	line-height: 14px;
}

div.projekt_bild
{
	position:absolute;
	top:  171px; 
	left: 398px;

	font: 10px "Arial", sans-serif;
	color: #585858;
	line-height: 14px;
}


/*--- EXTRA LAYERS FOR INDEX.HTM -------------------------------------*/



div.leummens_beschreibung2
{ 	position:absolute; 
	top: 159px; 
	left: 400px;

	text-align: left;
	font: 10 "Arial", sans-serif  ;
	color: #585858;
	line-height: 12px;
} 
 

div.leummens_umsetzung2
{
	position:absolute;
	top:  148px; 
	left: 400px;

	text-align: left; 
	font: 14px "Tahoma", sans-serif  ;
	color: #585858;
	line-height: 57px;
}


