/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// For Werbeagentur Rechl <www.rechl.de>
// Copyright 2009
//
// File        : main.css
// Begin       : 2008.11.25 13:34:22
// Last Update : 2009.05.11 12:53:12
*/


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
*.noprint {
	visibility: hidden;
	display: none;
}
*.doprint {
	visibility: visible;
	display: block;
}
*.goleft {
	float: left;
}
*.goright {
	float: right;
}

/* Common classes */
body {
	background-color: #FFF;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:16px;
	text-align: left;
	margin: 0mm;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
}
pre {
	font-family: Courier,Courier New,sans-serif;
}
h1,h2,h3,h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0px 18px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {
	padding: 4px 0px 4px 22px;
}
p {margin: 16px 0px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
blockquote {margin-left: 20px;}
a,a:link,a:active,a:visited {
	color: #2F4F4F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link_selected {
	color: #708090;
}
img {
	border: 0px;
}
input, select {
	border: 1px solid #888;
	background: #FFF;
	color: #444;
	font-size: 11px;
}
input.textbox {
	color: #444;
	padding: 0px 2px;
}
input.textbox.light {
	color: #aaa;
}
input.textbox.big {
	padding: 1px 2px;
}
input.submit {
	background: #CCC;
	padding: 0px 4px;
	cursor: pointer;
}
input.submit:hover {
	background: #AAA;
}