@import url('stdTags.css?version=20091027');
@import url('menu.css');



html{
	margin: 0pt;
	padding: 0pt;
}

body{

	font-family: arial, sans-serif;
	font-size: 0.8em;
	
	margin: 0pt;
	padding: 0pt;

	background-color: white;
}



#menu{
	position: static;
	z-index: 1;
	
	margin: auto;
	margin-left: 126px;
	margin-right: 184px;
	padding: 0px;
	padding-top: 65px;
}
	
#content{
	position: static;
	z-index: 1;
	
	clear: both;
		
	margin: auto;
	margin-left: 126px;
	margin-right: 184px;
	padding: 0px;
	padding-top: 20pt;
}

	#content div.textBody{
		margin: 0px;
		padding: 0px;
		padding-bottom: 10pt;
	}
	
	#content img{
		border: none;
		
		margin: 5pt;
	}
	
	#content a{
		color: #918d8f;/*#fe6a15;*/
	}
	
#newsticker div.module{
	float: right;

	border: 1px solid #cccccc;
	
	margin: 5pt;
	padding: 2pt;
	
	width: 25%;
	height: 150px;
	
	overflow: auto;
	
	font-size: 0.9em;
}
	
#footer{
	position: static;
	z-index: 1;
		
	margin: auto;
	margin-left: 126px;
	margin-right: 184px;
	padding: 0px;
	padding-top: 20pt;
}

	#footer img{
		border: none;
	}

#accesoires img.left{
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

#accesoires img.right{
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 0px;
}

#accesoires img.logoDtw{
	position: absolute;
	z-index: 0;
	right: 3%;
	top: 360px;
}

#accesoires img.logoHau{
	position: absolute;
	z-index: 0;
	right: 3%;
	top: 470px;
}

#accesoires img.logoPage{
	position: absolute;
	z-index: 0;
	left: 135px;
	top: 5px;
}


