/* === Clearing browser style === */

* {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
} 

body {
	background: #b4d7f6;
	color: #000000;
	padding: 0px;
}

strong,b {
font-weight: bold;
}

/* === Links === */
a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
	}
	
	#right {
	}

#container {
	background-color: #e0f6d7;
	width: 772px;
	vertical-align: top;
}

	#header {
		background: url(../images/bg-header.jpg) no-repeat;
	}
	
		#head {
			height: 115px;
			margin: 0px 57px;
		}
		
			#head div.logo {
				float: left;
				margin: 23px 0px 19px 0px;
			}
			
		#nav {
			position: relative;
			height: 169px;
			margin: 0px 57px 0px 130px;
		}
		
		#navBox {
			padding-top: 23px;
		}
		
			/* Navigation */
			
			ul#navigation {
				list-style: none;
				list-style-position: outside;
				width: 118px;
			}
			
				ul#navigation li {
					background: url(../images/list-item.gif) no-repeat;
					line-height: 13px;
					padding: 0px 0px 6px 17px;
					margin-top: 6px;
				}
				
				ul#navigation a {
					font-family: Tahoma, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #367e0e;
					text-decoration: none;
				}
				
				ul#navigation a:hover,
				ul#navigation a.selected {
					color: #367e0e;
					text-decoration: underline;
				}
			
		#langBox {
			position: absolute;
			right: 0px;
			bottom: 2px;
		}
		
			/* Lang */
			
			ul#lang {
				list-style: none;
				list-style-position: outside;
				display: inline;
				font-size: 0px;
			}
			
				ul#lang li {
					display: inline;
					padding-left: 15px;
				}
				
				ul#lang a {
					font-family: tahoma, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #367e0e;
					text-decoration: none;
				}
				
				ul#lang a:hover,
				ul#lang a.selected {
					color: #367e0e;
					text-decoration: underline;
				}
		

	#content {
		position: relative;
		padding: 20px 57px 44px 57px;
		width: 100%;
	}

	body:last-child #content {
		width: 658px;
	}
	
		#content * {
			line-height: 16px;
		}
	
		#content h2.title {
			font-weight: bold;
		}

		#title {
			position: absolute;
			width: 250px;
			top: -270px;
			right: 124px;
			font-size: 18px;
			font-weight: bold;
			color: #00539c;
			text-align: right;
			padding: 4px 0px 7px 0px;
		}
	
	#footer {
		background: url(../images/bg-footer.gif) no-repeat;
		height: 86px;
		padding: 0px 57px 0px 99px;
	}
	
		#footer div.left {
			float: left;
		}
		
		#footer div.right {
			float: right;
			width: 318px;
		}
		
		p.created {
			padding-top: 31px;
			padding-bottom: 11px;
			padding-left: 30px;
		}
		
		p.copy {
			padding-bottom: 8px;
		}
		
		p.contacts {
			float: left;
			font-size: 11px;
			font-weight: bold;
			color: #5c854b;
		}
		
		p.contacts a, p.contacts a:hover  {
			font-size: 11px;
			font-weight: bold;
			color: #5c854b;
			text-decoration: underline;
		}
				
/* === Txt === */

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5c854b;
	cursor: default;
}

span.copyright a {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5c854b;
	text-decoration: none;
}

span.copyright a:hover {
	color: #5c854b;
	text-decoration: none;
}



/* cool tables */
#odd00, #odd11, #odd01, #odd10 {
	border-collapse: separate;
}

#odd00 th, #odd11 th, #odd01 th, #odd10 th {
	padding: 3px 5px 2px 4px;
	text-align: left;
	font-weight: bold;
	background: #669756;
	color: #ffffff;
}

#odd00 td, #odd11 td, #odd01 td, #odd10 td {
	padding: 1px 5px 2px 5px;
	vertical-align: top;
}

#odd00 td.t10, #odd00 td.t11, #odd00 td.t00,
#odd00 td.t01, #odd10 td.t10, #odd10 td.t11,
#odd01 td.t10, #odd01 td.t00, #odd11 td.t10 {
	background: #C4EDB4;
}

#odd10 td.t00, #odd10 td.t01, #odd01 td.t11,
#odd01 td.t01, #odd11 td.t00 {
	background: #ADE697;
}

#odd11 td.t11 {
	background: #ADE697;
}

#odd11 td.t01 {
	background: #94DE78;
}
/*
#odd00 a,
#odd01 a,
#odd10 a,
#odd11 a {
	color: #000000;
	font-weight: bold;
}*/

/* images */
table.imagecontainer table.image td {
	background-color: none;
}

table.image {
	width: 170px;
	height: 170px;
}
	table.image td {
		text-align: center;
		vertical-align: middle;
	}

	

/* === SUBMENU === */

.submenu {
	font-size: 12px;
	color: #367E0E;
	font-weight: bold;
}

.submenu a {
	font-size: 12px;
	color: #367E0E;
	text-decoration: none;
	font-weight: bold;
}

.submenu a:hover {
	color: #367E0E;
	text-decoration: underline;
}

.submenu a.selected {
	color: #367E0E;
	text-decoration: underline;
}

.submenu a.selected:hover {
	color: #367E0E;
	text-decoration: underline;
}

td.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
