/* global.css - contains all global redefinitions of HTML elements */

/* Basis 16px
	20px 125.0%
	19px 118.75%
	18px 112.5%
	17px 106.25%
	16px 100.0%
	15px 93,75%
	14px 87.50%
	13px 81.25%
	12px 75.00%
	11px 68.75%
	10px 62.50%
	 9px  56.25%
	 8px  50.00%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
  /*font-weight:normal;*/
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 13px;
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 130.00%;
	color:#888e15;
	margin: 10px 0 2px 0;
}

h2 {
	font-size: 125.0%;
	color:#888e15;
}

h3 {
	margin-top: 3px;
	font-size: 118.75%;
	color:#888e15;
	margin-bottom: 3px;	
}

h4 {
	font-size: 112.5%;
	color:#888e15;
}

h5 {
	font-size: 106.25%;
	color:#888e15;
}

h6 {
	font-size: 100.0%;
	color:#888e15;
}
/* ------------------------------------------------------- links */
a {
	color:#cc6600;
	font-weight:normal;
	padding:0pt;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
}
ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
td, th {
	padding: 2px;
	/*border: 1px solid #CCCCCC;*/
}

thead,
thead td{
	font-weight: bold;
}

/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/

th {
	background-color: #EEEEEE;
}

/* ------------------------------------------------------- other */
abbr, acronym, dfn {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}

option {
	padding: 0 3px;
}
blockquote {
	padding-left: 25px;
}
#lw_zombigPrintLogo {
	display:none;
}