html 
{
	margin: 0px;
	padding: 0px;
}

body
{	
	height:100%;
    margin: 0px;
	padding: 0px;
	text-align: left;
	background: #FFC62A url(../images/bg_home.jpg);
	background-attachment: fixed;
}

body, p
{	
	font-family: Arial, Helvetica, sans-serif;
	color: #925140;
	text-decoration: none; 
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;

}

a
{
	color: #201C63;
	text-decoration: underline; 
}

a:hover
{
	color: #781D1E;
	text-decoration: underline; 
}

#vorwort
{
	width:500px;
	height: auto;
	text-align: left;
	background-repeat: no-repeat;
	text-align: left;
	position:relative;
	float:left;
	padding-left: 30px;
	padding-right: 60px;
	color: #201C63;
	text-align: justify;
	padding-top: 20px;
}

#vorwort p,
#vorwort td
{color: #201C63;}

#vorwort .small
{	font-size: 11px;
	line-height: 17px;}

#container
{
	width:395px;
	height: 790px;	
	text-align: left;
	background: #FFC62A url(../images/titel.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 2px solid #FFC62A;
	position:relative;
	float:left;
}

#content0
{
	width: 100px;
	height: 655px;
	float: right; 
	text-indent: -5000px;
	
	font-size: 15px; 
	font-weight: bold; 
	color: #000;
	text-decoration: none; 
	line-height: 20px;
}

#content1
{
	width: 250px;
	float: right;
	clear: both; 
	height: auto;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	background: none;
	color: #000;
}

#content2
{
	width: 250px;
	float: right;
	clear: both;
	height: 50px;
	
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	background: none;
	color: #000;
}

#content3
{
	width: 360px;
	float: left;
	clear: both;
	height: auto;
	
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	background: none;
	color: #000;
	text-align: right;
	
	position:absolute;
	left: 0px;
	top: 275px;
	z-index: 100;
}

