@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
	color: #555555;
	background: #FFFFFF;
}

/* Main Layout Elements */
#header {
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	background-color: #009DE0;
	height: 120px;
}
#navi {
	margin: 0px auto;
	padding: 12px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #009DE0;
	width: 896px;
	height: 22px;
}
#subnavi {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #009DE0;
	width: 896px;
	height: 22px;
}
#bd {
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	overflow: hidden;
	background: #FFFFFF;
}
#bd_1col {
	width: 864px;
	float: left;
	background-color: #FFFFFF;
	padding: 24px 16px 16px;
	margin: 0px;
}
#bd_2col1 {
	width: 640px;
	float: left;
	background-color: #FFFFFF;
	padding: 24px 16px 16px;
	margin: 0px;
}
#bd_2col2 {
	float: left;
	padding:24px 16px 16px;
	width: 192px;
	background: #FFFFFF;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	background-color: #009DE0;
	height: 48px;
}

/* HTML Tags */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	padding: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
p {
	margin-bottom:1.2em;
}
ul, ol {
	margin-bottom:1.2em;
}
ul li {
	margin-left:2.5em;
	list-style: square;
}
ol li {
	margin-left:2.5em;
}
a:link{
	color:#009DE0;
	text-decoration:none;
	font-style: italic;
}
a:visited{
	text-decoration: none;
	color: #009DE0;
}
a:hover{
	color:#009DE0;
	text-decoration: underline;
}

/* Container Related */
#bd h1{
	font-size:1.8em;
	font-weight:normal;
	color: #A8A8A8;
	font-style: italic;
}
#bd h2{
	font-size:1.3em;
	font-weight:bold;
	color: #A8A8A8;
}
#bd h3{
	font-size:1.2em;
	font-weight:bold
}
#bd_1col {
	font-size: 1.3em;
	line-height: 150%;
}
#bd_2col1 {
	font-size: 1.3em;
	line-height: 150%;
}
#bd_2col2 {
	font-size: 1.2em;
	line-height: normal;
	font-style: italic;
}
#bd_2col2 h1 {
	color: #009DE0;
}	
#bd_2col2 h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	color: #555555;
	margin-bottom: 0px;
}

/* Forms */
input, textarea, select{
	font-size: 1em;
	padding:1px 2px;
	color: #555555;
}
form br {
  clear: left;
}
#bd_1col fieldset {
	display: block;
	width: 736px;
	border: 1px solid #CCCCCC;
	line-height: normal;
	padding: 8px 16px 16px;
	font-size: 95%;
	margin-bottom: 24px;
}
#bd_1col legend {
	font-weight: bold;
	padding: 2px 8px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 8px;
}
#bd_1col label {
	display: block;
	width: 112px;
	float: left;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 4px;
}
#bd_1col .formtext{
	border:1px solid #A8A8A8;
	width: 240px;
	display: block;
	float: left;
	margin: 4px;
}
#bd_1col .formtext:focus {
	background-color: #B8E6FB;
	cursor: text;
    }
#bd_1col .formselect{
	border:1px solid #A8A8A8;
	width: 246px;
	display: block;
	float: left;
	margin: 4px;
}

a.button:link {
	color: #DDDDDD;
	text-decoration: none;
	background: url(../images/gradient.jpg) repeat-x 0px 0px;
	padding: 2px 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DDDDDD;
	clear: both;
}
a.button:visited {
	color: #DDDDDD;
	text-decoration: none;
	background: url(../images/gradient.jpg) repeat-x 0px 0px;
}
a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/gradient.jpg) repeat-x 0px -40px;
}

/* Tables */

table.2spaltig {
  border-collapse: collapse;
}

TABLE.2spaltig TD {
  padding: 100px;
}


table.datatable {
}
table.datatable th {
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	color: #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	padding: 4px;
}
table.datatable td {
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
table.datatable tr.border {
}
table.datatable tr.border td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.datatable td.spacer {
	background: url(../images/bg_spacercell.jpg) repeat-x;
}
table.datatable tr.firstrow {
}
table.datatable tr.firstrow td {
	padding-top: 16px;
}


/* Navigation */
#navi ul {
	margin:0px;
	padding:0px;
}
#navi li {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
}
#navi a:link, #navi a:visited, #navi a:hover {
	font-size: 1.4em;
	font-style: normal;
	text-decoration:none;
	padding: 2px 15px;
	margin: 0px;
	border-right: 1px solid #009DE0;
	display: block;
}
#navi a:link, #navi a:visited {
	background-color:#FFFFFF;
}
#navi a.selected:link, #navi a.selected:visited, #navi a.selected:hover, #navi a:hover {
	background-color:#B2E1F6;
}

#subnavi ul {
	margin:0px;
	padding:0px;
}
#subnavi li {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
}
#subnavi a:link, #subnavi a:visited, #subnavi a:hover {
	font-size: 1.2em;
	font-style: normal;
	text-decoration:none;
	padding: 2px 16px;
	margin: 0px;
	border-right: 1px solid #009DE0;
	display: block;
}
#subnavi a:link, #subnavi a:visited {
	background-color:#FFFFFF;
}
#subnavi a.selected:link, #subnavi a.selected:visited, #subnavi a.selected:hover, #subnavi a:hover {
	background-color:#E5F5FC;
}

/* 	Miscellaneous */
.ast {
	color: #009DE0;
}
.warning {
	color: #009DE0;
}
.feedback {
	border: 1px dashed #009DE0;
	padding: 16px;
	margin-bottom: 16px;
	width: 400px;
}
p.spacer {
	background: url(../images/bg_spacercell.jpg) repeat-x;
}
#bd_2col2 .spacer {
	background: url(../images/bg_spacercell_grey.jpg) repeat-x;
}
#footer a:link {
	color: #FFFFFF;
	font-size: 0.9em;
}
.footnote {
	font-size: 90%;
}

/* Newsticker */
#pscroller1{
	width: 200px;
	height: 150px;
	border: 0px solid black;
	padding: 5px;
	background-color: #FFFFFF;
}

