/**
 * CSS for berger-vital.ch
 *
 * @author Fabian Vogler
 * @version 1.0
 * @copyright Copyright &copy; 2005 Fabian Vogler
 * @package berger-vital.ch
 */

@import url(nav.css);
@import url(pages.css);

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	/*background-color: #EDF0F1;*/
	background-color: #CCD1D2;
	font-size: 101%;
	text-align: center;
	color: #2B2C2E;
}

a,
a:link {
	text-decoration: underline;
	color: #E37F0C;
}

a:visited {
	color: #CC710A;
}

a:active {
	color: #FF9F0D;
}

a:hover {
	color: #FF9D09;
	text-decoration: none;
}

img {
	border: none;
}

#container {
	width: 47em;
	margin: 0 auto;
	text-align: left;
}

#logo {
	display: block;
}

#logo img {
	width: 20.6em;
	height: 16.5em;
}

.column {
	float: left;
	width: 30em;
}

#layout {
	width: auto;
}

.box {
	margin: 1em;
	font-size: 0.75em;
}

#content {
	background-color: white;
	padding: 1em;
}

.box h1 {
	font-size: 1em;
}

.box h2 {
	font-size: 0.9em;
	margin-top: 1em;
}

.box p {
	font-size: 0.9em;
	margin-top: 0.5em;
	line-height: 1.6em;
}

.box address {
	font-size: 0.9em;
	margin-top: 0.5em;
	line-height: 1.6em;
}

#footer {
	color: #7A7D7E;
	font-size: 0.7em;
	clear: both;
}

#banner {
	height: 10em;
	background-color: #F9A718;
}

#basket {
	padding: 1em;
	background-color: white;
}

#basket h2 {
	margin-top: 0;
}

#basket ul {
	list-style-type: none;
	text-align: right;
	padding: 0.2em;
}

#basket li {
	display: inline;
	font-size: 0.9em;
	padding: 0 0.2em;
}

img.action {
	width: 1.3em;
	height: 1em;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0.05em solid #E1E3E5;
	margin-top: 1em;
}

table td,
table th {
	padding: 0.5em;
	font-size: 0.9em;
}

table thead th {
	background-color: #F0F1F2;
	border-bottom: 0.05em solid #E1E3E5;
}

table td.valuta,
table th.valuta {
	text-align: right;
}

table td.integer,
table th.integer {
	text-align: center;
}

table tr.sum td,
table tr.sum th {
	background-color: #F9FAFA;
	font-weight: bold;
	border-top: 0.05em solid #E1E3E5;
}

table tr.sum .valuta {
	text-decoration: underline;
}

input.button {
	font-size: 0.9em;
	padding: 0.15em;
	margin: 0.3em;
}

form {
	margin-top: 1em;
	padding-bottom: 2em;
}

fieldset {
	border: 0.08em solid #999C9D;
	padding: 0.3em;
	margin-bottom: 1em;
}

fieldset legend {
	background: white;
	font-size: 0.9em;
	padding: 0.3em;
	font-weight: bold;
}

fieldset label {
	font-size: 0.9em;
	display: block;
	padding: 0.3em;
	padding-left: 0.5em;
	float: left;
	clear: both;
}

fieldset div.input {
	padding-top: 0.3em;
	padding-bottom: 0.4em;
}

fieldset div.input input,
fieldset div.input textarea {
	left: 10em;
	border: 0.05em solid;
	padding: 0.2em;
	border-color: #888 #DDD #DDD #888;
	background-color: #F0F0F0;
	display: block;
	margin-left: 9.5em;
	font-size: 0.9em;
}

fieldset div.input input:focus,
fieldset div.input textarea:focus {
	background-color: #F8F8F8;
}

fieldset div.input select {
	left: 10em;
	margin-left: 9.5em;
	display: block;
	font-size: 0.9em;
}

form input.submit {
	font-size: 0.9em;
	margin: 1em 0.1em 0.5em 0.1em;
	padding: 0.1em;
}

form input.hia {
	margin-left: -9000px;
}

.required {
	color: #E37A05;
}

h2.error {
	color: #E37A05;
}

ul.error {
	margin: 0.5em 0 1em 2em;
}

ul.error li {
	font-size: 0.9em;
	padding: 0.2em;
}
