@import url(./nmlib-page.css);
@import url(./nmlib-mailform.css);


	/* EI, OPERA, MOZ
	 *
	 * setzt die Eigenschaften f�r alle Elemente
	 *
	 */

	* {
		font-size:100.01%;
		margin: 0;
		padding: 0;
	}


	/* EI, OPERA, MOZ */
	html {
		height: 100%;
		margin-bottom: 1px;
	}

	/* Schriftgr�sse der Seite */
	body {
		font-size: 0.75em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
    		background: #ffffff;
    		text-align: left;
	}

	/*  */
	

	p {
		margin-bottom: 1.5em;
	}

	/**
	 * FLOATS
	 */
	.stopFloat{
		clear: both;
	}

	/**
	 *
	 */
	.stop{
		clear: both;
		font-size: 0px;
		heigth: 0px;
		display: none;
	}


	/**
	 * ROWS
	 *
	 */
	.row{
		display: block;
		clear:both;
	}

	/**
	 *
	 */
	.row-content{
		display: block;
		height: auto;
	}

	/**
	 * COLS
	 *
	 */

	.col{
		display: block;
	}

	.col-content{

	}


	.subcols2{
		
	}

	.box{

	}



