/* @override 
	http://localhost/_crisalide/kb/web/webroot/css/style.css
	http://localhost/kb-school/webroot/css/style.css
	http://www.kb-school.com/webroot/css/style.css
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	background: #242424 url(../images/sfondo.gif) repeat-y
}

img {
	border: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}

p {
	font: 12px/18px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-align: justify;
	color: #c8c8c8;
	margin-bottom: 10px;
}

h1 {
	font: 18px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: red;
	text-align: right;
	display: block;
	margin-bottom: 15px;
}

h2 {
	color: #c8c8c8;
	font: bold 14px/30px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
}

h3 {
	color: #c8c8c8;
	font: 13px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
}

h4 {
	font: bold 12px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: red;
	display: block;
}

a {
	font: 12px/18px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;
	color: #c8c8c8;
}

a:hover {
	color: red;
}

a img {
	border: 0;
}

table {
	margin-top: 10px;
}

td {
	color: #c8c8c8;
	font: 12px/17px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	padding: 8px;
	border: 1px dotted white;
}

td a {
	color: red;
	font-weight: bold;
}

ul, li {
	list-style-type: disc;
}

#wrapper {
	height: 100%;
}

/* @group header */

#header {
	height: 150px;
	width: 900px;
}

#kb {
	width: 250px;
	height: 100%;
	float: left;
}

#div_menu1 {
	height: 100%;
	width: 650px;
	float: left;
}

#scritta_logo {
	height: 100px;
	width: 650px;
}

/* @group menu1 */

#menu1 {
	height: 50px;
	width: 650px;
	text-align: right;
}

#menu1 ul {
	list-style: none;
}

#menu1 ul li {
	width: 191px;
	height: 25px;
	background-color: #141414;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	border: 2px solid #c8c8c8;		
}

#menu1 ul li a {
	width: 191px;
	height: 15px;
	padding-top: 10px;
	display: block;
}

a#link5:hover, a#link5.active {
	background: url(../images/s_01.jpg) no-repeat;
}

a#link6:hover, a#link6.active {
	background: url(../images/s_02.jpg) no-repeat;
}

a#link7:hover, a#link7.active {
	background: url(../images/s_03.jpg) no-repeat;
}

/* @end */

/* @end */

/* @group corpo */

#corpo {
	width: 900px;
	float: left;
}

#fiore {
	width: 130px;
	float: left;
}

/* @group menu2 */

#div_menu2 {
	background-color: #242424;
	width: 770px;
	float: left;
}

#contenuto2 {
	background-color: #242424;
	width: 120px;
	padding-top: 15px;
	float: left;
}

.menu2 {
	width: 86px;
	height: 101px;
	background-color: #141414;
	border: 2px solid #c8c8c8;
	text-align: right;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
}

.menu2 a {
	width: 86px;
	height: 20px;
	display: block;
	padding-top: 81px;
}

.menu2 a:hover {
	color: red;
}

a#link1:hover, a#link1.active {
	background: url(../images/l_01.jpg) no-repeat;
}

a#link2:hover, a#link2.active {
	background: url(../images/l_02.jpg) no-repeat;
}

a#link3:hover, a#link3.active {
	background: url(../images/l_03.jpg) no-repeat;
}

a#link4:hover, a#link4.active {
	background: url(../images/l_04.jpg) no-repeat;
}

/* @end */

/* @group menu3 */

#menu3 {
	width: 630px;
	background-color: #141414;
	float: left;
}

#contenuto3 {
	width: 120px;
	min-height: 440px;
	background: url(../images/riga_menu3.jpg) no-repeat right;
	text-align: right;
	padding-right: 20px;
	padding-top: 55px;
	float: left;
}

#menu3 ul, #menu3 li {
	list-style: none;
	list-style-type: none;
}

#menu3 ul li a.active {
	color: red;
}

/* @end */

#main {
	padding-left: 150px;
	padding-bottom: 10px;
}

.testo {
	padding: 15px 20px;
	display: block;
	overflow: auto;
}

.testo ul { 
	list-style: square;
	display: block;
	float: left;
	padding-left: 10px;
 }

.testo li {
	font: 11px/22px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-align: justify;
	color: #c8c8c8;
}

.testo img {
}

/* @group gallery */

#gallery {
	padding: 10px;
}

.thumbs {
	width: 96px;
	height: 96px;
	border: 2px solid #c8c8c8;
	float: left;
	margin: 8px 5px 7px 10px;
	display: block;
}

.thumbs img {
	padding: 3px;
}

.thumbs img:hover	{
	background-color: #c8c8c8;
}

/* @end */

#allegati {
	padding: 10px;
	display: block;
}

#allegati ul {
	color: white;
}

/* @group form */

form {
	float: left;
	width: 400px;
	margin: 10px; 
	padding: 35px 25px 25px 20px; 
}

form p {
	padding: 12px 0 5px 0;
	margin: 0;	
	color: #c8c8c8;
	font-size: 9px;
}

fieldset {
	border: 0;
}

label {
	color: #c8c8c8;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #242424;
	font: 10px Verdana, "Lucida Grande", Helvetica, sans-serif;
}

input:focus, select:focus, textarea:focus {
	color: #242424;
	background: #c8c8c8;
}

#name, #email, #message {
	width: 300px;
}

input.button { 
	margin: 0;
	padding: 2px 3px; 
	color: #242424;
	background: #c8c8c8;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @end */

/* @end */


#home {
	width: 600px;
	margin: 0 auto;
}

#home_img {
	float: right;
	width: 360px;
}

#home_menu {
	padding-top: 30px;
	float: right;
}

#foother, #foother a {
	color: #a9a9a9;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	font: 9px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	clear: both;
}

#foother a:hover {
	color: red;
}


.red {
	color: red;
}

.l {
	float: left;
}

.clearer {
	clear: both;
}


