@charset "utf-8";
/* CSS Document */

body {
	font-family: Candara, Calibri, Arial, Helvetica;
	color: #FFFFFF;
	background-color: #000000;
	margin: 50px;
}

.title {
	width: 1000px;
}

.left {
	float: left;
	width: 80%;
}

	.nadpis {
		float: left;
		width: 100%;
	}
	

		.major {
			clear: both;
			width: 100%;
		}
			
			.top_line {
				width: 100%;
				height: 50px;
			}
			
			.major2 {
				clear: both;
				width: 100%;
			}
			
				.menu {
					float: left;
					width: 30%;
					font-size: 20pt;
					font-weight: bold;
					font-variant: small-caps;
				}
				
					.head {
						height: 100px;
						
					}
					
					.links {
						line-height: 40px;
					}
					
				.obsah {
					margin-top: 10px;
					float: left;
					width: 65%;
				}
				
					.pul1 {
						float: left;
						width: 45%;
					}
					
					.pul2 {
						float: left;
						width: 45%;
						text-align:right;
					}
	
.right{
	float: right;
	width: 20%;
}

	.jazyky {
		text-align: right;
		font-size: 12pt;
		font-weight: bold;
	}
	
	.boxik {
		margin-top: 70px;
		text-align: right;
		float: right;
	}

.logo {
	width: 100%;
}

.gallery {
	font-size: 16px;
	margin-left: 20px;
	line-height: 20px;
}

.nadpis1 {
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
}

.text {
	font-size: 18px;
}

.gal1 {
	clear: both;
	width: 100%;
	text-align: left;
}

.painting1 {
	width: 45%;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
	border: none;
}

.painting2 {
	width: 180px;
}

a {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	color: #FFFF00;
}

a.active {
	color: #FFFFFF;
}
