/* 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%;
	/*lw_bg: Schriftgr��e im IE6 weicht ab, geht nur mit font: small Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #EEEEEE;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 133.33%;	/* 16px */
	color:#000000;
	margin: 0px 0 3px 0;
}

h2 {
	font-size: 100%;	/* 15px */
	color:#000000;
	margin:0px 0 3px;
}

h3 {
	font-size: 100%;	/* 14px */
	color:#000000;
	margin-bottom: 3px;
}

h4 {
	font-size: 100%;	/* 13px */
	color:#000000;
}

h5 {
	font-size: 100%;
	color:#000000;
	border-bottom: 1px solid #BDBEBF;
}

h6 {
	font-size: 91.67%;
	color:#000000;
}
/* ------------------------------------------------------- links */
a {
	color:#ca1318;
	text-decoration: none;
	padding: 0;
}
a:hover {
	color:#878889;
}

#content a,
#right_side a { }

#content h3 a,
#content table a { font-size:100%; }

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

ul li {
	/*list-style:none;*/
	/*background-image:url('../images/sub_menu_dot.gif');*/
	background-position:2px 7px;
	/*background-repeat:no-repeat;*/
	/*padding-left:10px;*/
}

#header ul li,
#main_menu ul li,
#main_menu_2 ul li,
	.tab ul li,
#left_side ul li,
#footer ul li {
	background-image:none;
	background:none;
}

/* ------------------------------------------------------- table */
table {
	margin-bottom:5px;
	border:0 solid #bdbebf;
	border-collapse: separate;
    border-spacing: 0;
}
td, th {
	padding: 4px;
	border: 2px solid #bdbebf;
	border-width:0 2px;
	vertical-align:top;
}

.contenttable {
	border:2px solid #bdbebf;
	border-width:2px;
}

thead,
thead td{
	font-weight: bold;
}
/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/
th {
	background-color: #dadadc;
	font-size:83.33%;
	border:2px solid #BDBEBF;
	border-width:0 1px 2px 1px;
	padding:4px 6px 7px 6px;
}
th.td-0 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
}
th.td-last {
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
}


td {
	font-size:75%;
	border:2px solid #BDBEBF;
	border-width:0 1px;
	padding:3px 6px 5px;
	vertical-align:top;
}
.td-0 {
	border-left-width:0;
}
.td-last {
	border-right-width:0;
}

.tr-even td{
	background-color: #dadadc;
}
thead tr.tr-even{
	background-color:transparent;
}
.tr-last .td-0{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
}
.tr-last .td-last{
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
}

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

