html, body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	height:100%;
	font-size:100%;
	font-family:tahoma, verdana, arial, sans serif;
	line-height:100%;
	color:#000;
}

#b01 {	/* body */
}

#ad01 { /* BigSize */
	display:none;
}

#ad02 { /* Skyscraper */
	display:none;
}

#ad01,
#ad02 {
	display:none;
}

input,select,textarea {
	vertical-align:middle;
	font-size:100%;
	color:#666;
	padding:2px;
	font-family:Tahoma,Verdana,Arial;
}

div.gx_mainContainer {
	width:100%;
	padding:0px;
	background-color:#fff;
	margin-top:0px;
	background-image:none;
}

/* Seitenkopf */
div.gx_siteHeader {
	display: none;
}

div.gx_quicksearch {
	display: none;
}

/* E1 navigation */
div.gx_e1 {
	display:none;
}

/* E2 navigation */
div.gx_e2 {
	display:none;
}
div.gx_e2_naviBG{
	background-color:#fff;
	height:1%;
}
/* E3 navigation */
ul.gx_e3 {
	display:none;
}

/* E4 navigation */
ul.gx_e4 {
	display:none;
}

/* E5 navigation - Alphabet*/
ul.gx_e5 {
	margin:5px 0px 0px 0px;
	padding:0px;
	line-height:120%;
}
ul.gx_e5 li {
	display:inline;
	list-style-type: none;
	padding:1px;
}

/* CONTENT-BEREICH */
p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

h1 {
	color:#000;
	font-size:150%;
	font-weight: bold;
	margin:0;
	padding:0;
	padding-bottom:5px;
	line-height:120%;
}
h2 {
	font-size:100%;
	margin:0;
	padding:1px 3px 1px 3px;
	color:#ffffff;
	background-color: #aaa;
}
h3 {

}

div.gx_chart {
	margin-top:5px;
	width:100%;
}
div.gx_chart div {
	border: 1px solid #CCCCCC;
}

span.toolblock {
	display:none;
}


div.gx_helpSymbol {
	display:inline;
	padding: 0 3px 0 3px;
	margin:0 5px 3px 0;
	color:#00529C;
	border:1px solid #00529C;
	font-size:80%;
}

a,
a:link,
a:visited{
	color:#000;
	font-size:100%;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div.gx_content {
	width:100%;
	background-color:#fff;
	float:left;
	padding: 0px;
}

div.gx_home {
	width:100%;
	background-color:#fff;
	padding: 0px;
}

/* Tabelle f�r Seitenaufteilung */
table.gx_row {
	width:100%;
}
table.gx_row td {
	font-size:70%;
	line-height:140%;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
table.gx_row td.colspan1 {
}
table.gx_row td.colspan2 {
	width:50%;
}
table.gx_row td.colspan3 {
	width:40%;
}
table.gx_row td.colspan4 {
	width:10px;
}
table.gx_row td.colspan5 {
	width:33%;
}
table.gx_row td.colspan6 {
	width:25%;
}
table.gx_row td.colspan6 p {
	padding-left:2px;
	padding-right:2px;
	background-color: #f4f4fc;
}

/* Kursportraittabelle */
table.gx_kursdata {
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}
table.gx_kursdata .r {
	text-align:right;
}
table.gx_kursdata th {
	padding:1px 1px 1px 1px;
	text-align:left;
	color: #00529C;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
table.gx_kursdata td {
	padding:1px 1px 1px 1px;
	font-size:90%;
}

/* Kurstabelle */
table.gx_data {
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}
table.gx_data .r {
	text-align:right;
}
table.gx_data .c {
	text-align:center;
}
table.gx_data th {
	padding:1px 1px 1px 1px;
	text-align:left;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
table.gx_data td {
	padding:1px 1px 1px 1px;
	font-size:90%;
}
table.gx_data td a.selected,
table.gx_data td a.selected:link,
table.gx_data td a.selected:visited {
	font-weight: bold;
}


/* Portrait Daten-tabelle */
table.gx_portrait {
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}
table.gx_portrait .desc {
	font-weight: bold;
}
table.gx_portrait .data {
	text-align:right;
}
table.gx_portrait th {
	padding:1px 1px 1px 1px;
	text-align:left;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
table.gx_portrait td {
	padding:1px 1px 1px 1px;
	font-size:90%;
}

/* Newsabelle */
table.gx_news {
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}
table.gx_news .r {
	text-align:right;
}
table.gx_news th {
	padding:1px 1px 1px 1px;
	text-align:left;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
table.gx_news td {
	padding:1px 1px 1px 1px;
	font-size:90%;
}

/* Alternierende Hintergrundfarben */
.gx_c01 {
	background-color: #ffffff;
}
.gx_c02 {
	background-color: #F0F0F0;
}

/* Kursfarben */
.gx_green {
	color: #009900;
}
.gx_red {
	color: #FF0000;
}

/* weiterf�hrende links */
div.gx_more {
	display:none;
}

div.gx_more a,
div.gx_more a:link,
div.gx_more a:visited {
	color:#00529C;
	font-size:100%;
	text-decoration:none;
	padding-left:13px;
	background:url(../img/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Seiten links */
div.gx_page {
	text-align: right;
}

div.gx_page a,
div.gx_page a:link,
div.gx_page a:visited {
	color:#00529C;
	font-size:100%;
	text-decoration:none;
	margin:0px 2px 0px 2px;
}

/* Fix f�r Contenth�he */
div.clearboth {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	width:0;
	height:0;
	line-height:0;
	font-size:0px;
}

sup{
	font-size:80%;
	padding:-2px 1px 0 1px;
}
div.desctext {
	font-size:90%;
}

/* Disclaimer */
div.gx_disclaimer {
	margin-top: 40px;
	font-size: 70%;
	text-align: center;
}
div.gx_disclaimer a,
div.gx_disclaimer a:link,
div.gx_disclaimer a:visited {
	color:#000;
	text-decoration:none;
	margin:0px 2px 0px 2px;
}

/* formulare */
form.gx_form {
	margin: 0px;
	padding:0px;
}
div.gx_formbox {
	background-color: #E2E2E2;
	padding: 10px;
}
div.gx_formbox h4 {
	margin: 0px;
	padding:0px;
	font-size:110%;
	color: #666666;
	font-weight: bold;
}


div.gx_formbox table.grid {
	width:100%;
}
div.gx_formbox table.grid td {
	padding:2px 5px 2px 0px;
	font-size:100%;
	white-space: nowrap;
}
div.gx_formbox table.grid td.description {
	vertical-align: middle;
	width: 100%;
}
div.gx_formbox table.grid td.submit {
	text-align: right;
}

div.gx_formbox input {
}

div.gx_formbox input.submit {
	color:#00529c;
	font-size:110%;
	font-weight:bold;
	padding: 0px;
}



div.gx_delete a,
div.gx_delete a:link,
div.gx_delete a:visited {
	color:#FF0000;
	text-decoration:none;
	padding-right:20px;
	margin-right:10px;
	background:url(../img/icon_up.gif);
	background-repeat: no-repeat;
	background-position: right;
}
