/*
Design by Infoclub.cz
http://www.infoclub.cz
Released for free under a Creative Commons Attribution 2.5 License
*/


/* Elements */

body {
	background: #6E6E6E;
	text-align: justify;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}



/* Slideshow*/


#slideshow {
	position: relative;
	width: 800px;
	height: 500px;
	float: center;
	text-align: center;
	overflow: hidden;
	margin: 30px auto;
}

#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}




/* Flags */

#flag {
	width: 720px;
	height: 52px;
	margin: 0px auto;
}

#flag ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}

#flag li {
	display: inline;
	padding-right: 20px;
}

#flag a {
	display: inline;
	float: center;
	color: #412428;
	text-align: center;
	text-decoration: none;
}

#flag a:hover {
	color:#FFFFFF;
}



