/* CSS Document */

body {
	margin-left			: 0px;
	margin-top			: 0px;
}
#Webcontainer {
	position			:absolute;
	/*left				:0px;
	top					:2px;*/
	width				:800px;
	height				:600px;
	/*z-index				:1;*/
	top					: 50%;
	left				: 50%;
	margin-top			: -340px;
	margin-left			: -400px;
}
#content {
	position			:absolute;
	left				:-2px;
	top					:0px;
	width				:800px;
	height				:600px;
	z-index				:2;
	background-image	:url(images/hotwitch_hg.gif);
	background-repeat	:no-repeat;
}


#inhalt {
	position			:absolute;
	left				:240px;
	top					:270px;
	width				:475px;
	height				:173px;
	z-index				:3;
	font-family			: Arial, Helvetica, sans-serif;
	color:#333333;
	line-height			:18px;
	font-size			:11px;
	letter-spacing      :1px;
}


a {
	font-family			: Arial, Helvetica, sans-serif; color:#2B387D;
	font-size			: 11px;
	text-decoration		: none;
	
} 
a:link {
	text-decoration		: none;
	color				: #2B387D;
}
a:visited {
		color			: #2B387D;
}
a:hover {
	text-decoration		: none;
	color				: #999999;
}
a:active {
	text-decoration		: none;
	color				: #2B387D;
	
}

