/* @override http://hertze.com/dev/screen.css */

/* @override http://hertze.com/dev/screen.css */

* {
	margin: 0;
	padding:  0;
}

body {
	font: 110% Helvetica, serif;
}

#canvas {
	width: 32em;
	line-height: 1.5em;
	margin: 2em auto;
	color: #424242;
	padding: 0 10em;
}

#stripe {
	height: 2em;
	background: #c7d897 url(./bilder/shade.png) repeat-x 0 bottom;
}

#stripe p {
	width: 32em;
	margin: 0 auto;
	line-height: 2em;
}

#mail_form {
	width: 42em;
	margin-left: -9.8em;	
}

#mail_form p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

textarea, input[type='text'] {
	background-color: #eff2e3;
	border: 1px solid #b9cb80;
	font-size: 1em;
	padding: 0.2em;
	color: #424242;
	margin-left: 0.3em;
}

textarea {
	width: 32em;
	height: 10em;
}

input[type='text'] {
	width: 22em;
}

.form_section {
	clear: both;
}

.label {
	width: 9.4em;
	float: left;
	text-align: right;
	color: #a1af79;
}
div.form {
	width: 32em;
	float: left;
}

div.submit {
	padding-left: 9.8em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #a1af79;
}

hr {
	margin: 2.75em 0 1.75em 0;
	border: none;
	height: 1px;
	background-color: #b9cb80;
}

p {
	margin: 1.5em 0;
}

a {
	text-decoration: none;
	color: #88a531;
	border-bottom: 1px solid #c3d5b5;
}

a:hover {
	background-color: #eff2e6;
	color: #5e5e5e;
}

#stripe a {
	color: #fffeff;
	border: none;
	text-shadow: #5e5e5e 1px 1px 2px;
}

#stripe a:before {
  content: "★";
  opacity: 0.5;
  padding-right: 2px;
}

#stripe a:hover {
	background-color: rgba(208,226,159,0);
	color: #5e5e5e;
	text-shadow:  none;
}

p.alert {
	color: #cb4043;
}

p.alert, p.tack {
	padding-left: 9.8em;
}

#canvas img {
	width: 32em;
}