/* 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 {
	/*background-image: url(images/header_gradient_shad.jpg);
	background-repeat: repeat-x;*/
	font-size: 13px;
	font-size: 100%;
	font:small Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	text-transform:none;
	font-size: 91.67%; /* 11px */
	color: #663399;
	margin: 5px 0 0 0px;
/*	font-size:100%;*/
	font-style:normal;
	font-variant:normal;
	color:#663399;
/*	margin: 0 0 8px 0;*/
	padding: 8px 5px 0;
	font-weight: bold;
	background-image: url(images/header_balken_h29.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-top:1px solid #999999;
	height:21px;
}

h2 {
	text-transform:none;
	font-size: 91.67%; /* 11px */
	color: #663399;
	margin: 5px 0 0 0px;
/*	font-size:100%;*/
	font-style:normal;
	font-variant:normal;
	color:#663399;
/*	margin: 0 0 8px 0;*/
	padding: 8px 5px 5px;
	font-weight: bold;
	background: url(images/header_balken_h29.jpg) #d0d0d0;
	background-position: left top;
	background-repeat: repeat-x;
	border-top:1px solid #999999;
}

h3 {
	font-size: 123.08%; /* 16px */
	color: #666;
	margin: 0px;
	font-style:normal;
	font-variant:normal;
/*	margin: 0 0 8px 0;*/
	padding: 12px 0px;
	font-weight: bold;
/*	background-image: url(images/header_balken_h20.jpg);
	background-position: left top;
	background-repeat: repeat-x;*/
}

h4 {
	margin-top: 3px;
	font-size: 125.00%; /* 15px */
	color: #666;
	margin-bottom: 3px;
}

h5 {
	font-size: 116.67%;
	color: #666;
}

h6 {
	font-size: 108.34%;
	color: #666;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #639;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	/*color: #008a7d;*/
	color: #639;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 0px 5px 0px;
}
ul li {
/*	font-size: 100%;*/
/*	list-style-image:url(images/pfeil_aufzaehlung.gif);*/
}
ol {
	padding: 2px 3px 5px 25px;
}

#content ul li {
/*	font-size: 100%;*/
/*	list-style-image:url(images/li_icon.gif);*/
	list-style: none;
	background-image: url(images/li_icon.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:6px;
	list-style-position: outside;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	border-spacing: 0px 0;
	margin:15px 0;
	color: #666;
	border-width: 1px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#ffffff;
}

td, th {
	padding: 5px;
	vertical-align: middle;
	border-width: 0 3px;
	border-color:#EFEFEF;
	border-style:solid;
}

thead tr th {
	background-color: #d5cadf;
	color: #333333;
}

table tbody tr {
	background-color: #ebebeb;
}

table tbody tr.odd {
	background-color:#ffffff;
}

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;
	line-height: 18px;
}

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


/* disable print
----------------------------------------------------------*/
#logo span.print {
	display: none;
}
