body {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #b6d1f1 url(../cssimg/introBackBg.jpg) repeat-x;
	font-family:  Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
  line-height:16px;
}
#langSelector {
position:relative;
background:url(../cssimg/introBack.jpg) center no-repeat;
text-align:center;
width:500px;
height:500px;
margin:auto;

}

ul {
position:relative;
top:200px;
margin:auto auto 0 auto;
width:430px;
 
}
ul li {
list-style:none;
float:left;
text-indent:30px;
margin:0 10px 0 12px;

}
#sk { background:url(../cssimg/flags/slovak.gif) 3px 5px no-repeat;}
#en{ background:url(../cssimg/flags/english.gif) 4px 5px no-repeat;}
#de{ background:url(../cssimg/flags/de.gif) 3px 5px no-repeat;}

a {
color: #069;
text-decoration:none;
display:block;
height:16px;
width:103px;
line-height:16px;
padding:3px 5px 3px 5px;
 border:1px dashed #8dc3f2;
}
a:hover {
background:#fff;

}
#sk a:hover {
 background:#fff url(../cssimg/flags/slovak.gif) 2px 4px  no-repeat;
 border:1px dashed #069;
}
#en a:hover {
 background:#fff url(../cssimg/flags/english.gif) 3px 4px  no-repeat;
  border:1px dashed #069;
}
#de a:hover {
 background:#fff url(../cssimg/flags/de.gif) 2px 4px  no-repeat;
  border:1px dashed #069;
}

#FlashIntro {
position:absolute; 
top:110px; 
width:500px; 
height:69px; 
left:0;
}