/* style.css 
Style-Sheet
--------------------------
Coded by D.Klement PAUS AG
dkl@paus.ch
*/

body
{
	margin:0px 0px;
}
table,th,td
{
	color: #000000;
	border:none;
	font-size: 11px; 
    FONT-FAMILY: Arial, Times New Roman, Times, serif;
}

a:link     
{ 
	color:#008951; 
	font-size:11px; 
	font-family:Arial, Times New Roman, Times, serif;
	text-decoration:none;
	font-weight: normal;
}
a:visited  
{ 
	color:#008951; 
	font-size:11px; 
	font-family:Arial, Times New Roman, Times, serif;
	text-decoration:none;
	font-weight:normal;

}
a:active   
{ 
	color:#008951; 
	font-size:11px; 
	font-family:Arial, Times New Roman, Times, serif;
	text-decoration:none;
	font-weight: bolder;
}
a:hover    
{ 
	color:#008951; 
	font-size:11px; 
	font-family:Arial, Times New Roman, Times, serif;
	text-decoration:none;
	font-weight: bolder;
}


.SpaceTop{
	height:50px;	
}
.MainTD 
{
	width:800px;
}
.MenuTR 
{
	height:105px;
}
.Menu1RowTR 
{
	height:35px;
	vertical-align:bottom;
	background-color:#008951;
}
.Menu1RowTRHover 
{
	height:35px;
	vertical-align:bottom;
	background-color:#ffffff;
}
.Menu1RowFont 
{
	font-weight: bolder;
	color:#FFFFFF;
	text-align:center;
}
.Menu1RowFontHover
{
	font-weight: bolder;
	color:#000000;
	text-align:center;
}
.Menu2RowTR 
{
	height:10px;
	background-color:#dfdfdf;
}
.Menu2RowTRHover 
{
	height:10px;
	background-color:#ffffff;
}
.TitleBannerTR 
{
	height:60px;
	background-color:#ffffff;
}
.TitleBannerTD 
{
	font-size:24px;
	color:#008951;
}
.MainBodyTR
{
	min-height:333px;
}
.MainBodyTD
{
	background-color:#dfdfdf;
}
.MainBodyDriectLinkTD
{
	background-color:#dfdfdf;
	font-weight:bold;
}
.navi
{
	position:absolute;
	z-index:1; 
	top:50px;
	background-color: #ffffff; 
	layer-background-color: #ffffff; 
	border: 1px none #ffffff; 
	overflow:visible;
	visibility: hidden;
	height:45px;
}
#naviHome
{
	left:50px;
	width:50px;
}
#naviWUS
{
	left:100px;
	width:90px;
}
#naviMG
{
	left:190px;
	width:150px;
}
#naviPublikationen
{
	left:340px;
	width:95px;
}
#naviAgenda
{
	left:435px;
	width:62px;
}
#naviKMUF
{
	left:497px;
	width:85px;
}
#naviMitglied
{
	left:582px;
	width:110px;
}
#naviLAP
{
	left:692px;
	width:40px;
}
#naviLinks
{
	left:732px;
	width:50px;

}

.menu
{
	position:absolute;
	z-index:1; 
	top:155px;
	border: 1px none #ffffff; 
	overflow:visible;
	visibility: hidden;
	height:162px;
	background:url(images/bgMenu.jpg)
}
#menuHome
{
	left:50px;
	width:160px;
}
#menuWUS
{
	left:100px;
	width:160px;
}
#menuMG
{
	left:190px;
	width:170px;
}
#menuPublikationen
{
	left:340px;
	width:160px;
}
#menuAgenda
{
	left:435px;
	width:160px;
}
#menuKMUF
{
	left:497px;
	width:160px;
}
#menuMitglied
{
	left:582px;
	width:160px;
}
#menuLAP
{
	left:692px;
	width:158px;
}
#menuLinks
{
}


