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

/* xxxxxxxxxxxx BILDER xxxxxxxxxxxx */

/**** Hintergrundbild top ****/
body
{ 
margin:0;
padding:0;
background-repeat:repeat-x;
background-image:url(images/bg_top.jpg);
}

/**** Link Bild ****/
a img {
border:none;

}

/**** Bild allgemein ****/
img
{
text-indent:1em;
}

/**** Bildunterschrift ****/
#bildunterschrift
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-indent:0em;
	line-height:1em;
	color:#666666;
	margin-top:-12px;
}







/**** Bild Rechts Fixed****/

#bild_rechts_fixed {
	position: fixed;
	margin-left: 450px;
	top: 230px;
	width: 400px;
	z-index:0;
}

/**** Bild Rechts Scrolling****/

#bild_rechts_scrolling {
	position: absolute;
	margin-left: 450px;
	top: 230px;
	width: 500px;
	z-index:0;
}


/**** Navigation ****/
ul#Navigation {
	position:absolute;
	margin-left:400px;
	top:100px;
	width:800px;
	height:58px;
	padding-top:6px;
	background-color:#FFFFFF;
	z-index:1;
  }
  
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

ul#Navigation a, ul#Navigation span {
    padding: inherit;
    text-decoration: none; 
	border:none;
  }
  
* html ul#Navigation a, * html ul#Navigation span {
    width: 0em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }

#Navigation_Column_Two
{
	position: inherit;
	margin-left: 122px;

}




/* xxxxxxxxxxxx TEXT POSITIONIERUNG xxxxxxxxxxxx */

/**** Text Inhalte ****/
#content
{
	position: relative;
	left: 70px;
	top: 100px;
	width: 300px;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	text-indent:1em;
	line-height:1.3em;
}

/**** Text Inhalte Rechts ****/
#content_rechts
{
	position: absolute;
	margin-left: 450px;
	top: 230px;
	width: 400px;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	text-indent:1em;
	line-height:1.3em;
}



/* xxxxxxxxxxxx TAGs xxxxxxxxxxxx */


/**** Link Text ****/
p a
{
color:#000000;
background-color:#E7E7E7;
text-decoration:none;
padding-left:5px;
padding-right:5px;

font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
text-indent:0em;
line-height:1em;

}





/**** Listen ****/
ul
{
list-style: none;
    display: inline;
    margin: 0; padding: 0;
	text-align:left;
}

li
{
	
	padding-bottom: 1em;
}






