body {
	background-color:#FFF;
	background-image:url(Bilder/hg.jpg);
	background-repeat:repeat-x;
    font: 10pt tahoma, sans-serif;
    padding-top: 10px;
	margin: 0;
    color: #983466;
	}

a:link, a:visited {
	text-decoration: underline;
	color:#983466;
	}

a:hover, a:active {
	text-decoration: none;
	color: #000;
	}

abbr, acronym {
	border-bottom: 1px dotted #ddd;
	}

#containerindex {
	position: absolute;
	left: 139px;
	background: #F2F2F2 url(Bilder/header.jpg) no-repeat;
	border: #c6c6c6 1px solid;
	}
	
#pageHeader {
    width: 650px;
    height: 230px;
    }

#pageHeader span {
    display: none;
    }

#quickSummary {
	position: absolute;
    left: 5px;
    top: 99px;
    background: #fff;
    font: 9pt tahoma, sans-serif;
    color: #999;
    border: #000 1px solid;
	padding: 10px;
    text-align: justify;
    width: 150px;
	}

#preamble h3 {
    font: bold 10pt tahoma, sans-serif;
    text-transform: lowercase;
    text-align: right;
    color: #983466;
    margin: 0;
    }

#preamble {
	font: 9pt tahoma, sans-serif;
	color: #999;
	position: absolute;
	right: -50px;
	left: 600px;
	top: 213px;
	background: #fff;
	padding: 5px;
	text-align: justify;
	width: 170px;
	}

#supportingText h3 {
    text-transform: lowercase;
    text-align: right;
    color: #983466;
    }

#supportingText {
	position: relative;
    left: 75px;
    top: -50px;
    text-align: justify;
    padding: 10px;
    width: 500px;
    margin-top:10px;
	}

#linkList {
    font: 9pt tahoma, sans-serif;
	font-weight:bold;
	position: absolute;
    left: -121px;
    top: 198px;
    background: #fff;
    border: #e2e2e2 1px solid;
    padding: 10px;
    width: 150px;
	}

#linkList h3 {
    font: bold 10pt tahoma, sans-serif;
    text-transform: lowercase;
    text-align: right;
    color: #F2F2F2;
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
    }

#lselect ul {
    list-style: none;
    margin: 0;
	padding-top:10px;
    padding-bottom: 20px;
    padding-left: 0px;
    }

#lselect li {
    border-bottom: 1px dotted #FFCCCC;
    padding-bottom: 5px;
    }

#lselect a:link, #lselect a:visited {
    display:block;
    }

#lselect a.c:link, #lselect a.c:visited {
    display:inline;
    font: 8pt tahoma, sans-serif;
    color: #666;
    }

#larchives ul {
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    }

#lresources ul {
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    }

#footer {
    font: 8pt tahoma, sans-serif;
    padding: 5px;
    text-align: center;
    text-indent: 0;
    }
/*
-----------------------------------------------------------------------------------------
=Daten
-------------------------------------------------------------------------------------- */
#maincontent { 
    font: 9px tahoma, sans-serif;
	align:left;
	padding: 2px 10px 10px 0; 
	margin-bottom:15px;
	color: #666; 
} 

#maincontent p { 
    font: 9px tahoma, sans-serif;
	margin-left: 3px;
	color: #666; 
} 

#maincontent .data { 
    font: 9px tahoma, sans-serif;
	color: #666; 
	width: 500px; 
} 

#maincontent .data tr{ 
    font: 9px tahoma, sans-serif;
	color: #666; 
	background-color: #E3FAFB;
} 

#maincontent .data td { 
    font: 9px tahoma, sans-serif;
	color: #666; 
	padding:5px; 
	border:1px solid #E3FAFB;
} 	

