/*
    ALLGEMEINE STYLES
*/

body {
	color: black;
	background-color: #ffffff;
	font-size: 85%;
	font-family: Helvetica,Arial,sans-serif;
	text-align: justify;
	margin: 0; padding: 1em;
	min-width: 69em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	max-width: 69em; /* neu hinzugefügt*/
}

a img {
	border-style: none;
}

div.clearing {
	clear: both;
}


/************************************************************
			CONTENT DIV - INHALT
*/

div#contents {
	margin: 0 0 0 15em;
    padding:1em;
	}
	div#contents h1 {
		font-size: 1.5em;
		margin: 0 0 0.5em;
	}
	div#contents h2 {
		font-size: 1.2em;
		margin: 0.2em 0;
	}
	div#contents p {
		font-size: 1em;
		margin: 1em 0;
	}

* html div#contents {
	height: 1em;
	padding-top: 1em;
}


img.partner {
	margin: 2px 10px 2px 10px;
}



/*
	The IE web browser is incompatible with standards...
	Following commands are a workaround to solve Microsofts problems
*/

* html # submenu {
	width: 25%;
}
