* {
	margin: 0;
	padding: 0;
	letter-spacing: 0.08em;
	color: #adac9b;
}
.dns {display: none;}
/* basisschrift IE*/
html {
	font-size: 75%;
}
/* basisschrift für standardkonforme browser*/
html>body {
	font-size: 1em;
	line-height: 1.5em;
}
body, html {height: 100%;}
body {
	background: #0a0a0a url(../bilder/all/body_bg_black.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
/*box positioning*/
#seite {
	margin: auto;
	width: 780px;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #0a0a0a url(../bilder/all/bg_content.jpg);
}
#seite1 {
	margin: auto;
	width: 780px;
	position: relative;
	background: #0a0a0a url(../bilder/all/bg_content.jpg);
}
#kopf {
	width: 780px;
	height: 120px;
	background-image:url(../bilder/all/bg_kopf.jpg);
	margin: 0;
}
.menuhome {
	display: block;
	margin: 15px 0 0 85px;
	font-size: 0.83em;
	color: black;
	
}
#menu {
	width: 241px;
	float: left;
	padding: 0 0 0 11px;
}
#inhalt {
	width: 517px;
	float: right;
	padding: 0 11px 0 0;
}
/*navigation*/
#menu {
	width: 241px;
	float: left;
	padding: 0 0 0 11px;
}
img {border: 0;}
/*schriftgroessen und absätze - em bezieht sich immer auf das elternelement!!*/
p {
	line-height: 1.5em;
	padding: 0px 30px 20px 25px;
	font-size: 0.9em;
	
}
.dreispaltig {
	width: 142px;
	float: left;
	line-height: 1.5em;
	padding: 0px;
	font-size: 0.9em;
	border: 0px solid red;
	padding: 10px 15px 20px 15px;
}
h1 {
	padding: 10px 30px 5px 25px;
	text-transform: uppercase;
	font-size: 1.35em;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
h2 {
	color: #adc62b;
	font-size: 1em;
	padding: 0px 30px 15px 25px;
	font-weight: lighter;
	text-transform: lowercase;
}
.fett {
	font-weight: bold;
}
.green {color: #adc62b;}
.red {color: #ffff00;}
.abstandoben {
	padding-top: 10px;
}
ul.referenz {
	list-style-position: inside;line-height: 1.5em;
	padding: 0px 30px 0px 25px;
	font-size: 0.9em;
}
ul.referenz ul.referenz {
	font-size: 1em;
}
ul {
	list-style-position: outside; margin-left: 15px;
}

a.linkmenu {
	text-decoration:none; color:#000000; text-transform: uppercase;
}
a.linkmenu:hover {
	text-decoration:underline; color:#000000;
}
a.aktiv {text-decoration:underline overline; color:#000000;font-weight:bolder;text-transform: uppercase;}
/*farben*/

.mittelgrau {background: #383e34 url(../bilder/all/content_bg.jpg);}
.dunkelgrau {background: #232720 url(../bilder/all/content_dark_bg.jpg);}
/*.footer {background-color: black; color: #383e34; clear: both; padding: 10px 30px 10px 25px; position:fixed;
    bottom:0px;width: 462px;}*/
	
label
{
  	display:   	block;
  	width:   	170px;
	height: 20px;
	clear: left;
}
legend {
  	font-weight: bold;
}
fieldset
{ 
  	border:  	1px solid #adac9b;
	margin-right: 20px;
  	padding:  	10px;
  	width:  	200px; 
	float: left;
	text-align: left;
}
fieldset.left
{
  	border:  	1px solid #adac9b;
  	padding:  	10px;
  	width:  	200px; 
	float: left;
	text-align: left;
}
fieldset.lang
{

  	border:  	1px solid #adac9b;
  	padding:  	10px;
  	width:  	445px; 
  	margin:  	0;
	float: left;
	text-align: left;
}
input
{
  	display:   	block;
  	border:  	1px solid #adac9b;
  	padding:  	2px;
  	background:  #232720;
	width: 170px;
	height: 20px;
	float: left;
}

input.left
{

  	display:   	block;
  	border:  	1px solid #adac9b;
  	padding:  	2px;
  	background:  #232720;
	width: 170px;
	height: 20px;
	float: left;
}
input.button
{
	margin-top: 10px;
  	display:   	block;
  	border:  	1px solid #adac9b;
  	padding:  	2px;
  	background:  #232720;
	width: 80px;
	height: 25px;

}
select
{
  	position:   relative;
  	top:   	  	0px;
  	left:   	0px;
  	display:  	block;
  	width:  	200px;
  	border:  	1px solid #adac9b;
}
textarea
{
  	position:   relative;
  	top:   	  	0px;
  	left:   	0px;
  	display:  	block;
	background:  #232720;
  	width:  	440px;
	height: 150px;
  	border:  	1px solid #adac9b;
}
