@media print {

    .drukarka {display: block;}
    .ekran {display: none; }

}

@media screen
{

    .drukarka {display: none ;}
    .ekran {display: block;}

    HTML {

        height: 100%;
        width: 100%;
        background-image: url('/gfx/background-bottom.png');

    }

    BODY {
    
        clear:both;
        margin:0px;
        padding:0px;
        width:100%;
        height: 100%;
        scrollbar-base-color: silver;
        scrollbar-track-color: transparent;
        scrollbar-arrow-color: transparent;
        scrollbar-shadow-color: transparent;
        scrollbar-highlight-color: transparent;
        scrollbar-darkshadow-color: transparent;
        scrollbar-3dlight-color: transparent;
        font-family:arial;
        font-size:13px;
        color:#333333;
        line-height: 19px;
        word-spacing: 2px;
        background-image: url('/gfx/background.png');
        background-repeat: repeat-x;

    }

}

div.siteContent {

    clear:both;
    width:100%;
    height:100%;
    position:relative;

}

div.top {

    background-image: url('/gfx/main-top2.png');
	background-repeat: no-repeat;
    background-position: bottom;
    width: 921px;
	height: 157px;
    margin: 0 auto;
    position: relative;

}

div.top ul.tabs {

	position: absolute;
	display: block;
	left: 220px;
	margin: 0px;
	top: 78px;
	padding: 0px;
	height: 30px;
	z-index: 10;

}

div.top ul.tabs li.pointed {

	height: 40px;
	top: -10px;
    
}

div.top ul.tabs li.selected {

	height: 35px;
	top: -5px;
    
}

div.top ul.tabs li {

	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 200px;
	float: left;
	text-align: center;
	margin-left: -10px;
	line-height: 30px;
}

div.top ul.tabs li a {
	color: #ffffff;
  font-size: 14px;
  font-family: DejaVu Sans, Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

div.top ul.languages {

	display: block;
	position: absolute;
	top: 84px;
	left: 800px;
	padding: 0px;
	margin: 0px;
	width: 90px;
}

div.top ul.languages li {

	display: inline;
	margin-left: 5px;
	position: relative;
	padding: 0;
	margin: 0;
	display: none;
}

div.top ul.languages li * {

	border: none;
    width: 22px;
    height: 17px;
    
}

img.logo {

	position: relative;
	top: 15px;
	left: 52px;

}

div.middle {

    position: absolute;
    width: 100%;
    dheight: auto !important;
    dheight:100%;
    dmin-height:100%;
    margin: 0 auto;
    background-image: url('/gfx/main-mid.png');
	background-repeat: repeat-y;
    background-position: center;

}

div.temp {
    
    position: relative;
    width: 921px;
    margin: 0 auto;
	min-height: 750px;
    
}

div.middleLeftContener {

    position: relative;
    float: none;
    width: 187px;
    height: 100%;
    margin: -40px 0px 0px 14px;

}

div.middleCenterContener {

    position:relative;
    float:left;
    width:1px;
    /*height: 610px;    zobaczyc czy dzia�a */

}

div.middleRightContener {

    position: relative;
    float: left;
    width: 704px;
    height: 100%;
    margin: -40px 0px 0px 8px;

}

div.navMenu {

    position: relative;
    background-color: #e4e4e4;

}

div.navMenu ul {

	list-style-type: none;
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
	display: table;
	position: relative;

}

div.navMenu ul li {

	margin-top: 10px;
    width: 171px;

}

div.navMenu ul li div.menuLink {
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 13px;
    width: inherit;
    height: 28px;
    line-height: 26px;
    font-weight: bold;
    text-indent: 35px;
    cursor: pointer;

}

div.navMenu ul li div.menuLink a {

    text-decoration: none;
}

div.submenu {

    width: 169px;
    border: 1px solid #B6B8C9;
    margin-top: 5px;
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Verdana;
    padding: 5px 0px;
    background-color: #F9F8F6;
    display: block;

}


div.menuHeader {

    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana;
    text-decoration: underline;
    line-height: 28px;
}

div.sign {

    float: left;
    font-size: 11px;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-align: center;
    text-indent: 10px;

}

div.submenuLink {
	margin-left: 30px;
}

div.submenu a {

	text-decoration: none;
}

div.submenu a:hover {
	text-decoration: underline;
}

div.submenu ul 
{
	margin-left: 0px;
	/*list-style-position: outside;*/
	list-style-type: disc;
	width: 142px;
}

div.submenu ul li {
	margin: 0px 0px 0px -15px;
	padding: 1px;
	width: 102px;
}

div.navMenu div.search {

	width: 187px;
	height: 41px;
 	background-repeat: no-repeat;

}

div.navMenu div.search input.button {
	width: 45px;
	height: 18px;
	border-style: none;
	position: absolute;
	top: 12px;
	left: 127px;
	font-size: 10px;
	border:transparent none !important;
    padding-bottom: 2px;

}

div.navMenu div.search input.edit {

    width: 102px;
	height: 16px;
	font-size: 10px;
	padding: 0px;
	position: relative;
	top: 9px;
	left: 18px;

}

div.navMenu div.buttons {
	height: 221px;
	width: 187px;
	background-repeat: no-repeat;
}

div.navMenu div.buttons button
{
	cursor: pointer;
  width: 153px;
	height: 44px;
	position: relative;
	top: 20px;
	left: 15px;
	border:1px white solid !important;
}

div.navMenu div.partner button
{
	cursor: pointer;
        width: 153px;
	position: relative;
	left: 8px;
	top: 0px;
	border:1px #E4E4E4 solid !important;
}

#conferencesButton,
#helpdeskButton,
#patrnerButton,
#patrnerPTAButton,
#patrnerIRMAButton,
#partnerPORTALButton,
#partnerMedTubeButton{
	display: none;
}

