/**
 *
 *	@author				Daniel Kröhl
 *	@copyright		ESS-Design ltd.
 *	@date					2009
 *	@version			0.1
 *
 */

/* HTML-Elemente */

	  body {
	  	 margin					  :	0px;
	  	 padding				  :	0px;
	  	 font-family		  :	arial;
	  	 color					  :	rgb(82, 86, 139);
	  	 font-size			  : 11pt;
	  	 vertical-align   : top;
	  }
	  	
		a {
				color			        :	rgb(82, 86, 139);
				text-decoration	  :	none;
				font-weight       : bold;
	 	}

		img {
				font-size					: 10px;
				border						: none;
		}

		p {
				padding-top       : .5em;
		}

		h1 {
				margin-top				: 15px;
				margin-bottom			: 5px;
				font-size         : 18pt;
				font-weight				: bold;
		}

		h2 {
				margin-top				: 13px;
				margin-bottom			: 4px;
				font-size         : 15pt;
				font-weight				: bold;
		}
		
		h3 {
				margin-top				: 10px;
				margin-bottom			: 3px;
				font-size         : 13pt;
				font-weight				: bold;
		}

		h4 {
				margin-top				: 7px;
				margin-bottom			: 2px;
				font-size         : 11pt;
				font-weight				: bold;
		}

