/*  =========================================================
Stylesheet für die Kießling Industrielackierungen"
Stand:  29/07/07
Datei:  lackierzentrum.css
Autor:  DBO
Aufbau  1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
        3. Sonstige Styles
========================================================== */

/* ======================================
   1. Kalibrierung und allgemeine Styles
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }

/* =====================
   Allgemeine Selektoren
   ===================== */
h1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 180%;
    font-weight: bold;
    color: #006600;
    padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100%;
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
}
ul {
	margin-left: 30px;
}
li {
	list-style-image: url(../images/pdf.gif);
	padding-left: 20px;
    padding-bottom: 12px;
    margin-left: 30px;
}
p {
	padding-bottom: 5px;
}
/*  ==========
    Hyperlinks
    ========== */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: mormal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #555555;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: mormal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #555555;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: mormal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #CC0000;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: mormal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #CC0000;
}
/*  ===========================
    Allgemeine Klassen und ID's
    =========================== */
.download {
	background-color: #d1e4d1;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #b3b3b3;
}
.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #006600;
    padding-bottom: 10px;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
    border-bottom: 1px solid #808080;
}
.standardtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.standardtextfett, p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.zusatztextfett {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
}
.zusatztextfett1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
    border-bottom: 1px solid #808080;
}
.li1969 {
	list-style-image: url(../images/home/li1969.gif);
    margin-left: 40px;
}
.li1978 {
	list-style-image: url(../images/home/li1978.gif);
    margin-left: 40px;
}
.li1981 {
	list-style-image: url(../images/home/li1981.gif);
    margin-left: 40px;
}
.li1989 {
	list-style-image: url(../images/home/li1989.gif);
    margin-left: 40px;
}
.li1992 {
	list-style-image: url(../images/home/li1992.gif);
    margin-left: 40px;
}
.li1995 {
	list-style-image: url(../images/home/li1995.gif);
    margin-left: 40px;
}
.li2003 {
	list-style-image: url(../images/home/li2003.gif);
    margin-left: 40px;
}
.li2004 {
	list-style-image: url(../images/home/li2004.gif);
    margin-left: 40px;
}
.li2005 {
	list-style-image: url(../images/home/li2005.gif);
    margin-left: 40px;
}
.li2006 {
	list-style-image: url(../images/home/li2006.gif);
    margin-left: 40px;
}
.li2007 {
	list-style-image: url(../images/home/li2007.gif);
    margin-left: 40px;
}
.pic {
	padding: 1px;
	margin: 2px;
    border: 1px solid #b3b3b3;
}
.pic1 {
	padding: 1px;
	margin: 2px;
    border: 1px solid #ffffff;
}
.table1 {
	border-bottom: 1px solid #808080;
}
/* ====================================
   2. Styles für die  Layoutbereiche
   ==================================== */
#wrapper {
	padding-bottom: 1em;
	margin: 0 25% 0 17px;
	border-bottom: 1px solid #808080;
}
#text {
	padding-right: 0;
    margin-right: 0;
}
