body {
	background-image: url(../graphics/pixel.black.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position-y:50%;
	background-position: bottom
	margin: 0px;
	margin-top: 1px;
}

#menuParent {
	position: relative;
	top: 84px;
}

#menuChilds {
	position: relative;
	top: 90px;
}

.1levelmenu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold
}
.2levelmenu {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal
}
a {  
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma; 
	font-size: 12px;
	font-weight: bold
}
a:hover { 
	color: #333333;
	text-decoration: none
}

#topContainer {
	background: url("/graphics/basics/top.jpg");
	background-repeat: no-repeat;
	width: 780px;
	height: 133px;
	text-align: right;
}