@charset "UTF-8";
/* CSS Document */
*
{
margin:0;
padding:0;
}
body
{
	
}

#inhalt 
{
	padding: 0px;
	width: 1000px;
	height: auto;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap
{
	width: 1000px;
	height: auto;
	background-color: #CCC;
}
#nav
{
	height: 150px;
	width: 1000px;
	position: relative;
}
#jquery
{
	height: 350px;
	width: 1000px;
	float: left;
	clear: both;
	position: relative;
}
#midcontents
{
	background-color: #FFF;
	height: auto;
	width: 1000px;
	position: relative;
	top: 40px;
	float: left;
	clear: both;
}
#identity
{
	height: 50px;
	width: 325px;
	background-color: #FFF;
	position: relative;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
#print
{
	height: 50px;
	width: 325px;
	background-color: #FFF;
	position: relative;
	clear: both;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
}
#illustrations
{
	height: 50px;
	width: 325px;
	background-color: #FFF;
	float: right;
	position: relative;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
}

#filler
{
	height: 10px;
}
a
{
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #963;
}
#footer
{
	background-color: #CCCCCC;
	height: 10px;
	width: 990px;
	position: relative;
	clear: both;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	float: left;
}
