@charset "utf-8";
/* CSS Document */

html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background-color:rgb(26,63,113);
		background-image:url(../images/background.png);
		background-repeat:repeat-x;
		background-attachment:fixed;
		color:#CCC;
}

* html, * html body {
        overflow: hidden;
        text-align:center;
}

* html #kopfbereich {
        left:-16px;
        height:148px;
        width:100%;
        position:absolute;
        overflow:hidden;
}


* html + body #kopfbereich {    /* nur IE 5.0 */
        left: 0;
}


#kopf        {
        text-align:left;
		margin-left:-495px;
        height:148px;
        width:990px;
        position:fixed;
        top:0px;
        left:50%;
        background-image:url(../images/background.png);
		background-repeat:repeat-x;
}

* html #kopf        {
        height:148px;
        position:absolute;  
        left:50%;
}

* html.*  #kopf {               /* nicht IE 5.0 */
        margin-left:-487px;
}

#kopf h1        {
        color:#000;
        text-align:center;
}


/*KOPF*/

#navigation	{
	width:990px;
	height:40px;
	background-image:url(../images/bluetop.png);
	background-repeat:repeat-y;
	overflow:hidden;
	text-align:center;
}

#menu	{
	padding:0px;
	margin:0px;
	margin-top:10px;
}

#menu li	{
	list-style-type:none;
	display:inline;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

#menu a	{
	color:rgb(204,204,204);
	text-decoration:none;
}

#whiteline	{
	width:990px;
	height:2px;
	background-image:url(../images/whiteline.png);
	overflow:hidden;
}

#head	{
	width:990px;
	height:106px;
	margin:0px;
	position:relative;
}

#editionimmanente	{
	background-image:url(../images/logoedition.png);
	width:122px;
	height:39px;
	position:absolute;
	top:10px;
}

#editionimmanente a	{
	width:122px;
	height:39px;
	display:block;
}

#bildungsstiftung	{
	background-image:url(../images/logostiftung.png);
	width:96px;
	height:45px;
	position:absolute;
	right:0px;
	top:5px;
}

#bildungsstiftung a	{
	width:96px;
	height:45px;
	display:block;
}

/*KOERPER*/

#koerper {
		/*background-image:url(content-large.jpg);
		background-repeat:repeat-y;
		background-position:center;*/
		min-height:100%;
		height:auto;
}

* html #koerper {
        height:100%;
        width:100%;
        overflow: auto;
        overflow-y: scroll;
}

#inhaltsbereich        {
        margin:0 auto;
        padding:1px 0;
		padding-top:147px;
        width:844px;
		background-image:url(../images/contentbackground.png);
		background-repeat:repeat-y;
        text-align:left;
		min-height:700px;
}

#inhaltsbereich_hell	{
	background-color:rgb(248,239,196);
	margin:0 auto;
    padding:1px 0;
	padding-top:147px;
    width:844px;
    text-align:left;
	min-height:700px;
}

* html #inhaltsbereich {
        width:844px;
		height:700px;
}

#inhalt    {
        margin:0;
        padding:0;
}

#impressum	{
	margin:0 auto;
	padding-bottom:20px;
	width:844px;
	/*background-image:url(../images/contentbackground.png);
	background-repeat:repeat-y;*/
	text-align:left;
}