﻿#topSection { 
    width:950px;
}
#logotype {
	width:81px;
    float:left;
}
#hygieneMenu {
    float:left;
    clear:right;
    width:869px;	/*950-81*/
}
#hygieneMenuGfx {
    float:left;
    clear:right;
    width:855px;
    height:23px;
    display:inline;
    margin:-20px 0 0 15px;
    padding:0;
    background: #FFFFFF url(/img/hygiene_gfx.gif) repeat-x bottom left;
}
#hygieneMenuContainer {		/* FireFox fix */
	width:627px;	/*710-81 (-2px padding)*/
	height:15px;
	float:left;
	display:inline;
	padding:0;
	margin:5px 0 0 2px;
}
#hygieneMenuList {
    height:15px;
    line-height:15px;
    display:inline;
    color:#000000;
    font-family: Arial, helvetica;
    white-space:nowrap;
    padding:0;
    margin:0;
}
#hygieneMenuList li {
	height:15px;
    line-height:15px;
	float:left;
	display:inline;
}
#hygieneMenuList li a {
    height:15px;
    line-height:15px;
    padding:0 20px 0 0;
    color:#000000;
    text-decoration:none;
    float:left;
}
#hygieneMenuList li a:hover {
    color:#fd0000;
    text-decoration:underline;
}
#hygieneMenuNews {
	float:left;
	width:240px;
	color: #777777;
	margin:5px 0 0 0;
}
#hygieneMenuNews a {
	color: #777777;
	text-decoration: none;
}
#hygieneMenuNews a:hover {
	color:#fd0000;
    text-decoration:underline;
}
#header {
    padding:10px 15px;
    clear:left;
    color: #000000;
    font-size:20px;
    font-family:Arial, helvetica;
}
#headerTitle {
	clear:both;
	position:absolute;
	top:38px;
	color:#000000;
	font-size: 28px;
	font-family:Arial, helvetica;
}
.rssText {
	padding:0 15px 0 0;
}