body {
	margin: 5px;
	padding: 0;
	background : #000000;
	color: #ffa500;
	font: 12px verdana,arial,helvetica,sans-serif;
	text-align: center;
	overflow: auto;

	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffa500;
	scrollbar-darkshadow-color: #ffa500;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffa500;
}

#main		{ position: relative; width: 800px; margin: 0px auto }

#top		{ position: absolute; width: 800px; height: 120px; left: 0px; top: 0px }
#left		{ position: absolute; width: 120px; height: 293px; left: 0px; top: 120px }

#content	{ position: absolute; width: 680px; left: 120px; top: 120px; text-align: left }

#swfgallery	{ width: 680px; height: 550px }

img			{ border-width: 0px; }

a:link,a:active,a:visited	{color: #aaaaaa; text-decoration: none }
a:hover				{color: #eeeeee; text-decoration: underline }

.grey					{color: #aaaaaa; font-weight: bold }
.orange a:link			{color: #ffa500; text-decoration: none }
.orange a:active			{color: #ffa500; text-decoration: none }
.orange a:visited			{color: #ffa500; text-decoration: none }
.orange a:hover			{color: #eeeeee; text-decoration: underline }

h1	{ font-size: 12px; margin: 0px; color: #aaaaaa }
h2	{ font-size: 12px; text-align: center; margin: 10px; padding: 0px; color: #ffa500 }
h3	{ font-size: 12px; margin: 0px; color: #ffa500 }

input, textarea, select {
	width: 150px;
	height: 15px;
	border: solid 1px #666666;
	background-color: #000000;
	margin: 0px 0px 10px 15px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #ffa500;
}

form {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

fieldset {
	border: solid 1px #666666;
	padding: 15px;
	margin: 0px;
}

#chyba { margin: 10px 0px 10px 15px }
#cislo { width: 25px; text-align: center }
textarea { width: 455px; height: 80px }
.tlacitko {	width: 100px; height: 15px; margin-top: 10px }