/***************************************************************************************************/
/**** Visualenergy AG ************************************************************************************/
/**** December 2006 *********************************************************************************/
/***************************************************************************************************/

/**** USUAL CONTENTS *******************************************************************************/
/**** START body ***********************************************************************************/
 html, body {
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
 } 

/**** Standard definitionen *************************************************************************************/
img {
	border-width: 0px;
}
#MainFrame {

}
#Logo {
display: none;
}

#Topnav {
	display: none;
}
#Left{
	display: none;
}
#Navigation {
display: none;
}
#address {

}

#Content {

}


/************ Allgemeine Formatierungen ********************/
h1 {
	font-size: 16pt;
	color: #080868;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-style: italic;
}
h2 {
	font-size: 10pt;
	color: #080868;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
a{
	color: #080868;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/**************** Spezialformatierungen des Inhaltes *****************/
.imgR {
	float: right;
	padding: 3px 0px 10px 10px;
}
.imgL {
	float: left;
	padding: 0px 10px 10px 0px;
}
.paragraph {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
}


