/*
	compact.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 reduced graphic capabilities such as handhelds, cell phones, console browsers, tv screens, voice browsers, braille terminals
*/

* {
	color: #000;
	font-family: sans-serif;
	font-size: 1em;
}

a {
	text-decoration: underline;
}

html, body {
	color: #000;
	background-color: #fff;
	overflow: auto;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

#head {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160px;
	text-align: center;
}

#head img.left {
	float: left;
}

#head img.right {
	float: right;
}

#lang {
	margin-top: 5px;
	text-align: right;
}

#lang a img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#main {
	text-align: center;
}

#main h1 {
	padding-bottom: 5px;
	font-size: 2em;
	font-weight: bold;
}

#main h1, #main p, #main ul, #main table {
	text-align: left;
	margin: 10px 0px;
}

#main ul {
	margin-left: 15px;
	padding-left: 10px;
}

#main table {
	margin: 0px auto;
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

#main table caption {
	margin: 0px auto;
	padding-bottom: 10px;
	font-weight: bold;
}

#main table tbody tr, #main table tbody tr td {
	margin: 0px;
	border: none;
	padding: 0px;
}

#main table tbody tr td.bull {
	font-weight: bold;
}

#foot {
	width: 310px;
	margin: 10px auto;
}

.button {
	display: block;
	width: 142px;
	height: 19px;
	margin: 0px auto;
	border: 2px buttonhighlight solid;
	border-right-color: buttonshadow;
	border-bottom-color: buttonshadow;
	padding: 0px 2px;
	color: buttontext;
	background-color: buttonface;
	line-height: 19px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.button:hover {
	border: 1px buttonhighlight solid;
	border-right-color: buttonshadow;
	border-bottom-color: buttonshadow;
	padding: 1px 3px;
	color: buttontext;
	background-color: buttonface;
	line-height: 21px;
	text-decoration: none;
}

.button:active {
	border: 2px buttonshadow solid;
	border-right-color: buttonhighlight;
	border-bottom-color: buttonhighlight;
	padding: 0px 2px;
	color: buttontext;
	background-color: buttonface;
	font-size: 0.9em;
	line-height: 21px;
	text-decoration: none;
}

.buttonspacer {
	display: block;
	width: 150px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	overflow: hidden;
}

