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

/* Basis 13px
	20px 153.85%
	19px 146.15%
	18px 138.46%
	17px 130.77%
	16px 123.08%
	15px 115.38%
	14px 107.69%
	13px 100%
	12px 92.31%
	11px 84.62%
	10px 76.92%
	 9px 69.23%
	 8px 61.54%
*/

/* Basis 12px
	20px 166.67%
	19px 158.34%
	18px 150.00%
	17px 141.66%
	16px 133.34%
	15px 125.00%
	14px 116.67%
	13px 108.34%
	12px 100.00%
	11px 91.67%
	10px 83.34%
	 9px 75.00%
	 8px 66.67%
*/

* {
  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-family: Arial, Verdana, Helvetica, sans-serif;*/
	font:small Verdana, Arial, Helvetica, sans-serif;
	color: #58585A;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1,h2 {
	font-size: 100.00%;
	margin: 10px 0 2px 0;
	font-weight:bold;
}

h3,h4,h5,h6 {
	margin-top: 3px;
	margin-bottom: 3px;	
	font-size: 100.00%;
	font-weight:bold;
}
/* ------------------------------------------------------- links */
a {
	color: #58585A;
	text-decoration: none;
	font-weight: normal;
	font-weight:bold;
	padding: 0;
}
a:hover {
	color: #58585A;
	text-decoration: underline;
	font-weight:bold;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
}

#content_area ul li {
	list-style-image:url(images/li_icon_orange.gif);
}

ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
td, th {
	padding: 2px;
}

td {
	border-top:1px solid #bbbbbb;
	vertical-align:top;
}

td p {
	padding:0px;
}

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

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

th {
}

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

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

/* lw_bg: lt. Kiesewetter gibt es keinen fetten Text*/
strong {
	font-weight:normal;
}
