
html, body {	
	background: url(../img/bg_enter.gif) 50% 0px repeat-y #000;
	padding: 0; margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed; /* pozadí neroluje */
	background-color: #000; /* případná barva pozadí černá */	
	background-repeat: repeat-y;
	margin: 0;
}

#MainText {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

a:link {
	
	font-family: Tahoma, Verdana, Arial;
	color: white;
}

a:visited {
	
	color: white;
	font-family: Tahoma, Verdana, Arial;
	
}

.PlainText {
	
}

.TypeWriter {
	font-family: courier;
	font-size: small;
}

.Centered {
	text-align: center;
}

.LinkTable {
	border: 1px dashed gray;	
	background-color: lightgray;
}

.LinkCell {
	font-size: small;
	padding: 6px;
	vertical-align: middle;		
}

.LinkCellSecondType {
	padding: 6px;
	vertical-align: top;
	text-align: left;	
	border-bottom: 1px dotted gray;
	border-right: 1px dashed gray;
}

.UnderlineProclamation {
	font-size: small;
	font-family: Arial;
}

.FrameAroundFlash {
	width: 800px;	
	height: 100%;
	background-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;	
}

.FlashItself {
	width: 800px;
	height: 500px;
	margin: 0px;
	border: 0px;
	border: 0px solid blue;
}

.Muteme {
	width: 800px;
	height: 100%;
	margin: 0px;
	border: 0px solid red;
	vertical-align: top;
	padding: 0px;
}

#HTMLIntroImages {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 500px;
}

#HTMLIntroImage1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 500px;
}

#HTMLIntroImage2 {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 160px;
	height: 500px;
}

#HTMLIntroImage3 {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 160px;
	height: 500px;
}

#HTMLIntroImage4 {
	position: absolute;
	top: 0px;
	left: 480px;
	width: 160px;
	height: 500px;
}

#HTMLIntroImage5 {
	position: absolute;
	top: 0px;
	left: 640px;
	width: 160px;
	height: 500px;
}
