﻿/* 
	AUTHOR 	=> Matthias Lammertz
	PUBLISHER	=> http://www.lammertz.net
*/


*
{
	margin: 0; 
	padding: 0; 
	border: 0;
}

body 
{ 
	background: #ffffff;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	font-size: .7em;
	color: #000000; 
}

a:link, 
a:active, 
a:visited 
{ 
	color: #000000;
	text-decoration: none; 
}

a:hover 
{ 
	color: #8B0000;
}


#btnback
{
	position: absolute;
	line-height: 27px;
}

#btnback a
{
	display: block;
    background: url("zur1.gif") right bottom no-repeat;
    width: 27px;
    height: 27px;
	padding-right: 4em;
}

#btnback a:hover 
{
	background-image: url("zur2.gif");
}



/* print all 
---------------------- */

h4 
{ 
	position: absolute; 
	margin: 335px 0 0 375px;
	font-size: 1.6em; 
	font-weight: normal; 
	z-index: 10; 
}

#point11
{ 
	position: absolute; 
	margin: 370px 0 0 375px;
	width: 340px; 
	z-index: 10;
}

#point21, #point22, #point23
{ 
	position: absolute; 
	display: block;
	z-index: 0;
}

#point31, #point32, #point33, #point34, #point35, #point36, #point37, #point38, #point39
{ 
	position: absolute; 
	z-index: 5; 
}

p
{
	text-indent: -8.4em;	
	margin-bottom: 1em;
}

.t96
{
	width: 0;
	padding-left: 8.4em; 	
	display: inline-block;
	color: #000000;
}

.wer
{
	color: #b81215;
}




/* IE6
---------------------- */

* html #point11 { margin-left: 280px; padding-left: 8.4em; }

