@CHARSET "US-ASCII";

*{
	padding:	0px;
	margin: 	0px;
	
	font-family: 	Arial;
	font-size:		12pt;
}

#container{

	border: 1px solid #black;
	
	margin:	200px auto;
	
	width:	650px;
	height:	80px;
	
	background: #f0f9ff; /* Old browsers */
		background: -moz-linear-gradient(top,  #f0f9ff 0%, #1872cc 100%, #a1dbff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#1872cc), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f0f9ff 0%,#1872cc 100%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f0f9ff 0%,#1872cc 100%,#a1dbff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f0f9ff 0%,#1872cc 100%,#a1dbff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f0f9ff 0%,#1872cc 100%,#a1dbff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /
}

.beschriftung{
	
	width:	80px;
	height:	 22px;
	
	text-align:	right;
	
	padding-top:		30px;
	
	float:	left;
}


.input{
	
	width:	200px;
	height:	 20px;
	
	text-align:	left;
	
	padding-left: 5px;	
	padding-top:		30px;
	
	float:	left;

}

.ok{
	
	width:		60px;
	height:	 	25px;
	
	text-align:	center;
	background-color: #aa0000;
	
	margin-top:		30px;
	padding-top:		2px;
	
	color:			#ffffff;
	
	float:		left;
}