
html {
	height: 100%;
	}
	
body {
	background: #E6E6E6; /* E6E6E6 grau, hell */
	text-align: center;
	}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote, a, table {
	padding: 0;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	color: #666666; /* 666666 grau, dunkel */
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	}
	
#container {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	background: #ffffff url(banner/kachel-zig-rot.gif) repeat-y left top;
	}
	
#kopfleiste {
    width: 938px;
	height: 110px;
	}
	
#linkunit {
	width: 180px;
    float: left;
	margin-top: 20px;
	padding-left: 20px;
	}
	
#leaderboard {
	width: 728px;
	float: left;
	margin-top: 20px;
	margin-left: 4px;
	margin-right: 0;
	}

#hauptteil {
    display: inline; /* für IE */
	float: left;
	width: 544px;
	margin-left: 200px;
	padding: 20px 20px 30px 14px;
	background: #ffffff; /* ffffff weiß */
	}

* html #hauptteil { /* für IE */
	width: 558px; /* hauptteil-padding-left + border-left = Differenz */
	w\idth: 544px; /* hauptteil width */
	}
	
#navigation {
	float: left;
	width: 200px;
	margin-left: -778px;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	line-height: 1.6em;
	}
	
#navigation ul {
	list-style-type: none;
	padding-left: 20px;
	}
	
#navigation a {
	color: #ffffff;
	}
	
#skyscraper {
	float: right;
	width: 160px;
	padding-top: 20px;
	}

#copyright {
	clear: both;
	margin-right: 180px;
	margin-left: 214px;
	padding: 5px 0px;
	border-top: 1px dashed #999999;
	font-size: 0.85em;
	color: #666666;
	}

#copyright address {
	font-style: normal;
	font-size: 0.85em;
	font-weight: normal;
	color: #666666;
	}
	
#copyright a {
	text-decoration: none;
	font-size: 0.85em;
	font-weight: normal;
	color: #CC0000;
	}
	
h1 {
	font-size: 2em;
	font-style: italic;
	padding-bottom: 0.2em;
	}

h2 {
	font-style: italic;
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	}

p 	{
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
	}
	
blockquote {
	font-family: monotype corsiva, serif;
	font-size: 120%;
	line-height: 110%;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 3em;
	text-align: justify;
	}
	
#hauptteil ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1em;
	}

#hauptteil ul li {
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 30px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.3em;
	background-image: url(banner/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	}
		
#hauptteil li a {
	font-weight: normal;
	color: #666666; /* 666666 grau, dunkel */
	}
	
#hauptteil ol {
	font-size: 0.9em;
	line-height: 1em;
	}
	
#hauptteil ol li {
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 10px;
	margin-left: 40px;
	text-align: left;
	line-height: 1.3em;
	}
	
#hauptteil ol li a {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	}

a img {
	border: none;
	}
	
.e2i {
	float: left;
	margin-bottom: 0;
	}
	
.idl {
	clear: both;
	margin-top: -0.4em;
	}

.fullwidth {
	margin: 0.6em 0 0.6em 0;
	}
	
.floatright {
	float: right;
	margin: 0.2em 0 0em 0.8em;
	}

.floatleft {
	float: left;
	margin: 0.2em 0.8em 0em 0;
	}
