/**
* © 03/2006 i-D internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Niels Bobogk <niels@i-d.de>
*/
* {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
body {
	font-size: 10pt;
	color: #000;
	background: #fff;
	line-height: 1.4em;
	width: 18cm;
}
a {
	color: #fff;
}
strong {
   font-weight: bold;
}
img {
   border: 0;
}
hr {
	border: none;
	height: 1px;
	width: 100%;
}
h1 {
   font-size: 1.2em;
}
h2 {
   font-size: 1.1em;
}
h3, h4, h5, h6 {
   font-size: 1em;
}
p, ul, ol, dl, form {
   line-height: 1.4em;
   margin: 0 0 1em 0;
}
ul ul, ol ol {
	margin-bottom: 0;
}


/* Layout
----------------------------------------------------------------------------- */
#header {
   position: absolute;
   left: -17px;
   top: -20px;
   height: 134px;
   overflow: hidden;
}
#header img {
	float: left;
}
#breadcrumbs, #left, #picHeader, #styleswitcher, .noDisplay {
	display: none !important;
}
#content {
	position: absolute;
	left: 0;
	top: 130px;
}


/* Formulare
----------------------------------------------------------------------------- */
fieldset {
   padding: 8px;
   border: 1px solid #000;
   margin: 0 0 1em 0;
}
legend {
   padding: 2px;
   font-size: 0.9em;
   font-weight: bold;
}
label {
   float: left;
   width: 9em;
   padding: 2px;
}
textarea {
	font-size: 1em;
}
div.textinput {
   margin: 1px auto 0.5em auto;
}
div.textinput textarea, div.textinput input {
   border: 1px solid #666;
   padding: 2px 3px 4px 3px;
   font-size: 1em;
   width: 400px;
}
input.btn {
   background: #ccc;
   color: #333;
   border: 1px outset #333;
   padding: 3px 10px 4px 10px;
}
