/*CSS by Malte Armbruster*/
/*copyright 2005*/

body
    {
    margin: 0;
    padding: 0;
    color: #006;
    font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;/*Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif*/;
	background: #6699CC;
    /*text-align: center;*/
	cursor: default;
    }
a
    {
	border: none;
    color: #0099FF;
    }
a:hover
    {
    color: #0066CC;
    }
acronym
    {
	cursor: default;
	text-decoration: none;
    }

#einleitung h3 span, #eins h3 span, #zwei h3 span, #drei h3 span, #vier h3 span, #lresources h3.resources span, #larchives h3.archives span, #lselect h3.select
    {
    display:none;
    }

#header
    {
	position: relative;
	width: 744px;
    background: url("../Graphics/header.gif") no-repeat;
	margin: 0 auto;
    color: #fff;
    height: 27px;
    padding: 0 0 0 0;
    font-size: .8em;
    }

#container
    {
	border: none;
    margin: 0 auto;
    width: 744px;
    position: relative;
    background: #7D9DDE;
	background-image: url("../Graphics/tile.gif");
	background-repeat: repeat-y;
    padding: 0 0px 50px 0px;
    text-align: left;
    }
* html #container
    {
    width: 744px;
    }

#pageHeader
    {
    position: absolute;
    top: 5px;
    left: 40px;
    }
h1
    {
    background: url("../Graphics/logo.jpg");
	background-repeat: no-repeat;
    width: 676px;
    height: 104px;
	text-align:right;
	font-size:.8em;
    overflow: hidden;
    margin: 0 0 0 0;
    }
h1 span
    {
    display: none;
    }
h2
    {
    font-size: 12px;
    margin: 0;
    }

#ueberblick
    {
	margin: 0 0 0 0;
    padding-top: 80px;
    }
#ueberblick .p2
    {
	font-size: 12px;
	position: absolute;
	top: 92px;
	right: 20px;
	margin: 0;
	left: 389px;

    }
#container #intro #ueberblick .p1
    {
	position: absolute;
	top: 115px;
    font-size: .7em;
    height: 171px;
    background: url("../Graphics/background.jpg") no-repeat;
    margin: 0 0 0 0;
    width: 744px;
    color: #fff;
    font: 1em "Trebuchet MS", sans-serif;
    }
#container #intro #ueberblick .p1 span
    {
	font-size:.8em;
	text-align: justify;
    padding: 25px 570px 0 30px;
    display: block;
    margin: 0;
    font: "Trebuchet MS", sans-serif;
    }

#einleitung
    {
	background: url("../Graphics/parchment.jpg") no-repeat;
	background-position: 50%;
	text-align: justify;
    margin: 200px 40px 0 243px;
    }
	
#hauptText
    {
	text-align: justify;
    margin: 0 40px 0 243px;
    }

#eins, #zwei, #drei, #vier
	{
	background: url("../Graphics/parchment.jpg") no-repeat;
	background-position: 50%;
	}	

#hauptText p, #einleitung p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
 #einleitung h3, #eins h3, #zwei h3, #drei h3, #vier h3
    {
	width: 450px;
    height: 50px;
    margin: 10px 0 0 0;
    }
#einleitung h3
    {
	background: url("../Graphics/heading01.gif");
    }
#eins h3
    {
    background: url("../Graphics/heading02.gif") no-repeat;
    }
#zwei h3
    {
    background: url("../Graphics/heading03.gif") no-repeat;
    }
#drei h3
    {
    background: url("../Graphics/heading04.gif") no-repeat;
    }
#vier h3
    {
    background: url("../Graphics/heading05.gif") no-repeat;
    }
#vier
    {
    margin-bottom: 40px;
    }

#linkList
    {
    position: absolute;
    top: 320px;
    left: 0;
    width: 210px;
	border: none;
    }
#lselect ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
#lselect ul li a
    {
	text-decoration: none;
    display: block;
    font-size: 13px;
    }
#lselect ul li.c, #lselect ul li a.c
    {
    display: inline;
    font-size: 12px;
    color: #333;
    }
#lselect ul li a.c
    {
    text-decoration: none;
    }
#lselect ul li a.c:hover
    {
    color: #D60808;
    }
#lselect ul li
    {
    font-size: 12px;
    border-bottom: 1px solid #E6EEF0;
    }

#footer
    {
	position: relative;
	width: 744px;
    background: url("../Graphics/footer.gif") no-repeat;
	margin: 0 auto 0 auto;
    color: #fff;
    height: 27px;
    padding: 0 0 0 0;
	text-align: right;
    font-size: .7em;
	padding: 0 0 0 0;
	line-height: 26px;
    }
	
#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: none;
    }
a
	{
	text-decoration: none;
	}