/*->> COLORS <<<---*/
/*colors 	blue 	= #0c0934
			creme	= #fffde7 */
/*->> END-COLORS <<<---*/

/*->> LAYOUT <<<---*/
body {
	background: #0c0934;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #fffde7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 60em;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 100%;
	margin-top: 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #header {
	width: 100%;
	height: 94px;
	margin-top: 100px;
}
.oneColElsCtr #navigation {
	width: 45em; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-right: 10px;
	margin-left: 242px;
	min-width: 400px;
	height: 45px;
}
.oneColElsCtr #content {
	padding: 0;
	margin-right: 10px;
	margin-left: 256px;
	min-width: 400px;
}
.oneColElsCtr #imagetext {
	
	height: 186px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.oneColElsCtr #footer {
	padding: 0;
	margin-right: 10px;
	margin-left: 256px;
	min-width: 400px;
	margin-bottom: 0px;
	height: 100%;
}
td img {display: block;
}

#content img{
	float:left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*->> END-LAYOUT <<<---*/


/*->> TYPO <<<---*/

html>body {
	font-size: 16px;
}
#content p{
	line-height:1.5em;
	margin: 1.5em 0 1.5em 0;
}
#imagetext p{
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 2em;
	font-weight: lighter;
	line-height:0.75em;
	margin: 0.75em 0 0.75em 0;
}
h2 {
	margin: 1.5em 0 1.5em 0;
	font-style: normal;
	font-size: 100%;
}

a {
	color:#fffde7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
	


/*->> END-TYPO <<<---*/
