/*-------------Reset und Body-------------------------*/

* {
margin:0;
padding:0;
} 
html {
height:101%;
z-index: 10;
}
body {
background-color: #339;
background-color: #fff;
color:black;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
overflow:auto;}
/*------------------Standarttags----------------------*/
p {
font-size: 1em;
line-height:1.2em;
/*margin:3px;*/
margin-bottom: 0.5em;
font-weight:normal;
}
h1, h2, h3 {
font-weight:normal;
padding-bottom:0.5em;
}
table {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 1.0em;
border-collapse: separate;
border-spacing: 0px 0px;
}
select{
padding:10px;
margin: 10px 10px 10px 0;
}
tr td{
background-color:transparent;
padding:2px 15px 2px 2px ;
width:auto;
}
h1, h2, h3 {
background-color: transparent;
color:#AA3333;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
margin:0.2em 0;
}
h1 {
font-size:2em;
padding-bottom:1em;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1em;
font-weight:bold;
}
ul {
list-style-type:none;
}
li {
}
address {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 1.2em;
margin: 10px;
}
a:link {
color: #AA3333;
text-decoration: none;
}
a:visited {
color: #AA3333;
text-decoration: none;
}
a:hover {color: #a88; }
a:active { }
input {
padding:2px;
}

/*---------------------------ID's------------------------*/
#wrapper{
height:101%;
margin:10px auto;
width:800px;
background-color: #bdbaff;
background-color: #eee;
border: 1px solid #9b9bdd;

}
#top{ 
position: relative;
background-image: url(../images/static/topbannerhintegrundbild.gif);
height: 112px;
width: 800px;
}
		#logo{
		position: absolute;
		top: 10px;
		left: 10px;
		}
		#schrift{
		position: absolute;
		left: 150px;
		}
		#schriftoben{
		width: 400px;
		height: 56px;
		padding-top: 9px;
		}
		#schriftunten{
		width: 400px;
		height: 56px;
		}

#menuanzeige{
background-image: url(../images/static/Menuebalken.gif);
height: 25px;
width: 800px;
z-index: 125;
font-size:0.8em;
font-weight:bold;
float:left;
}
#contentbox {
width:780px;
float:left;
height: 101%;
padding: 10px;
background-image:url(../images/backroundLogo.png);
background-position: center center;
background-repeat:no-repeat;
background-color: transparent;
font-size: 1em;
color: black;
min-height: 400px;
}

#footer{
clear:both;
margin: 0;
padding: 0;
position:relative;
background-image: url(../images/static/Menuebalken.gif);
background-color: black;
color: white;
height: 25px;
width: 800px;
text-align: center;
}
#edittextarea{
width:798px;
margin:0px auto;
padding:0px;
}

/*p:first-letter {
color:#AA3333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
}
p.a:first-letter{
font-size: 1em;
color:#AA3333;
font-family:Verdana, Geneva, sans-serif;
	}*/
.editor {
float:left;
width:800px;
padding: 5px 0;
border-bottom: 1px solid black;
background-color: transparent;
}
/*body.mceContentBody {
background: #fdd;
}*/
/*------classes allgemein + Editor------------------*/
.unterschrift  {
	font-family: "Comic Sans MS", cursive;
	font-style:italic;
	font-size:1.5em;
	font-weight:lighter;
	padding: 10px;
	margin: 10px;
	}
.tiny{
font-size:0.7em;}
.center {
text-align:center;
}

.block{
display:block;
clear:both;	
}

.bildrechts{
float:right;
padding:10px 0px 10px 10px;
}
.bildlinks{
float:left;
padding:10px 10px 10px 0px;
}
.Mittig_Ausrichten{
margin:0 auto;
padding:1em 0.5em;
width:auto;
}
.contentoben {
	padding-bottom: 15px;
	border-bottom: 5px dotted #555;
}
.contentoben p{
	padding-left:40px;
}
.contentunten{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 5px dotted #555;
}
.contentunten p{
	padding-left:40px;}
.film{
width:100%;
height:100%}
/*------classes allgemein------------------*/
.pagebreak{
	width: 75%;
	text-align:center;
	margin:20px auto;
}
.boxatlogin{
background-color:orange;
width:790px;
border-bottom: 1px solid black;
color: black;
height:auto;
padding:5px;
text-align: left;
clear:both;
}
.alarm{
width:790px;
height:auto;
padding:5px;
background-color:silver;
border-bottom: 1px solid black;
color: black;
float:left;
clear:both;
}
.formbox {
  background-color:red;
  width: 600px;
  height: 100%;
  margin: 5px auto;
  color: #000;
  background-color: #cc9;
  border: 1px solid #666;
 }
.reihe {
  clear: both;
  padding: 5px 0px;
  display: inline-block;

}
.defbreite {
width: 20em;
}
.label {
  float: left;
  width: 210px;
  text-align: left;
  padding-top: 3px;
  padding-right: 15px;
}

.feld {
  float: left;
  width: 300px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;

} 

.reiheaktiv {
	clear: both;
	display: inline-block;
	border-bottom: 1px solid black;
	height: 50px;
	display: block;
}	
.labelaktiv {
	float: left;
	width: 80%;
	text-align: left;
		display:block;
	height: 100%;
	vertical-align:baseline;
}

.feldaktiv {
	float: left;
	width: 20%;
	text-align: left;
	display:block;
	height: 100%;
} 
.borderbottom{
	border-bottom: 1px solid black;}
fieldset {
margin:10px;
padding: 10px;
	}
legend{
padding:3px 10px;
background-color: #dedede;
border: 1px solid black;
	}
.buttonedit { 
background-color:#ddd;
color: black;
background-image:url(../images/static/edit.png);
background-position: left center;
background-repeat:no-repeat;
padding: 3px;
padding-left:15px;
margin:15px 5px 5px 0;
border:1px solid #57606f;
font-weight: bold;
}
.button { 
background-color:#ddd;
color: black;
margin:15px 5px 5px 0;
padding: 3px;
border:1px solid #57606f;
font-weight: bold;

}

/*------classes für Stückliste------------*/
.tabstuecke{
	margin: 0 auto;
	font-size:12px;
}
.stueckeliste {
width: 600px;
height: auto;
background: transparent;
margin: 5px auto;
padding: 5px;
}
.stueckelistezeile {
width: 600px;
height: auto;
padding-top: 3px;
}
.stueckelistecontentleft {
text-align: center;
width: 140px;
height: auto;
font-weight: bold;
padding: 5px;
font-size: 1em;
float: left;
color: white;
}
.stueckelistecontentright{
text-align: left;
width: auto;
height: auto;
margin-left: 120px;
padding: 5px;
font-size: 1em;
}

#fehlerbox{
color: black;
background-color:white;
width:750px;
height:auto;
margin:40px 10px;
padding:10px;
border: 5px solid red;
text-align:center;
}

.hinweisgood {
	background-color:#390;
	color: white;
	font-size:18px;
	padding: 15px;
	border: 1px solid #390;
	margin: 5px;
	text-align:center;
	}
.hinweisbad {
	background-color:red;
	color: white;
	font-size:18px;
	padding: 15px;
	border: 1px solid white;
	margin: 5px;
	text-align:center;
	}