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;
	border: 3px double #000099;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
    } 
.website #kopf {
	padding: 0;
	/* padding: 0 10px 0 20px;*/
	background-color: #FFFFFF;
	height: 200px;
	border-bottom-width: 1px;
/*	border-bottom-style: dotted;*/
	border-bottom-color: #000099;
    } 
.website #kopf h1 {
    	margin: 0; 
    	padding: 10px 0;
    }

.website #kopfnavi {
	padding: 0;
	/* padding: 0 10px 0 20px;*/
	height: 18px;
	border-bottom-width: 1px;
/*	border-bottom-style: dotted;*/
	text-align: left;
	background-color: #000099;
	color: #FFFFFF;
    } 
.website #linkespalte {
	float: left;
	line-height: 20px;
	width: 450px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000099;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
    }

h1, .website #linkespalte h1, .website h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000099;
	font-weight: 200;
	font-variant: small-caps;
	}

.website #content {
	background-color: #FFFFFF;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 490px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: absolute;
	top: 240px;
    } 
.website #fuss {
	padding: 0 10px 0 20px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #000099;
    } 
.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: #000099;
	text-decoration: none;
}

a:hover
{
	color: #000099;
	text-decoration: underline;
}

.website #kopfnavi a, .website #kopfnavi a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.website #kopfnavi a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

    h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	font-weight: bold;
	}


[if IE 5]>
.website #linkespalte { width: 230px; }
    <![endif][if IE]>
    /* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
.website #linkespalte { 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]
