pre {
	overflow:auto;
}
.style {
	background-color: #F2E6EF;
	border: 1px solid #D2A4C1;
}
.html {
	background-color: #E6EFF2;
	border: 1px solid #A4C1D2;
}
.style, .html {
	width:500px;
	padding:.5em;
}
.note {
	color:gray;
}
dfn {
	color:#C00;
}



#header, #body, #footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image:url(images/design_header.png);
	height:126px;
}
#body {
	background-image:url(images/design_body.png);
	background-repeat:repeat-y;
}
#header h2 {
	display:none;
}
#navigation {
	width:200px;
	float:left;
	margin:0;
}
#navigation ul {
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
}
#navigation li {
	list-style:none;
	background-color:#CCC;
	border-left:6px solid red;
	width:110px;
	padding:3px;
	margin:0 0 2px 0;
}
#content {
	margin-left:210px;
	margin-right:30px;
}
#footer {
	font-size:90%;
	text-align:center;
	background-image:url(images/design_footer.png);
	height:22px;
	color: #FFFFFF;
}
.clear {
	clear:left;
}


div#menua {
		position: absolute;
		top: 100px;
		left: 100px;
		right: 100px;
		width: 700px;
		height: 25px;
		overflow: hidden;
		border: 0 solid #BBBBBB;
		border-left-width: 1px;
		border-right-width: 1px;
		z-index: 5;
	}
	
	
div#menuitem {
	position:relative;
	float:left;
	height:16px;
	border: 0 solid #BBBBBB;
	border-right-width: 1px;
	padding:5px 10px 2px 10px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	



		}
		
.menu {
		
        	width: 650px;
		overflow: hidden;
		border: 0 solid #BBBBBB;
		border-left-width: 1px;
		z-index: 5;
		text-align:center;

	}
	
	
		
	a:hover .menuitem {
			color: #000000;
			text-decoration: none;
			background: url(images/menu_over.gif) top left repeat-x #FFFFFF;
			font-family: arial,helvetica,verdana;
	font-size: 11px;
		}
		
		a  .menuitem  {
			color: #000000;
			text-decoration: none;
	        font-family: arial,helvetica,verdana;
	        font-size: 11px;
		   
		}
		
		
		
		
.men {

		width:450px;

}
	
.menu a {
			text-decoration: none;
		}
		.menu a:hover {
			background: none;
		}
		.menu a:active {
			text-decoration: none;
		}




.trans {
	background-color:transparent; 
	font-size:12px;
}

.pContent, .infometin {
	text-decoration : none;
	font-size: 12px;
	color: #000000;
}

