/* Basisvorlage CSS / Druck
DGNB
www.dgnb.de
Letzte Aenderung: 08.04.2009
*/

body {
background: white;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
color: #000;
}
#header, #col2, #nav, #topnav, #tabmenu {
display: none;
}

#page {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: #000;
background: transparent none;
}

h1, h2,h3, h4, h5, h6 {
padding-top: 2pt;
padding-bottom: 2pt;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: normal;
color: #ccc;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: normal;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: normal;
}

h4 {
font-size: 12pt;
}

p, ul {
font-size: 12pt;
line-height: 14pt;
}

textarea, input[type=text] {
border: none;
border-bottom: 2px #000 dashed;
}

/* Tabellen */
table.standardTabelle, .standardTabelle td, .standardTabelle th {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.standardTabelle td, .standardTabelle th {
	padding: .2em .5em;
	vertical-align: top;
	font-weight: normal;
}
.standardTabelle thead th {
	text-transform: uppercase;
	background: #666;
	color: #fff;
}
.standardTabelle tbody td {
	background: #fff;
}
.standardTabelle tbody th {
	background: #999;
}
.standardTabelle tbody tr.odd td {
	background: #eee;
}
.standardTabelle tbody tr.odd th {
	background: #ccc;
}
.standardTabelle caption {
	text-align: left;
	font-size: 140%;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.standardTabelle table th a:link {
	color: #030;
}
table.standardTabelle th a:visited {
	color: #003;
}
table.standardTabelle td a:link {
	color: #369;
}
table.standardTabelle td a:visited {
	color: #000;
}
table.standardTabelle a:hover {
	text-decoration: none;
}
table.standardTabelle a:active {
	color: #000;
}