DIV { border:0px #FF0000 solid; }
* {
	padding:0;
	margin:0;
}
body {
	background-color:#C0C0C0;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#global {
	width:760px;
	margin:auto;
	margin-top:10px;
}
#header {
	background-image:url(../images/kubrickheader.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:760px;
	height:198px;
}
#main {
	background-image:url(../images/fonds_07.jpg);
	background-repeat:repeat-y;
	background-position: 0 0;
	width:725px;
	padding-left:15px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:760px;
	height:63px;
	padding-top:25px;
	clear:both;
}
#footer p.copy {
	text-align:center;
	font-size:0.8em;
}
/************************/
/*						*/
/*		Menu			*/
/*						*/
/************************/
#menu {
	float:left;
	/*width:112px;*/
	margin-right:10px;
	margin-left:5px;
	margin-top:10px;
}
#menu ul {
	width: 125px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}
#menu li {
	background: #c00 ;
	color: #fff ;
	border: 0px solid #600 ;
	margin-bottom: 3px ;
}
#menu li a {
	display: block ;
	height: 18px;
	background: #c00 url(../images/menu17.gif) left bottom no-repeat;
	color: #fff ;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none ;
	padding: 7px 0 7px 34px ;
	color: #FFCC00;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #900 url(../images/menu17.gif) left top no-repeat ;
}

#content {
	width:585px;
	padding-top:5px;
	float:left;
}
#content form.ident label{
	width:90px;
	float:left;
	text-align:right;
	padding-right:4px;
	font-size:1em;
	padding-top:3px;
}
#content p.definition {
	font-family:"Courier New", Courier, monospace;
	margin-bottom:0;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:1em;
	text-align:justify;
}
#content ul {
	list-style-type:disc;
	margin-left:50px;
	line-height:1.6em;
}
#content p {
	margin-bottom:1.2em;
	line-height:1.6em;
	text-align:justify;
}
#content strong{
	color:rgb(16,134,243);
}
#content p.index {
	margin-bottom:2em;
	line-height:1.6em;
	text-align:center;
	font-size:1.2em;
}

div.box1{
	border: 1px #666666 solid;
	padding: 4px 10px;
	margin-bottom:10px;
}
div.box1 h3{
	font-size:1.5em;
	margin-bottom:8px;
	text-align:center;
	color: #FFCC00;
}
