@media screen {

	body {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 80%;
		margin: 0;
		padding: 12px;
	}

	img {
		border: 0pt;
	}

	form {
		padding: 0pt;
		border: none;
		margin: 0em;
	}

	label {
		font-size: inherit;
		font-weight: normal;
	}

	button {
		font-size: 90%;
	}

	input {
		font-size: 90%;
	}

	input default{
		font-size: 90%;
		font-weight: bold;
	}

	select {
		font-size: 95%;
	}

	h1 {
		font-size:120%;
		font-weight: bold;
		color: #0000bb;

		margin-top: 1em;
	}

	h2 {
		font-size:100%;
		font-weight: bold;
		color: #0000bb;

		margin-top: 0.5em;
	}

	h3 {
		font-size:100%;
		font-weight: bold;

		margin-top: 0.5em;
	}

	a {
		color: #0000bb;
	}

	/* ########### language selection ########### */

	#languageSelection {
		font-size: 80%;

		position: absolute;
		top: 2.5em;
		right: 1em;
	}

	#languageSelection select {
		font-size: 95%;
		font-family: verdana, helvetica, arial, sans-serif;
	}


	/* ########### page header ########### */

	#pageHeader {
		font-size: 130%;
		vertical-align: middle;

		margin: -12px -12px 0 -12px;
		border-bottom: solid blue 2px;

		height: 85px;
		clear: both;

		background-image: url("img/weberhofer-gmbh.gif");
		background-repeat: no-repeat;
		background-color: #e5e5e5;
		background-position: 1% 100%;
	}


	/* ########### page footer ########### */

	#pageFooter {
		clear: both;
		font-size: 80%;
		padding: 0.2em;

		margin: 2em -12px -12px -12px;
		border-top: solid #0099FF 1pt;
	}


	/* ########### EUSODA Menu System ########### */

	#mainMenu {
		font-size: 80%;
		padding-bottom: 0.5em;
		margin: 0 -1em 0 -1em;

		clear: both;
		border-bottom: solid #67a2da 1pt;
		margin: 0 -12px 2em -12px;

		background-color: white;
	}

	#mainMenu a {
		font: inherit;
		text-decoration: none;

		color: black;
		white-space: nowrap;

		width: 20em;
	    padding: 0.5em 1em 1.2em 1em;
		background-image: url("img/pointHalfGray.gif");
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#mainMenu a:hover {
		text-decoration: underline;
	}

	#mainMenu a.selected {
		font-weight: bold;
		background-image: url("img/pointHalf.gif");
	}

	#mainMenu span.selected {
		font-size: inherit;
		font-weight: bold;

		color: black;
		text-decoration: none;
		white-space: nowrap;

	    padding: 0.5em 1em 1.2em 1em;
		background-image: url("img/pointHalf.gif");
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	/* ########### ----- compass ---- ########### */

	#compass {
		color: #555555;
		font-size: 80%;
		background-color: #eeeeee;
		vertical-align: middle;

		border-bottom: #bbbbbb solid 1pt;
		padding-bottom: 0.25em;
		padding-left: 1em;
		margin: 0 -12px 0.75em -12px;
		clear: both;
	}

	#compass a {
		color: #888888;
		font: inherit;
	}

	#compass a.hover {
		text-decoration: underline;
	}

}

/* *************************************************************************** */

@media print {
	body {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 80%;
		margin: 0;
	}

	img {
		border: 0pt;
	}

	form {
		padding: 0pt;
		border: none;
		margin: 0em;
	}

	label {
		font-size: inherit;
		font-weight: normal;
	}

	label.standard {
		font-size: inherit;
		font-weight: normal;
	}

	label.mandatory {
		font-weight: bold;
	}

	button {
		font-size: 90%;
	}

	input {
		font-size: 90%;
	}

	select {
		font-size: 95%;
	}

	h1 {
		font-size:120%;
		font-weight: bold;
		color: #0000bb;

		margin-top: 1em;
	}

	h2 {
		font-size:100%;
		font-weight: bold;
		color: #0000bb;

		margin-top: 0.5em;
	}

	h3 {
		font-size:100%;
		font-weight: bold;

		margin-top: 0.5em;
	}

	a {
		color: #0000bb;
	}

	/* ########### language selection ########### */

	#languageSelection {
		display: none;
	}

	/* ########### page header ########### */

	#pageHeader {
		font-size: 130%;
		vertical-align: middle;

		padding-left: 65px;
		height: 30px;
		clear: both;

		background-image: url("img/weberhofer-gmbh.gif");
		background-repeat: no-repeat;
		background-color: white;
		background-position: bottom left;

		border-bottom: solid blue 2px;
	}


	/* ########### page footer ########### */

	#pageFooter {
		clear: both;
		font-size: 80%;
		margin-top: 2em;
		padding: 0.2em;
		border-top: solid #0099FF 1pt;
	}


	/* ########### EUSODA Menu System ########### */

	#mainMenu {
		display: none;
	}

	/* ########### ----- compass ---- ########### */

	#compass {
		color: #555555;
		font-size: 80%;
		background-color: #eeeeee;
		vertical-align: middle;

		border-bottom: #bbbbbb solid 1pt;
		padding-bottom: 0.25em;
		padding-left: 1em;
		margin-bottom: 0.75em;
		clear: both;
	}

	#compass a {
		color: #888888;
		font: inherit;
	}

}