@media screen
{

/*********************/
/* ZAKLADNI PRAVIDLA */
/*********************/

body, 
form 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #FFFFFF;
	text-align: center;
}

body, 
td, 
th,
input, 
textarea, 
select 
{
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 12px;
}

/* chovani odkazu - je dobre unifikovat */

a 
{
	text-decoration: none;
	color: #0042B2;
}

a:hover 
{
	text-decoration: underline;
	color: #797979;
}

a img 
{
	border: none;	/* obrazky v odkazech bez ramecku! */
	line-height: 0;
}

.clnr 
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding:0;
	_margin-bottom: -4px;
}

h1 {
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 13px;
}

/* stranka */

#pageHolder
{
	text-align: left;
	margin: 0 auto;
	width: 760px;
	border-top: solid 6px #E4E4E4;
}

#header
{
	background: #FFFFFF url("img/header-bottom-bg.gif") bottom left no-repeat;
	padding-bottom: 9px;
}

#header h2,
#left h2
{
	display: none;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 42px 0 0 0;
	padding: 0;
}

#header ul li
{
	margin: 0 12px 0 0;
	padding: 0;
	float: left;
}

#header ul li a
{
	display: block;
	padding: 0 0 0 24px;
	font-weight: bold;
	color: #5B5B5B;
}
#header ul li a:hover
{
	background-image: none !important;
}

#header ul li.english
{
	/* over obrazek - explorer hack */
	background: url("img/english-flag-over.gif") center left no-repeat;
}
#header ul li.english a
{
	background: url("img/english-flag.gif") center left no-repeat;
}

#header ul li.deutsch
{
	background: url("img/deutsch-flag-over.gif") center left no-repeat;
}
#header ul li.deutsch a
{
	background: url("img/deutsch-flag.gif") center left no-repeat;
}


#header ul li.czech
{
	background: url("img/czech-flag-over.gif") center left no-repeat;
}
#header ul li.czech a
{
	background: url("img/czech-flag.gif") center left no-repeat;
}


#logo
{
	float: left;
	vertical-align: bottom;
}

#page
{
	clear: both;
	border-top: solid 4px #F3F3F3;
	background: url("img/page-bg.gif") top left repeat-y;
	zoom: 1;	/* IE, the most stupid browser on earth */
}

#page[id]
{
	border: none;
}

#left,
#mainBoxes #contacts
{
	width: 332px;
	background: #D3D3D3;
}

#left ul
{
	list-style: none;
	background: #808080;
	margin: 0;
	padding: 0;
}

#left ul li
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #9D9D9D;
	background: #5B5B5B url("img/menu-item-over-bg.gif") top left no-repeat;
/*	height: 1%;*/
	zoom: 1;
}
#left[id] ul li
{
	height: auto;
}

#left ul li.last
{
	border-bottom: solid 1px #808080;
}

#left ul li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 6px 2px 62px;
	background: #808080;
}
#left[id] ul li a
{
	width: auto;
}

#left ul li a:hover
{
	background: none;
}

#pageImage
{
	margin: 1px 0 0 0;
	text-align: right;
}

#pageImage img
{
	vertical-align: bottom;
}

#mainBoxes #contacts h2,
#contacts h2
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px 4px 62px;
	background: #4D4D4D url("img/contact-header-bg.gif") center left no-repeat;
	color: white;
	border-style: solid;
	border-color: #F3F3F3;
	border-width: 1px 0;
}

#mainBoxes #contacts p,
#contacts p
{
	margin: 8px 8px 8px 62px;
	color: #808080;
}

.column
{
	float: left;
}

#content
{
	width: 427px;
	margin-left: 1px;
}

#content a,
#mainBoxes a
{
	color: #6788BB;
}

#text
{
	margin: -5px 30px 10px 30px;
	background: #F3F3F3;
	font-size: 120%;
}

#text td
{
	font-size: 80%;
}


#text.jobCentrum
{
	margin-top: 11px;
	font-size: 110%;
}

#text[id].jobCentrum
{
	margin-top: 11px;
}

#text h2
{
	font-size: 14px;
	text-transform: uppercase;
	color: #6788BB;
	margin: 8px 0;
}

#text h3,
#text h4
{
	color: #4D4D4D;
	margin: 8px 0 2px 0;
}

#text h3
{
	font-size: 12px;
}

#text h4
{
	font-size: 11px;
}

#text p,
#text ul
{
	color: #000000;
}

#text p
{
	margin: 2px 0 10px 0;
}

#text p.date
{
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 2px;
}

#text ul
{
	margin: 10px 0 10px 30px;
}

#text ul.strong
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#text ul.strong li
{
	margin: 0;
	padding: 0;
}

.moreLink
{
	padding-left: 18px;
	background: url("img/morelink-bg.gif") center left no-repeat;
}

.moreLink a
{
	font-weight: bold;
}

#mainBoxes
{
	clear: both;
	background: url("img/main-boxes-bg.gif") top right repeat-y;
	padding-bottom: 8px;
	height: 1%;	/* IE, the most stupid browser on earth */
}
#mainBoxes[id]
{
	height: auto;
}
#mainBoxes #contacts
{
	float: left;
}
#mainBoxes .first
{
	width: 427px;
	margin-right: 1px;
	background: #E7EAF0;
}

#mainBoxes .second
{
	width: 207px;
	background: #E0E6F0;
}

#mainBoxes h2
{
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	border-style: solid;
	border-color: #F3F3F3;
	border-width: 1px 0;
	margin: 0;
	padding: 4px 6px 4px 14px;
}

#mainBoxes p
{
	line-height: 1.1em;
	margin: 8px 8px 0 14px;
}

#mainBoxes p, ul
{
	color: #666666;
}

#mainBoxes ul
{
	margin: 2px 8px 2px 8px;
	padding: 0;
	list-style: square;
}

#mainBoxes ul li
{
	margin: 0 0 0 22px;
}

#mainBoxes p a
{
	color: #6788BB;
	font-weight: bold;
}

#mainBoxes .first h2
{
	padding-left: 30px;
	background: #6788BB;
}

#mainBoxes .first p
{
	margin-left: 30px;
}

#mainBoxes .second h2
{
	background: #395177;
}

#mainBoxes .second .moreLink
{
	float: right;
	margin-right: 8px;
}

#footerHolder
{
	padding-top: 7px;
	background: url("img/footer-top-bg.gif") center top no-repeat;
}

#footer
{
	border-top: solid 5px #BABABA;
	padding-top: 4px;
}

#footer p
{
	font-size: 9px;
	margin: 0;
	text-align: center;
}

#footer,
#footer a
{
	color: #BDBCBC;
}

#footer a
{
	font-weight: bold;
	font-size: 11px;
}


.A
	{
	background-color:#99CC00;
	}
.B
	{
	background-color:#FFFE8C;
	}
.C
	{
	background-color:#FF6600;
	}


}	/* @media screen */


