/* global.css - contains all global redefinitions of HTML elements */

/* Basis 10px
	20px 200.00%
	19px 190.00%
	18px 180.00%
	17px 170.00%
	16px 160.00%
	15px 150.00%
	14px 140.00%
	13px 130.00%
	12px 120.00%
	11px 110.00%
	10px 100.00%
	 9px  90.00%
	 8px  80.00%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size:13px; /* important for cross OS compatibility */ }
html, body {
	font-size:13px;
	font-size:100%;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	background:url(images/bg.gif) no-repeat #E9F6F8;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 150.00%;
	/* color:#777777; changed dg 17.12.08 */
	color:#999999;
	margin: 10px 0 2px 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 140.01%;
	color:#777777;
}

h3 {
	margin: 3px 0;
	font-size: 130.01%;
	color:#000000;
}

h4 {
	margin: 2px 0;
	font-size: 120.01%;
	color:#000000;
}

h5 {
	margin: 1px 0;
	font-size: 110.00%;
	color:#999999;
}

h6 {
	font-size: 100.00%;
	color:#999999;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color:#666666;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#000000;
}


/* ------------------------------------------------------- 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;
	
}

table p {
	padding:0px;
}

td, th {
	padding: 2px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	background-color: #E6E6E6;
}

thead,
thead td{
	font-weight: bold;
}

/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/

th {
	background-color: #A5BFAA;
}

/* ------------------------------------------------------- other */
abbr, acronym, dfn {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
	line-height:130.00%;
}

option {
	padding: 0 3px;
}
blockquote {
	padding-left: 25px;
}
