/* 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.94%
	 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%
*/

/* Basis 11px
	18px 163.64%
	12px 109.10%
	11px 100.00%
	10px 90.91%
	 9px 81.82%
	 8px 72.73%
*/

* {
  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 Arial, Verdana, Helvetica, sans-serif;
	color: #6C6E70;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.4em;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
 	padding:5px 0 0 0;
}

h2 a, h3 a, h4 a, h5 a, h6 a,
 h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #6c6e70;
}


h1 {
	font-size: 109.10%;
	color:#005AAA;
	padding-bottom: 5px;
	font-weight:normal;
	text-transform:uppercase;
}

.csc-firstHeader
{
	font-size: 145.45%;
}

.Column2 .csc-firstHeader,
.Column3 .csc-firstHeader,
.start_column3 .csc-firstHeader
{
	font-size: 109.09%;
}

#content_wrap .Column2 .csc-firstHeader
{
	font-size: 145.45%;
}
#content_wrap .Column2 #slide_content .csc-firstHeader
{
	font-size: 109.09%;
}


h2 {
	padding-bottom: 5px;
	font-size: 100.00%;
	font-weight:bold;
	color:#005AAA;
	text-transform:uppercase;
}

h3 {
	padding-bottom: 4px;
	font-size: 100.00%;
	font-weight:bold;
	color:#005AAA;
}

h4 {
	padding-bottom: 3px;
	font-size: 100.00%;
	font-weight:bold;
	color:#005AAA;
}

h5 {
	padding-bottom: 2px;
	font-size: 100.00%;
	font-weight:bold;
	color:#005AAA;
}

h6 {
	padding-bottom: 1px;
	font-size: 100.00%;
	font-weight:bold;
	color:#005AAA;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color:#005AAA;
	padding: 0;
}

.bodytext a
{
	color: #333333;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#005AAA;
}

/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
	/*list-style-image:url(images/bullet.gif);*/
	list-style-image: none;

/*	color:#005aaa;	*/
}

#content_wrap #content ul li,
#content_serviceportal_wrap #content ul li{
	font-size: 109.09%;
	}

ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;

}
td, th {
	padding: 2px;
	border: none;
}

thead,
thead td,
thead th{
	font-weight: bold;
	background-color:#dddddd;
	color:#005AAA;
}

/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/

th {
	background-color: #dddddd;
}

table caption {
	margin: 0px 0 4px 0;
	font-size: 100.00%;
	font-weight:bold;
	color:#005aaa;
	text-align:left;
}

table tr.tr-even td,
table tr td.even {

}

table.contenttable-1 {
	width:50%;
}

table.contenttable-2 {
	width:75%;
}

table.contenttable-3 {
	width:100%;
}


.profile-data table { width:240px;}
.profile-data table td {vertical-align:top;}


/* ------------------------------------------------------- other */
abbr, acronym, dfn {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}

#content p.bodytext
{
	font-size: 109.10%;

}

option {
	padding: 0 3px;
}
blockquote {
	padding-left: 25px;
}
