body {
	color: White;
	background-color: #336699;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #F7E731;
	scrollbar-shadow-color: #336699;
	scrollbar-highlight-color: #336699;
	scrollbar-3dlight-color: #336699;
	scrollbar-darkshadow-color: #336699;
	scrollbar-track-color: #336699;
	scrollbar-arrow-color: #336699
}

body.main {
	background-attachment: fixed;
	background-image: url(images/grafika_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	margin-right: 10px
}

body.menu {
	background-attachment: fixed;
	background-image: url(images/grafika_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


body.left {
	background: #6699FF;
}

body.right {
	background: #6699FF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #F7E731}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

img {
	border: none;
	margin: 0px;
}

img.obrazek {
	border: 2px solid #F7E731;
	margin: 8px 8px 8px 8px;
}

a {
	color: Yellow;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



a.img {
	border: 2px solid #FFB5B5;
}

a.img:visited {
	border: 2px solid White;
}

a.img:hover {
	border: 2px solid White;
}