﻿/* ----------------------------------------------------------------------------------------- */
/* GUILIANI SPECIFIC STYLES */
/* ----------------------------------------------------------------------------------------- */


/* General background style with gradient */
BODY {
	background: 7cc8eb url(Verlauf_BG.png) repeat-x top;
}

/* Style of Guiliani Big architectural Overview*/
#architecture{
	margin: 0;
	height:520px;  
	width:654px; 
	position:relative;
	
}
#architecture div{
	position:absolute;
	left: 0px;
}
#architecture div img{
	border-style: none;
}

/* Ensure that long description of classes does not get ugly white background through default doxygen.css*/
pre.fragment {
    border: 0px;
	background-color: transparent;
}

a.GuilianiWebsite:link, 
a.GuilianiWebsite:visited,
a.GuilianiWebsite:focus,
a.GuilianiWebsite:hover,
a.GuilianiWebsite:active
 {
text-decoration:none;
}
