/*
	full.css from 2007-09-18 version 4.0
	author: Simon Rupf <simon.rupf@int-ag.ch>
	cascading style sheet for webdesign with vertical navigation
	design for media with full graphic capabilities such as computer screens or beamers
*/

/* Standards für die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links)

html, body {
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	overflow: auto;
}

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #999;
	text-decoration: none;
}
 */
.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error {
	color: #f00;
}

em {
	font-size: 12px;
	font-style: normal;
}

/* Grundgeruest

#head {
	font-size: 18px;
	font-weight: bold;
	line-height: 160px;
	text-align: center;
}

#head img.left {
	float: left;
}

#head img.right {
	float: right;
}

#lang {
	margin-top: 10px;
	text-align: right;
}

#lang a img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
 */
#content {
	text-align: center;
}

#content h1 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#content h1, #content p, #content ul, #content table, #content form p {
	text-align: left;
	margin: 20px;
}

#content ul {
	margin-left: 25px;
	padding-left: 10px;
}

#content table {
	margin: 0px;
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

#content[id] table {
	margin: 0px 20px;
}

#content table caption {
	margin: 0px auto;
	padding-bottom: 20px;
	font-weight: bold;
}

#content table tbody tr, #content table tbody tr td {
	margin: 0px;
	border: none;
	padding: 0px;
}

#content table tbody tr td.bull {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	overflow: hidden;
}

table.full, table.full tbody tr {
	width: 920px;
}

table.full caption {
	padding-bottom: 10px !important;
	font-weight: normal !important;
	text-align: left;
}

table.full tbody tr td {
	width: 50%;
	padding-bottom: 10px !important;
	vertical-align: top;
}

td.right {
	text-align: right;
}

#foot {
	width: 410px;
	height: 30px;
	margin: 20px auto;
}

#foot form {
	display: inline;
}

.footnote {
	border-top: 1px #000 solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center !important;
}

/* Formulare */

.button {
	display: block;
	width: 186px;
	height: 26px;
	margin: 0px auto;
	border: 2px buttonhighlight solid;
	border-right-color: buttonshadow;
	border-bottom-color: buttonshadow;
	padding: 0px 5px;
	color: buttontext;
	background-color: buttonface;
	line-height: 26px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.button:hover {
	border: 1px buttonhighlight solid;
	border-right-color: buttonshadow;
	border-bottom-color: buttonshadow;
	padding: 1px 6px;
	color: buttontext;
	background-color: buttonface;
	line-height: 28px;
	text-decoration: none;
}

.button:active {
	border: 2px buttonshadow solid;
	border-right-color: buttonhighlight;
	border-bottom-color: buttonhighlight;
	padding: 0px 5px;
	color: buttontext;
	background-color: buttonface;
	font-size: 15px;
	line-height: 28px;
	text-decoration: none;
}

input.button {
	height: 30px;
	width: 200px;
}

.buttonspacer {
	display: block;
	width: 200px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	overflow: hidden;
}

.field {
	width: 50%;
	border: none;
	border-bottom: 1px #999 dashed;
	padding: 1px;
	color: #666;
	background-color: #fff;
}

.field:focus, .iefocus {
	border-bottom: 1px #666 dashed;
	color: #000;
	background-color: #fff;
}

