/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.0
 * @date		2009-03-02
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100.01%;
}
html * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	margin: 4em 0 2em;
}
.unsichtbar {
	display: none;
}
acronym, abbr {
	cursor: help;
}
.clear {
	clear: both;
}

/**
 * layout formats
 */
#page-top {
	position: absolute;
	top: 0;
}
#skip-navi {
	display: none;
}
#page {
	margin: 0 auto;
	width: 70em;
}
#header {
	min-height: 20em;
	width: 23em;
	float: left;
	margin-bottom: 1.5em;
}
#navigation {
	width: auto;
	margin-left: 27em;
}
#content {
	clear: both;
	width: auto;
	border-top: 1px solid #ccc;
	padding: 2em 0 2em 27em;
}
#footer {
	border-top: 1px solid #ccc;
	padding: 1em 0 1em 33.6em;
	font-size: 0.8em;
}

/**
 * header elements
 */
#header a {
	display: block;
	width: 288px;
	height:250px;
	background: url("images/background/hennig-logo.png") left no-repeat;
}
#header span, #header h2 {
	display: none;
}

/**
 * navigation elements
 */
#navigation h5 {
	display: none;
}
#navigation ul {
	list-style: none;
	border-top: 1px solid #ccc;
}
#navigation li {
	display: inline;
}
#navigation ul a {
	display: block;
	padding: 0.7em 0.3em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#navigation ul a:hover {
	background: #f2f2f2;
}
#navigation ul a:active {
	color: #f2f2f2;
	background: #666;
}

/**
 * content elements
 */
#content h2 {
	font-size: 2em;
	font-weight: normal;
	color: #666;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 1.3em;
	margin: 1em 0;
}
#content h4 {
	font-size: 1em;
	margin: 0.5em 0;
}
#content p {
	margin: 0.5em 0;
}
#content a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}
#content th {
	text-align: left;
	border-top: 1px solid #ccc;
	padding: 0.5em 0.2em;
	background: #f2f2f2;
}
#content tr {
	vertical-align: top;
}
#content td {
	border-top: 1px solid #ccc;
	padding: 0.3em 0.2em;
}
#content table ul {
	margin-left: 1em;
	list-style: circle;
}
.reference {
	width: auto;
	margin-bottom: 1em;
}
.reference ul {
	margin-left: 1.2em;
}
#content p.top {
	text-align: right;
	margin-top: 2em;
}
.top a {
	display: block;
	padding: 0.2em 0.1em;
}
.top a:active {
	background: #f2f2f2;
}
#content p.back {
	margin-top: 2em;
}
.back a {
	background: url("images/background/pfeil.png") left no-repeat;
	padding-left: 1em;
}

/**
 * form elements
 */
form {
	margin: 1.5em 0;
}
fieldset {
	border: none;
}
form div {
	clear: both;
	margin-bottom: 1em;
}
label {
	float: left;
	width: 8.5em;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.1em 0.2em;
	width: 30em;
	border: 1px solid #ccc;
}
input:focus, textarea:focus {
	background: #f2f2f2;
}
form div.buttons {
	padding-left: 8.5em;
}
form div.buttons input {
	width: 8em;
	margin-right: 0.5em;
	cursor: pointer;
}

/**
 * footer elements
 */
#footer h5 {
	display: none;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 0.8em;
}
#footer a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li.no-screen {
	display: none;
}
