/*	DATEI: termignone.css 
	termignone.ch
	Code: Intersim AG - www.intersim.ch
*/

p, body	{
	margin : 0px;
	padding : 0px;
	color : #003366;
	background-color : #ffffff;
	font-size : 90%;
	line-height : normal;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : 100%;
	background-repeat: repeat-y;
	border: thin none;
	background-position: top;
}


h1, h2, h3, table, td, th, ul, ol, textarea, input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;

}

h1	{
	font-size : 118%;
}

h2 {
	font-size : 108%;
}

h3 {
	font-size : 100%;
	font-weight : bold;
}

h4 {
	font-size : 100%;
	font-weight : bold;
}

UL, MENU {
	list-style-type : square;
}

LI {
	list-style-type : none;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	
	}
	
LI LI {
	list-style-type : none;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 10px;
}




/*--------- Classes ---------*/


.noMargin {
	padding: 0px;
	margin: 0px;
}







/*--------- Links ---------*/

a:link    {color:#003366; background-color:none; text-decoration : underline;}
a:active  {color:#CC0000; background-color:#CCCCCC; text-decoration : underline;}
a:visited {color:#003366; background-color:none; text-decoration : underline;}
a:hover   {color:#CC0000; background-color:none; text-decoration : underline;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	background-color:#cc0000;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
}

#sectionLinks a:hover{
	color: white;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px dotted white;border-top: none;}
#navBar li li{border-top: 1px dotted white;border-bottom: none; height:20px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none; height:auto;}
