/* www.emg-haar.de/emg.css
 * author: Michael Stransky
 */

body {
	text-align	: justify;
	font-size	: 10pt;
	font-style	: normal;
	font-family	: Arial, sans-serif;
	color		: #000;
}

acronym, abbr{font-style: normal; border-style	: none;	cursor	: help;	}
address{font-style	: normal; }
cite, q{font-style	: italic; }
cite:before, cite:after	{ content	: "&quot;"; }
fieldset{border-style	: none;	}
h1 {/*	font-size	: 220%;	*/
	font-size	: 14pt;
	font-weight	: bold;
	margin		: 8px 16px;
	padding		: 4px  8px;
	vertical-align	: middle;
}
h2 {/*	font-size	: 200%;	*/
	font-size	: 12pt;
	font-weight	: bold;
	margin-left	: 1%;
	margin-right	: 1%;
    /*	margin-bottom	: 5px;	*/
}
h3 {/*	font-size	: 180%; */
	font-size	: 10pt;
	font-weight	: bold;
	text-decoration	: underline;
	margin-top	: 4px;
	margin-bottom	: 0px;
}
h4 {/*	font-size	: 160%;	*/
	font-size	: 10pt;
	text-decoration	: underline;
	margin		: 0px;
}
h5 {	font-size	: 140%;	}
h6 {	font-size	: 120%;	}
hr {/*	text-align	: center;	*/
	border		: 1px solid #00C;
    /*	margin		: 30px, 2%;	*/
	width		: 95%;
	margin-top	: 30px;
	margin-bottom	: 30px;
}

img {	border-style	: none;	vertical-align	: middle; }

caption {font-size	: 12pt;	font-weight	: bold;	}
table.emg {	border	: 1px solid #00C;	}
table.emg thead {color	: #FFC; background-color: #00C; }
table.emg tbody.box {		background-color: #FFC; }
table.emg tfoot {font-size : smaller; font-style: italic; }

p {	margin-left	: 2%;	margin-right	: 2%; }	/* margin	: 0px, 2%; */
ul {	list-style-type	: none;	}

@media screen, handheld, projection, tv
{
 body {
	background-color	: #feff99;
	background-image	: url(images/background.gif);
	background-position	: center;
	background-attachment	: fixed;
	background-repeat	: no-repeat;
 }

 h1 {
	color			: #FFC;	/* #FFC	#FEFF99	255 255 204	1 1 0.8	rgb(254,255,153);60 40 100 254 255 153 */
	background-color	: #00C;	/* #00C	#131AA8	 17  34 170	0 0 0.8		12a	237 88  65  19  26 168 */
	background-image	: url(images/bgtitle.gif);
	background-repeat	: repeat;
 }

 textarea, select,
 input[type=text], input[type=password], input[type=radio], input[type=checkbox] {
	color		: #00C;	background-color: #FFC;
 }
 input[type=button], input[type=submit], input[type=reset] {
	color		: #FFC;	background-color: #00C;
 }

 a {	text-decoration	: none;	color	: #00C; }
 a:hover{text-decoration: underline; }
 a:active{	color	: #FFC; background-color: #00C;	}
 a[name], a[name]:hover, a[name]:active
  {	text-decoration : none;		color	: #000; background-color: #feff99;	}
 h1 a {	text-decoration	: underline;	color	: #FFC; }

 /* for our IE user */
 body, textarea {/* #CCF */
	scrollbar-base-color	: #66C;
	scrollbar-3dlight-color	: #FFC;
	scrollbar-arrow-color	: #FFC;
	scrollbar-darkshadow-color:#00C;
	scrollbar-face-color	: #66C;
	scrollbar-highlight-color:#FFC;
	scrollbar-shadow-color	: #00C;
	scrollbar-track-color	: #CCF;
 }
}

@media print
{
 a {	text-decoration	: none;	color	: #000; background-color: #FFF;	}
}

