/*******************************************************

		CSS for Paul Eccarius Lohnabfüllung

		Date		:  31.07.2004

		Author 	: Otto Gierling -- ottogierling@web.de
		Copyright 2004 Otto Gierling

*******************************************************/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: White;
}

html, body {
	height: 100%;
	font-size: 95%;
	text-align: center;
}

body {
	background-image: url(../pics/eccarius_bg_02.jpg);
	background-color: #005CFF;
}


th {
	text-align: center;
	font-size: smaller;
	font-style: italic;
	}

td {
	font-size: 90%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

pre {
	border: 1px solid #0038F9;
}
strong{
	font-variant: small-caps;
	font-style: italic;
}

#formate {
	border: 2px solid #0056FE;
	width: auto;
}

#etiketten{
	position: relative;
	left: 20px;
}

.hochformate {
	background-color: #0056FE;
}

#hauptrahmen {
	text-align: left;
	position: relative;
	height: 100%;
	min-height: 570px;
	width: 100%;
	margin: 0px auto;
}

#logo{
	width: 300px;
	height: 168px;
	z-index: 500;
}

#slogan {
	position: absolute;
	top: 20px;
	right: 20px;
}

#navcontainer {
	position: absolute;
	left: 20px;
	top: 190px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 4px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px outset #008FFF;
	width: 160px;
	background-color: #005CFF;
/*	background-image: url(../pics/l1_down_button.gif);
	background-position: right bottom; */
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px inset #008FFF;
	background-color: #013CFA;
/*	background-image: url(../pics/l1_over_button.gif);
	background-position: right bottom;  */
	color: #EEE;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px inset #008FFF;
	background-color: #013CFA;
/*	background-image: url(../pics/l1_over_button.gif);
	background-position: right bottom;   */
	color: #EEE;
}

#adresse{
	position: absolute;
	left: 20px;
	top: 450px;
	font-variant: small-caps;
	font-size: 12px;
}

#headline {
	position: absolute;
	top: 110px;
	left: 40%;
	width: 60%;
	font-size: larger;
	font-weight: lighter;
	font-variant: small-caps;
	background-color: #005CFF;
}

#inhalt {
	position: absolute;
	top: 170px;
	left: 250px;
	right: 30px;
	background-color: transparent;
	padding-bottom: 10px;
	height: auto;
	overflow: auto;
	border-bottom: 4px solid #0110F1;
}

#bildrechts {
	float: right;
	margin-left: 5px;
	border: 10px solid #0044FB;
}

#bildlinks {
	float: left;
	margin-right: 5px;
	border: 10px solid #0059FF;
}
p:first-letter {
	font-size: 120%;
	font-weight: bolder;
}





