
.typo3-log-in {
	margin:0;
	padding:0;
	z-index:100000;
	position:absolute;
	width:40px;
	overflow: hidden;
	height:20px;
	line-height:100px;
	
	top:0;
	right:0;
	color:#A8112E !important;
	font-size: 12px;
	text-decoration: none !important;
	cursor: pointer;
	outline: none !important;
	border: none !important;
}
.typo3-log-in img {  }

.typo3-log-out {
	background-color:#A8112E;
	padding:15px;
	color:#ffffff !important;
	font-size:12px;
	font-weight:bold;
	width:100px;
	text-decoration: none !important;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
}

html #ie6_wrapper .typo3-log-out {
	display: none;
	visibility: hidden;
}

html #ie6_wrapper .typo3-log-in {
	display: none;
	visibility: hidden;
}
