body {
	background-image: url(../picsys/bg2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	color:#CCC;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-size: 13	px;
	font-family: Tahoma;
	color: #222;
}
.nadpis {
	color: #333;
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial;
}
.nadpis2 {
	color: #004080;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}
.nadpis24 {
	color: #004080;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}
#menu tr td {
	font-size: x-small;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #C5BE97;
}
a:link {
	color: #004080;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #004080;
	text-decoration: none;
}
a:visited {
	color: #004080;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
#rss {
	clear: left;
	margin: 0px;
	padding: 0px;
}
#rss h2 /* sipka pred prvnim nadpisem */{
	font-size: x-small;
	color: #FC0;
}
#rss h2 a /* prvni nadpis */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: bold;
	color: #FC0;
}
#rss h2 a:hover /* prvni nadpis, kurzor nad */{
}
#rss li /* perex */{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-small;
	list-style: none;
	color: #666;
}
#rss ul /* text - dalsi clanky k tematu: */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	padding-top: 20px;
	font-weight: bold;
}
#rss a:link /* nakej nadpis, nakej link... */{
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#rss a:hover {
	text-decoration: underline;
}
.svetle {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
div.atc {
	background-color: rgb(85,98,134);
	padding: 10px;
	border: 1px solid rgb(190,232,243);
	border-radius: 5px;
	font-size: 1.05em;
	box-shadow: inset 0 0 10px #000;
}
div.atc > p {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

p.comment {
    padding: 5px 0 5px 0;
    margin: 0;
    text-indent: 0;
}

div.atc > p.command {
    color: #ffffff !important;
}

div.atc > p.plane {
    color: rgb(255,210,27) !important;
}

div.atc > p.tower {
    color: rgb(182,255,182) !important;
}

div.article img {
    box-shadow: 0 0 10px #000;
    margin: 10px;
}
