/*==================================================
Stylesheet fuer die Browserausgabe
(for NACH DER TAT.de)
(c) 2010 by webraumfahrer.com>
==================================================*/
@charset "utf-8";

body {
	background: #fff;
	font-size: smaller;
}

body, 
div, 
p, 
ul, 
h1, 
h2, 
h3, 
h4, 
textarea, 
input, 
select
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

ul li
{
	list-style: none;
}

h1
{
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 22px 0;
}

h2 {
	font-size: 14pt;
	margin-bottom: 1em;
}

dl,
dt,
dd,
#content > div
{
	line-height: 150%;
}

a:link,
a:visited
{
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

a:hover, 
a:active
{
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

/* !wrapper 
---------------------------------------------------------*/
#box {
	width: 100%;
	margin: 0;
	background: none;
}

/* !Logo 
---------------------------------------------------------*/
#logo {
	display: none;
}


#logo_alt {
	display: block;
}

#superman {
	display: none;
}

/* !Main-Navigation 
---------------------------------------------------------*/
#nav {
	display: none;
}

/* !Content 
---------------------------------------------------------*/
#content 
{
	width: 100%;
	min-height: 445px;
	float: left;
	padding: 0;
	background: none;
}

	#content p
	{
	line-height: 1.5em;
	font-size: 10pt;
	margin-bottom: 1em;
	}
	
#content img, #content p img {
	display: none;
}

textarea,
input,
select {
	background: #010101;
	border: 1px solid #333;
	padding: 5px;
	font-size: 10pt;
}

textarea {
	width: 252px;
	height: 40px;
}

input[type=text] {
	width: 252px;
	height: 15px;
}

select.date1, select.date2 {
	width: 90px;
	height: 15px;
	margin-right: 8px;
}

select.date3 {
	width: 95px;
	height: 15px;
}

input[type=radio] {
	margin-right: 15px;
}

input.radio {
	border: none;
}

input[type=submit], input[type=reset] {
	background: none;
	width: 105px;
	height: 35px;
	color: #000;
	font-size: 10pt;
	border: none;
	padding-bottom: 7px;
}

ul.form {
	width: 100%;
	list-style: none;
}

ul.form li {
	height: 38px;
	font-size: 10pt;
}

ul.form li.area {
	height: 68px;
}

ul.form li label {
	float: left;
	width: 48%;
	font-size: 10pt;
}

ul.form li.large label {
	float: left;
	width: 60%;
	font-size: 10pt;
}

ul.form li.large div {
	margin-left: 60%;
	width: 39%;
}

p.formBtns {
	margin-top: 30px;
	padding-left: 248px;
	height: 50px;
}

#reset {
	display: inline-block;
	float: left;
	background: none;
	color: #000;
	font-size: 10pt;
}

#submit {
	display: inline-block;
	float: right;
	background: none;
	color: #000;
	font-size: 10pt;
}

.imp_left {
	width: 50%;
	float: left;
}

.imp_left, .imp_right {
	margin-bottom: 30px;
	font-size: 10pt;
}

.imp_left img, .imp_right img {
	margin: 30px 0;
}

.imp_right {
	width: 48%;
	margin-left: 52%;
}

ul.impressum {
	list-style: none;
	margin-top: 1em;
	font-size: 10pt;
}

ul.impressum li strong {
	float: left;
	width: 85px;
	font-weight: normal;
}

/* !Sidebar 
---------------------------------------------------------*/
#sidebar {
	display: none;
}

.clear {
	clear: both;
}

/* !Footer 
---------------------------------------------------------*/
#footer {
	display: none;
}
