/* CSS Document */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 620px;
}
a, a:visited {
	color: #2B4C82;
	text-decoration: none;
}
a:focus, a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a.none {
	color: #000000;
	text-decoration:none;
}
a.up {
	color: #000000;
	text-decoration:overline;
}
a.down {
	color: #000000;
	text-decoration:underline;
}
.printOnly {
	color: #888;
	display: block;
	font-size: 12px;
	font-style: italic;
	margin: 0px 0px 5px 0px;
} 
td {
	border-top: #E1E1E1 1px solid;
}

/* Header - Logo, Adresse, Email, Telefon, Fax */
/*---------------------------------------------*/

/* umspannt gesamten Headerbereich (ausser Logo) */
#header {
	border-bottom: #cccccc 1px solid;
	color: #2B4C82;
	font-size: 12px;
	height: 160px;
	left: 0px;
	margin: 0px 20px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 620px;
}
/* Logo */
#logo {
	left: 0px;
	position: absolute;
	top: 20px;
}
/* DokuCenter Logo */
#dokuCenter {
	position: absolute;
	right: 0px;
	top: 170px;
}
/* Sprachumschaltung D | F | I */
#languages {
	display: none;
}
/* unter Logo, Sekretariat: ... */
#address {
	left: 0px;
	position: absolute;
	top: 90px;
}
/* rechts aussen, Email, Telefon, Fax */
#phone {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 90px;
}

/* Navigation */
/*------------*/

#navigation {
	display: none;
}

/* Content */
/*---------*/

#content, #internContent {
	left: 20px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	position: absolute;
	text-align: left;
	top: 220px;
	width: 620px;
}
#content h1 {
	display: inline;
	font-size: 15px;
	margin: 20px 0px -15px 0px;
	*margin: 20px 0px -20px 0px;
	padding: 0px;
}
#content h2 {
	font-size: 15px;
	margin: 20px 0px -15px 0px;
	*margin: 20px 0px -20px 0px;
	padding: 0px;
}
/* concept.html/Leitbild */
h2#download {
	margin: 30px 0px 0px 0px;
}
#dl_german {
	width: 620px;
}
#dl_german a, #dl_french a, #dl_german a:visited, #dl_french a:visited {
	color: #666666;
}
#dl_german a:focus, #dl_french a:focus, #dl_german a:hover, #dl_french a:hover {
	color: #0066CC;
}
/* volume.html/Transaktionsvolumen */
#volumeTable {
	text-align: center;
}
#statisticLeft, #statisticRight {
	float: left;
	margin: 15px 15px 0 0;
}