div.baner {
	width: 697px;
	height: 141px;
	position: relative;
}

div.page {
    position: relative;
    width: 677px;
    height: 100%;
    top: 10px;
    margin: 0;
    padding: 0px 10px;
}

div.page li {
	margin-left: -20px;	
}

div.page ul {
	margin-top: 0px;
}

div.imageHolder {
	text-align: center;
	margin: 10px 0px;
}

div.imageHolder img {
	vertical-align: middle;
	cursor: pointer;
}

div.title {
    font-family: Corbel, Arial, Verdana;
    font-size: 21px;
    font-style: italic;
    padding: 0px 30px;
}

div.text {
    font-family: Tahoma, Arial, Verdana;
    padding: 0px 15px;
    font-size: 11px;
    text-align: justify;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

hr.line {
     border: 0;
     height: 1px;
}

p {
	margin-top: 10px;
	margin-bottom: 2px;
}

p.textIndent {
    text-indent: 1cm;
}

ul.textList li {
    padding: 8px 0px;
}

ul.textList ul li
{
		padding: 0px 0px;
}

img.price {
    width: 160px;
    height: 140px;
    float: right;
    padding: 0px 0px 8px 25px;
}

div.footer {

	 position: relative;
	 width: 100%;
	 height: 16px;
   top: 10px;
	 background-image: url('/gfx/footer.png');
	 background-repeat: no-repeat;
	 background-position: top center;
   margin: 0 auto;
   clear:both;
     
}

div.footer div.copyright {

	 margin: 0 auto;
	 line-height: 50px;
	 font-size: 10px;
   font-family: DejaVu Sans, Arial, Verdana;
   color: #dddddd;
	 text-align: right;
	 width: 921px;
}

div.footer div.copyright span {
	margin-right: 20px;
}

div.floatLeft {

    float: left;

}

ul.topMenu {
	list-style-type: none;
	text-align: center;
}

ul.topMenu li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

div.map {
	position: relative;
	margin-top: -90px;
	margin-left: 200px;
}

dl.faq dt {
	font-size: 13px;
	margin-top: 15px;
	font-weight: bold;
}

dl.faq dd {
	margin-left: 0px;
}

div.blue:first-child
{
	margin-top: 0px;
}

.blue {
	margin-top: 20px;
}

div.frame
{
	border: thin solid; 
	padding: 0px 5px; 
	margin: 5px 0px;
}

.mark, .listHeader
{
	font-weight: bold;
}

#oraclepartnerlogo
{
	display: none;
}

a.mark 
{
    cursor: pointer;
    text-decoration: underline;
}

#roundButton
{
	text-decoration:none;
	border:2px solid black;
	background-color:#416490;
	padding:5px 5px;
	border-radius:25px;
	color:white;
	font-weight:bold;
	font-style:italic;
}
#roundButton:hover
{
	color:orange;
}
.align-left {
text-align: left !important;
}