html {
    height: 100%;
    color: #FFFFFF;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #333333;
    font: 12px Myriad Web, sans-serif, white;
    color: #000;
}

#logo {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 62px;
    border:0px;
}

div.holder {
    background-color: #6F6F6F;
    background-image: url(img/html/background.jpg);
	width: 980px;
	padding-bottom: 40px;
    margin-left: auto ;
    margin-right: auto ;
	/*min-height: 719px;*/
}

div.content {
    margin-left: 62px;
    background-color: #FFF;
	width: 850px;
	min-height: 450px;
}

/** PARTS */

p.part_header{
    font: 18px Myriad Web, sans-serif, white;
    font-weight: bold;
}

a {
	color: #0E766D;
	text-decoration: underline;
}

a:hover {
	color: #1CE7E2;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

em {
	color: #0E766D;
	display: inline;
	text-decoration: none;
}

td{
    padding-left: 20px;
   /* border-left: 1px dashed #CCC;*/
}

img {
    vertical-align:top;
}



/** MENU */
#menu {
    margin-left: 20px;
	width: 910px;
	height: 80px;
}

#mainmenu {
	width: 910px;
	height: 46px;
}

#mainmenu ul {
	height: 46px;
	list-style: none;
}

#mainmenu li {
    font: 76% Arial, sans-serif, white;
	float: left;
}

#mainmenu a {
	float: left;
	width: 140px;
	height: 28px;
	text-align: center;
	padding-top: 18px;
	margin-left: 2px; 
	font-weight: bold;
	color: #3D3D3D;	
	background-color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a:hover {
    background: #1CE7E2;
    background-image: url(http://j4w.cz/feed/img/html/menu_over.gif);
}

#mainmenu li.current {
    background: #1CE7E2;
    background-image: url(http://j4w.cz/feed/img/html/menu_over.gif);
	width: 140px;
	height: 28px;
	text-align: center;
	padding-top: 18px;
	margin-left: 2px; 
	font-weight: bold;
	color: #3D3D3D;
}

/** NOFLASH REFERENCES **/
#reference {
    height: 180px;
}
#referenceLeft {
    float: left;
}
#referenceRight {
    background: #1CE7E2;
    color: white;
    padding: 5px 10px 5px 10px ;
    line-height: 24px;
    float: right;
    text-align: center;
    font-size: 10px;
    width: 100px;
}
#referenceImg {
    border: 2px solid #6F6F6F;
}