body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(grafika/levy.jpg);
	background-repeat: repeat-y;
}

a:normal {
	color: Blue;
}

a:visited {
	color: Black;
}

a:active {
	color: red;
}

img {
	border: none;
}

#top {
	width: 100%;
	float: none;

}

#hlavni {
	width: 60%;
	float: left;
	padding: 4px;
}
#logo {

	width: 260px;
}

#cinnosti {
	float:right;
	width: 500px;
	height: 103px;
	background-image: url(grafika/panorama2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}
.noFloat {
	width: 100%;
	float: none;
	display: block;
}

#cinnosti img {
	margin-left: 4px;
	margin-right: 4px;
	border-width: 0px;
}

.sloupec {
	width: 18%;
	height: auto;
	float: left;
/*	border: thin solid black;*/
	margin: 5px;
}

ul.logo {
	list-style: none;
	font-weight: bold;
	display: block;
}
.sloupec ul {
	list-style: none;
	margin:2px;
	font-weight: bold;
}

.sloupec h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-color: #3368FF;
	color: white;
	border: 2px inset #3368FF;	
	text-align: center;
}

.sloupec a {
	text-decoration: none;
	font-weight: bold;
}

.sloupec div {
	background-color: #FFFFCC;
	padding: 3px;
	border: 2px outset #FFFFCC;
	margin-bottom: 6px;
}
img.galerie {
	float: left;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background-color: White;
	padding: 3px;
	text-align: center;
	margin: 4px;
}
address {
	width: 45%;
	float: left;
	border-style: dotted;
	border-width: 2px;
	padding: 3px;
}

address h4 {
	background-color: #FFFFCC;
	margin-top: 0px;
	padding: 2px;
}

.normal {
	display: block;
	float: none;
	width: 100%;
}
.sub {
	color: Gray;
	display: inline;
	font-size: 10pt;
}
.foto {
	width: 100%;
	display: block;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	float: none;
	clear: both;
	height: auto;
	background-image: url(grafika/pozadi1.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: thin;
	margin: 3px;
}


.foto img {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	padding: 3px;
	text-align: center;
	margin: 4px;
}

.foto h4 {
	margin: 3px;
	padding: 3px;
}
.center {
	text-align: center;
}
img.left {
	float: left;
	clear: left;
}

img.right {
	float: right;
	clear: right;
}

ul.links {
	line-height: 130%;
	font-weight: bold;
}

#footer {
	float: right;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
	color: Gray;
	font-size: 9pt;
}

#footer a {
	color: black;
}

/*	
	styles for the board
*/

.msg {
	
	margin: 5pt;
	padding: 3pt;
	border-style: dotted;
	border-color: gray;
	border-width: 1px;
}

.msgForm {
	background-color: #FFFFCC;
	padding: 3px;
	border: 2px inset #FFFFCC;
}
.forumTbl td {
	vertical-align: top;
}
.msgForm label {

}

.sponsors {
	text-align: center;
}
.sponsors div {
	border-style: none;
	text-align: center;
	
}
div.newsa {
	background-color: #FFFFCC;
	padding: 3px;
	border: 2px outset #FFFFCC;

	width: 45%;
	height:340px;
	float: left;
	margin: 3px;
	padding: 3pt;
	border-bottom: 1px solid blue;
	border-right: 1px solid blue;
}

.newsa h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-color: #3368FF;
	color: white;
	border: 2px inset #3368FF;	
	text-align: center;
}