*
{
	margin: 0;
	padding: 0;
}

#centerDiv 
{ 
position:absolute; 
left:50%; 
top:50%; 
margin-left:-350px; /* negative hlfte von width */ 
margin-top:-150px; /* negative hlfte von height */ 
width:700px; 
height:300px; 
clip:rect(0,700,300,0); 
} 

#newsDiv
{
position:absolute;
left:500px;
top:0px;
width:350px;
height:300px;
clip:rect(0,350,300,0); 
} 

#content 
{
	padding: 10px;
	margin: 2px;
}
#target {
	text-align: left;
	position: absolute;
    left: 350px;
	top: 150px;
	letter-spacing: 0px;
	overflow: hidden;
}
#impr {
	text-align: right;
	position: absolute;
    right: 10px;
	bottom: 5px;
	letter-spacing: 0px;
	overflow: hidden;
	z-index: 5;	
}
#login {
	text-align: left;
	position: absolute;
    left: 10px;
	top: 10px;
	letter-spacing: 0px;
	overflow: hidden;
	z-index: 10000;	
}

#logname {
	text-align: left;
	position: absolute;
	left: 10px;
	top: 10px;
	letter-spacing: 0px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	z-index: 0;
}
#logout {
	text-align: left;
	position: absolute;
    left: 70px;
	top: 10px;
	letter-spacing: 0px;
	overflow: hidden;
}

#target img
{
	cursor: move;
}
#target strong{
	font-size: 2em;
}
#fx{
	position: absolute;
	top: 380px;
	left: 10px;
}
#fx a{
	display: block;
	float: left;
	margin: 2px 10px;
	padding: 2px;
	color: #000;
}
#fx a:hover{
	color: #6CAF00;
	background-color: #EDFFCF;

}
.tabContent
{
	width: 500px;
	height: 140px;
	display: none;
	background-color: #DAFF9F;
	border: 2px solid #B5EF59;
	padding: 10px;
}
#tabs
{
	list-style: none;
	line-height: 30px;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 520px;
	z-index: 4000;
}
#tabs li
{
	float: left;
	padding-right: 10px;
}
#tabs li a
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#tabs li a.active
{
	background-color:#B5EF59;
}
.toAnimate
{
	background-color: #990000;
	color: #FFCC33;
	border-top-width: 30px;
	letter-spacing: 20px;
}
.toReset
{
	background-color: #B5EF59;
	color: #000;
	border-top-width: 2px;
	letter-spacing: 0px;
}

#scroll
{
	width: 300px;
}
#scroll p
{
	margin: 30px 10px;
}
.transferer1
{
	border: 1px solid #000;
}
.transferer2
{
	border: 1px solid #BBEF68;
	background-color: #ffc;
}
.transferer3
{
	border-top: 2px solid #6CAF00;
	border-bottom: 2px solid #6CAF00;
	border-left: 5px dashed #6CAF00;
	border-right: 5px dashed #6CAF00;
}
.draggable {
	position: absolute;
	width: 80px;
	height: 40px;
	border: 1px solid #0090DF;
	background-color: #68BFEF;
	padding: 10px;
	text-align: center;
}

#parentElem
{
	width: 402px;
	height: 160px;
	background-color: #FFDFDF;
	border: 10px solid #900;
	padding: 20px;
	top: 150px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	margin: 10px;
	color: #000;
	border-left-width: 10px;
}
#insideParent
{
	width: 100px;
	height: 100px;
	background-color: #9c0;
	color: #fff;
}
	#tooltip
	{
		background-color: #444;
		border: 1px solid #fff;
		padding: 10px;
		color: #ccc;
		width: 200px;
		display: none;
	}
	
#menu {
	padding: 10px;
	margin: 2px;
	width:350px;
	
}
