html, body
{
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
	font-weight:  lighter;
	font-size: 13px;
	height: 101%;
	background-color: #fff;

}


#wrapper /* Volle Bildschirmgrösse */
{
/	background-color: #fff;
	width: 100%;
	text-align: center;
	 
}

#layout-box
{
	background: transparent url(../_layout/bg.jpg) repeat left;  
	width: 858px;
	border: 0px solid #cccccc;
	margin: 10px auto 0px auto;
}

#header-box
{
 	width: 858px;
 	height: 113px;
 	background: transparent url(../_layout/header.jpg);  
}

#content-box
{
	
	width: 858px;
	text-align: left;
	margin: 20px;
	padding-left: 15px;
}

#footer-box
{
	background: transparent url(../_layout/footer.jpg);  
	width: 858px;
	height: 35px;
}

#SCHROTT
{
	position: relative;
	left: 20px;
	font-weight: bold;
	font-size:15px;
	font-family: Verdana;
	border: solid 1px;
	text-align:	left;
	
}

h1
{
	color: #a8b400;
	font-weight: bold;
	font-size: 20px;;
}

h3
{
	font-weight: none;
}

label{
	font-weight: bold;
	text-align:	left;
	border: 0px solid;
	position: relative;
	float: left;
	width: 300px; /* Breite.*/
	padding: 2px; 
	cursor: pointer;
	

  
  
}

input,select, textarea {
	border: 0px solid;
	background-color: #f3f5d9;
	width: 300px; /* Breite.*/
	cursor: pointer;
	font-family: Arial, Verdana;
	font-weight:  lighter;
	font-size: 13px;

}

input:focus, select:focus, textarea:focus
{
	background-color: #f3f5d9;
}

p
{
	margin: 0;
	margin-top: 7px;
	padding:0;
}

.myButton
{
	font-weight: bold;
	border: 2px solid black;
}

	