/* === Clearing browser style === */

body, td, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #ffffff;
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #589AE4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.link {
	color: #000000;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}
	
	#middle {
		padding: 20px;
	}
	
	#right {
		width: 50%;
	}
	
	/* Menu + Lang */
	
	.nav td {
		background: url(../images/menu-bullet.gif) no-repeat 13px 0px;
		padding-left: 27px;
	}
	
		.nav tr.lang td {
			background-position: 10px 0px;
			padding-left: 21px;
		}
	
	.nav a {
		display: block;
		font-size: 10px;
		text-transform: uppercase;
		color: #000000;
		text-decoration: none;
		padding: 1px 3px 2px 4px;
		font-weight: normal;
	}
	
		.nav td.first {
			background: none;
		}
	
	.nav a:hover {
		background: #589AE4;
		color: #ffffff;
		text-decoration: none;
	}
	
	.nav a.selected {
		background: #589AE4;
		color: #ffffff;
		text-decoration: none;
	}
	
	.nav a.selected:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	/* Submenu lev.1 */
	
	.subnav1 a {
		font-weight: normal;
		display: block;
		font-size: 10px;
		text-transform: uppercase;
		color: #000000;
		text-decoration: none;
		padding: 1px 3px 2px 4px;
		margin-bottom: 3px;
	}
	
	.subnav1 a:hover {
		background: #589AE4;
		color: #ffffff;
		text-decoration: none;
	}
	
	.subnav1 a.selected {
		background: #589AE4;
		color: #ffffff;
		text-decoration: none;
	}
	
	.subnav1 a.selected:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	/* Submenu lev.2 */
	
	.subnav2 {
		list-style: none;
	}
	
		.subnav2 a {
			font-weight: normal;
			display: block;
			background: url(../images/submenu2-bullet.gif) no-repeat;
			font-size: 10px;
			color: #000000;
			text-decoration: none;
			padding: 0px 0px 2px 16px;
		}
		
		.subnav2 a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		.subnav2 a.selected {
			color: #000000;
			text-decoration: underline;
		}
		
		.subnav2 a.selected:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	/* --- */
	
	#flash {
		padding-bottom: 27px;
	}
	
	body.index #header,
	body.page #header {
		padding-bottom: 24px;
	}
	
	body.page #header {
		padding: 20px 0px 40px 0px;
	}
	
		body.index #logo,
		body.page #logo {
			padding-right: 1px;
		}
		
		body.page #logo {
			padding-right: 102px;
		}
		
		.navBox {
			padding-bottom: 2px;
		}
	
	.leftCol {
		width: 233px;
	}
	
		#subnav1Box {
			padding: 0px 12px;
		}
	
	.rightCol {
		width: 717px;
	}
	
		#titleImg {
			background: #589ae4;
			margin-bottom: 55px;
		}
		
		#img {
			background: #e5e5e5;
			height: 153px;
		}
		
		#infoBox {
			padding: 0px 20px;
			height: 200px;
		}
		
			#subnav2Box {
				width: 200px;
				margin-bottom: 20px;
			}
			
			#txtBox {
				padding: 0px 0px 50px 0px;
			}
		

			#txtBox ul {
				list-style-type: square;
			}
			
			#txtBox ol {
			}

			#txtBox ol li {
				margin-left: 30px;
			}

			#txtBox ul li {
				margin-left: 30px;
			}

		#createdBox {
			padding: 0px 20px 0px 20px;
		}

/* === Txt === */
h1.title {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 20px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	font-weight: bold;
	cursor: default;
}

span.copyright a {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	font-weight: bold;
	text-decoration: none;
}

span.copyright a:hover {
	color: #c9c9c9;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w100 {
	width: 100%;
}

