/***********************************************/
/* enerchi.css                            */
/* inpleno         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana;
	background-color:rgb(102,219,221);
	color: rgb(0,0,153);
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:rgb(102,219,221);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 11px;
	color: rgb(102,219,221);
	font-weight:bold;
}

h2{
 	font-size: 12px;
 	color: rgb(102,219,221);
	font-weight:bold;
}

h3{
 	font-size: 14px;
 	color: rgb(0,0,153);
	font-weight:bold;
}

h4{
 	font-size: 22px;
 	color: rgb(0,0,153);
	font-weight:bold;
}

h5{
 	font-size: 16px;
 	color: rgb(0,0,153);
	font-weight:bolder
}

h6{
 	font-size: 11px;
 	color: rgb(0,0,153);
	font-weight:normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#TopZeile{
	font-size: 0px;
	margin: 0;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
}

#BildZeile{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	white-space: nowrap;
}

#NavBalken{
	margin: 0 100% 0 0;
	padding: 0px;
	width: 100%;
}

#Istituto{
    float:left;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}

#Inhalt{
    float:left;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #KopfNavi styles **************/

#KopfNavi{
background-color: rgb(0,0,153);
padding: 0px 0px 0px 0px;
white-space: nowrap;
}

/************* #FussNavi styles ***************/

#FussNavi{
	clear: both;
	background-color: rgb(0,0,153);
	padding: 0px 0px 0px 0px;
	white-space: nowrap;


/*	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -1px;
}
/* negative top margin pulls FussNavi up so its top border overlaps (and thus lines up with)
	the bottom border of the NavBalken in cases where they "touch" */

#BildGross{
	padding: 100px 10px 100px 10px;
	font-size: 100%;

}

#BildGross img{
	display: block;
}

