/******************************************************************************
						Standart
******************************************************************************/

body, table
{
	color: #000;
	font-size: 4mm;
	font-family:  Arial,Helvetica,sans-serif;
}

h1
{
	font-size: 260%; /* 32px */
	font-weight: bold;
}

h2
{
	font-size: 150%; /* 24px */
	font-weight: bold;
}

h3
{
	font-size: 100%; /* 18px */
	font-weight: bold;
}

h4
{
	font-size: 80%; /* 12px */
	font-weight: bold;
}

h5
{
	font-size: 75%; /* 10px */
}

h6
{
	font-size: 50%; /* 8px */
}

a, a:link
{
	color: #00d; /* Blau */
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #008; /* Rot */
}

a:hover, a:active, a:focus
{
	text-decoration: underline overline;
}

abbr
{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	cursor: help;
}

/******************************************************************************
						DIV-TAGS
******************************************************************************/

#titel
{
	height: 5cm;
	padding: 0 0 0 5cm;
	background-image: url(../Image/logo_print.jpg);
	background-repeat: no-repeat;
}

#inhalt
{
	text-align: justify;
}

/******************************************************************************
						Navigation
******************************************************************************/

#navigation
{
	display: none;
}

/******************************************************************************
						Fusszeile
******************************************************************************/

#footer h5
{
	text-align: center;
/*	vertical-align: middle;
    clear: both;
    font-size: 90%;*/
}

