/*  stylesheet for nmx.ch   */
/*  authors: nmx      */
/*  all rights reversed      */

body
{
	background-color: #ffffff;
	
}


a
{
	color: #40ff40;
	text-decoration: none;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

/*---index.html: projekte: titel, beschrieb, umsetzung-------------------------------------*/

div
{
	margin: 0;
	padding: 0;
	text-align: right;
	width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

div.titel
{
	position:absolute;
	top: 22px;
	left: 20px;
	color: #40ff40;
	font: 30px "Georgia", serif;
	line-height: 57px;
	width: 410px;
	/*border: solid 1px;*/	
}

div.beschreibung 
{ 	position:absolute; 
	top: 42px; 
	left: 20px;
	color: #585858;
	font: 10 "Arial", sans-serif;
	line-height: 57px;
}

div.umsetzung
{
	color: #585858;
	font: 14px "Tahoma", sans-serif;
	line-height: 57px;
	position:absolute;
	top:  53px; 
	left: 20px;
}






/*---index.html: nmx: titel, beschrieb, umsetzung---*/

div.nmx_titel
{
	color: #585858;
	font: 30px "Georgia", serif;
	line-height: 57px;
	position:absolute;
	top:  91px; 
	left: 470px;
	text-align: left;
	width: 600px;
}

div.nmx_titel_beschreib
{
	color: #585858;
	font: 12px "Arial", sans-serif  ;
	line-height: 16px;
	position:absolute;
	top:  140px; 
	left: 470px;
	text-align: left;
	width: 600px;
}

div.back
{
	color: #40ff40;
	font: 14px "Tahoma", sans-serif  ;
	line-height: 57px;
	position:absolute;
	top:  168px; 
	left: 470px;
	text-align: left; 
	width: 600px;
}


/*---nmx.html: nmx: titel, beschrieb, umsetzung---*/

div.z
{
	color: #585858;
	font: 14px "Tahoma", sans-serif  ;
	line-height: 57px;
	position:absolute;
	top:  96px; 
	left: 331px;
	text-align: left; 
}

/*---------------------------------------*/
/*---------------------------------------*/


