/* CSS Document */

BODY	{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

IMG	{
	border: none;
}

/**	Container **/
#kuestermann_logo	{	
	position: absolute;
	top: 515px;
	left: 10px;
	z-index: 1;
}

#balken	{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 39px;
	color: #ffffff;
	background-color: #9E181B;
	z-index: 1;
}

#k	{
	position: absolute;
	top: 46px;
	left: 70px;
	z-index: 2;
}

#ausweis	{
	position: absolute;
	top: 192px;
	left: 191px;
	z-index: 2;
}

#ausweis_r	{
	position: absolute;
	top: 100px;
	left: 780px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
	width: 180px;
}

#ausweis_rechts	{
	position: absolute;
	top: 155px;
	left: 628px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
	width: 180px;
}

#illustration	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#fotokk	{
	position: absolute;
	top: 400px;
	left: 380px;
	z-index: 1;
}

#unterschrift	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#content	{
	position: absolute;
	top: 125px;
	left: 377px;
	width: 488px;
	z-index: 3;
}

#content H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #9E181B;
}

#content P, #content ul, #content dl	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* line-height: 20px;	*/
	font-weight: normal;
	color: #000000;
}

dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

dd {
	margin-left: 300px;
	margin-bottom: 10px;
}

dd img {
	border: 1px solid #aaa;
}

#content small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
	display: block;
	margin-top: 5px;
	text-align: center;
}

#content td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

/** Navigation **/
#navigation	{
	position: absolute;
	top: 70px;
	left: 220px;
	z-index: 2;
}

#navigation A	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 40px;
}

#navigation A:HOVER	{
	text-decoration: underline;
}

/** Adresse **/
#adresse	{
	position: absolute;
	top: 125px;
	left: 10px;
	width: 180px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;
	text-align: center;
}


#content td { padding-bottom: 5px; }
