body
{
	font-family: verdana, sans-serif, arial;
	background-color: #E4E4E4;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

* html body
{
	background-image: url(../images/faden2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

h1
{	font-family: georgia;
	color: #00000;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	margin: 0.5em;
	padding: 0em;

}

p
{
	color: #000000;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
}

#content
{
	float: left;
	padding: 0px;
	margin: 150px 0px 0px 8%;
	height: 530px;
	width: 1200px;
	border: 0px solid red;
	background-image: url(../images/bg.png);
	z-index: 4;
	background-repeat: no-repeat;
}

* html #content
{
	height: 830px;
	width: 1200px;
	background-image:none;
}

#fadenoben
{
	behavior: url(iepngfix.htc);
	padding:0;
	height: 288px;
	width: 403px;
	border: 0px solid red;
	float: left;
	top:0px;
	background-image: url(../images/faden1.png);
	position:absolute;
	z-index:2;
}

#fadenunten

{
	behavior: url(iepngfix.htc);
	padding: 0;
	height: 387px;
	width: 661px;
	border: 0px solid red;
	bottom:0;
	right:0;
	position:fixed;
	background-image: url(../images/faden2.png);
	z-index:2;
}

*html #fadenunten
{
	background-image:none;
	height:0;
	width:0;
}


#footer
{
	padding: 0em 0em 0em 0em;
	border: 0px solid red;
	text-align:left;
	left:9%;
	top:100px;
	position:absolute;
	z-index:21;
}

* html #footer 
{
	position:absolute;
	top:100px;
	left:80px;
	
}


.text 
{ 
	font-family: georgia, verdana, sans-serif;
	line-height: 1.3em;
	font-size:0.9em;
	padding: 0em 0em 0em 0em;
	margin: 0em 1em;
	height: 400px;
	width: 400px;
	border: 0px solid red;
	float: left;
	position:relative;
}		

.fetter
{
	font-weight:bold;
}

.zitat
{
	font-weight:normal;
	text-align:right;
	font-size:0.9em;
}

.titel
{
	padding:0em;
	height: 28px;
	width: 900px;
	border: 0px solid red;
	float: left;
	position:relative;
}

.busy

{
	color:#ffffff;
	background-color:#222222;
}

span.left

{
	margin-left:1em;
	margin-top:10px;
	text-align:right;
	float:left;
}


/*-------------------------------------------*/

a
{
	color:#000000;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	text-decoration: None;
	text-align:left;
}

a:hover
{
	color:#e4e4e4;
	background-color:#000000;
}
	
a:link
{
	color:#00000;
}

a:visited
{
	color:#fffff;
}

a:hover
{
	color:#fffff;
}

a:active
{
	color:#000000;
}
  	
#navi li, #footer li
	
{
    list-style:none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    margin:0px 0px 0px 5px;
    padding:0;

}

#navi ul, #footer ul

{
    margin:0;
    padding:0;
    font-size:0.85em;
}

