    body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
/*	background-color: #FFFF33;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    }
 .website #container {
	width: 950px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	border: 1px none #ea6c32;
    } 
.website #kopf {
	padding: 0;
	background-color: #FFFFFF;
	height: 165px;
	border-bottom-width: 1px;
	border-bottom-color: #ea6c32;
    } 
h1, .website #kopf h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
/*	font-style: italic;*/
	font-weight: lighter;
	color: #ff4d00;
	font-variant: small-caps;
    }
h2 {
	color: #ff4d00;
	font-size: 15px;
	font-weight: 100;
}

hr
{
	color: #ff4d00;
}

.website #kopfnavi {
	padding: 0;
	height: 18px;
	border-bottom-width: 1px;
	text-align: left;
	background-color: #ea6c32;
	color: #FFFFFF;
    } 
    .website #navispalte {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ea6c32;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 5px;
    }

    .website #navispalte h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ea6c32;
	font-weight: 100;
	font-variant: small-caps;
	}

    .website #content {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .website #fuss {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ea6c32;
    } 
    .website #fuss p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .alignrechts { 
    	float: right;
    	margin-left: 8px;
    }
    .alignlinks { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

a, a:visited
{
	color: #ea6c32;
	text-decoration: none;
}

a:hover
{
	color: #ea6c32;
	text-decoration: underline;
}

.website #kopfnavi a, .website #kopfnavi a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.website #kopfnavi a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.rot
{
	color: #FF0000;
}

[if IE 5]>
    .website #navispalte { width: 230px; }
    <![endif][if IE]>
    /* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
    .website #navispalte { padding-top: 30px; }
    .website #content { zoom: 1; }
    /* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */
    <![endif]

