@charset "utf-8";
/* CSS Document */
html{overflow:scroll;}
img, a{
	border:0px;
	margin:0px;
	padding:0px;
	}
.lv01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	text-decoration: none;
	background-color: 333333;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.lv02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFFFa;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uebersicht_rahmen{
	background-image: url('http://www.lensview.de/img/platzhalter0.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	width: 150px;
	}
	
.button{
	padding:0;
	margin:0;
	border: 1px solid #666666;
	background-color: #333333;
	color:#cccccc;
}
.textfield{
	padding:0;
	margin:0;
	border: 1px solid #666666;
	background-color: #cccccc;
	color:#333333;
}
.select{
	padding:0;
	margin:0;
	border: 1px solid #666666;
	background-color: #cccccc;
	color:#333333;
}
.checkbox{
	padding:0;
	margin:0;
	border: 1px solid #666666;
	background-color: #cccccc;
	color:#333333;
}

.center{
	text-align:center;
	margin:0 auto;
}
