/* 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 Arial,Verdana,Helvetica,sans-serif;
	color: #333333;
	/*background-color: #0660A8;*/
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 136.4%;
	color:#0660A8;
	margin: 0px 0 2px 0;
}
#page_not_found h1 {
	font-size:130.77%;
}

h2 {
	font-size: 118.18%;
	color:#0660A8;
}

h3 {
	font-size: 109.09%;
	margin-top: 3px;
	color:#0660A8;
	margin-bottom: 3px;
	font-weight:bold;
}
h3 a { font-weight:bold;}

h4 {
	font-size: 109.1%;
	color:#0660A8;
}

h5 {
	font-size: 100%;
	color:#0660A8;
}

h6 {
	font-size: 90.9%;
	color:#0660A8;
}
/* ------------------------------------------------------- links */
a {
	font-weight: normal;
	color:#006db2;
	padding: 0;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	/*color: #008a7d;*/
	color:#003366;
}

h1 a,
h1 a:hover {
	font-weight:bold;
}

/* ------------------------------------------------------- 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;
/*	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc; */
}
td, th {
	padding: 2px;
	border: 1px solid #eeeeee;
	vertical-align:top;
}

thead,
thead td{
	font-weight: bold;
}

/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/

th {
	background-color: #EEEEEE;
}/*
.contenttable {
	width:460px;
	display:block;
	overflow:hidden;
}
.contenttable th { vertical-align:top; }
.contenttable td {
	width:57px;
	vertical-align:top;}
*/
.contenttable,
.table-100 {
	border:1px solid #eeeeee;
}
.contenttable thead,
.table-100 thead {
	border:1px solid #eeeeee;
}

.contenttable th,
.table-100 th {
	border-color:white;
	border-width: 0 1px;
}
.contenttable td,
.table-100 td {
	border-width:0 1px;
	padding:3px 3px;
}


/* ------------------------------------------------------- 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;
}

