.calcB {
	clear: both;
	position: relative;
	top: -15px; 
}

.calcB a {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px; 
	color: #FC3518;
	font-weight: bold;
	text-align: left; 
	text-decoration: none; 	
}

.calcB a:hover {
text-decoration: underline; 
}

#calculator {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 360px;
	padding: 0px;
	background: #9F9F88;
	border: 1px solid Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10001;
}

#calculatorHeader {
	background-image: url("../images/podklad_kalk.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	height: 21px;
	width: 200px;
	padding-top: 3px;
	margin-bottom: 5px;
	cursor: Move;
	float: left;
	position: relative;
}

#calculatorHeaderRight {
	font-weight: bold;
	height: 21px;
	padding-top: 3px;
	padding-right: 2px;
	margin-bottom: 5px;
	cursor: Pointer;
	float: right;
	position: relative;
}

#calculatorView {
	padding: 5px;
}

#calculatorForm {
	padding: 5px;
	line-height: 15px;
}

#calculatorInfo {
	padding: 5px;
	clear: both;
	text-align: justify;
}

.subPadTop {
	position: relative;
	top: -3px;
	padding-left: 6px;
}

.subkategorie {
	padding-left: 30px;
	display: block;
}

#mykeyWords {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	background: #9F9F88;
	border: 0px solid Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

label { cursor: pointer; }

