@charset "utf-8";
/*
 * css catalogue:
 * -------------------
 * lagout.css
 * -------------------
 */
/*
 * -------------------------------------------------------
 * ********************** lagout.css *********************
 * -------------------------------------------------------
 */

body {
	background:#C0F9F9;
}


.lagout {
	width:1004px;
	margin:0 auto;
	background:#fff;
	position:relative;
	/*border-top:1px solid #5c892b;*/
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.lagout-headline {
	/*background:url(../images/content_bg2.png) repeat-x bottom;*/
	padding:10px 0;
	height:16px;
	border-bottom:1px solid #efefef;
}

.lagout-headline li.square {
	/*
	height:0;
	overflow:hidden;
	*/
	background:url(2010/square.png) no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin-right:10px;
}

.lagout-header {
	/*margin-top:30px;*/
	background:url(2013/banner-2013.png) no-repeat;
	height:181px;
	position:relative;
}
/*
.lagout-header .symbol {
	background:url(2010/e_symbol.png) no-repeat;
	width:116px;
	height:200px;
	position:absolute;
	left:10px;
	bottom:10px;
}
.lagout-header .logo_year2010, .lagout-header .logo_year2009 {
	width:230px;
	position:absolute;
	right:35px;
	bottom:20px;
	z-index:10;
}
.lagout-header .logo_year2010 {
	height:146px;
	background:url(2010/logo_year.png) no-repeat;
}
.lagout-header .logo_year2009 {
	height:120px;
	background:url(2009/logo_year.png) no-repeat;
}
.lagout-header .logo_word {
	width:525px;
	height:100px;
	background:url(2010/logo_word.png) no-repeat;
	position:absolute;
	left:206px;
	bottom:20px;
}
*/

.lagout-content {
	background:url(2010/content_bg.png) repeat-x;
	padding-bottom:20px;
}

.lagout-content-left {
	margin-top:15px;
	width:223px;
	height:100%;
	padding:0 15px;
	border-right: 1px dotted #5c892b;
}

.lagout-content-left h1 {
	font-size:16px;
	margin:10px 0;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	letter-spacing:.8em;
}

.lagout-content-left .yearMenu div li {
	padding-bottom:5px;
}

.lagout-content-left .yearMenu div li li {
	padding-left:15px;
}

.lagout-content-left img {
	margin-top:10px;
}

.lagout-content-right {
	width:710px;
	padding: 20px;
}

.lagout-content-right h1 {
	width:90%;
	color:#090;
	font-weight:bold;
	font-size:16px;
	margin:10px 0;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	letter-spacing:.4em;
}

.lagout-content-right table {
	margin-top:20px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}
.lagout-content-right table td {
	padding:6px;
}
.lagout-content-right table td p {
	margin:10px 0;
}

.lagout-content-right table tr.green td, .lagout-content-right table td.green {
	background:#e0742a;
	color:#fff;
}
.lagout-content-right table tr.grey td, .lagout-content-right table td.grey {
	background:#d8d8d8;
}

.lagout-content-right img, .lagout-content-right div.big {
	margin-top:20px;
}

.lagout-content-right p {
	letter-spacing:.1em;
	line-height:1.4em;
}


.lagout-footer {
	border-top:1px dotted #5c892b;
	width:96%;
	margin:0 auto;
	padding:20px 0;
	font-size:14px;
}

h1.blue {
	color:#00f
}

#lightbox-image-details-caption {
	font-size:14px;
}