/*
#====================================
#
# Edit by Ben-Ja http://net4me.ru
# On 20.04.2007 15:42:08
#
#====================================
*/


/* BASE: */

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

table {
	border-collapse: collapse;
      }

img {
    border: none;
}

pre {
	border: 1px solid rgb(119, 119, 119); 
	padding: 5px; 
	background-color: #EEEEEE;
}

#page {
    position: relative;
    width: 949px;
    margin: auto;
    border: 1px solid #999999;
    background: url(../oform/body-background.gif);
    background-repeat: repeat-y;
}

#header {
    width: 949px;
    height: 88px;
    margin: auto;
    background: url(../oform/up_bg.jpg);
	background-repeat: repeat-x;
}

#upcounter {
    position: absolute;
    left: 300px;
    top: 1px;
    width: 5px;
    height: 5px;
}

#logo-left {
    width: 304px;
    height: 88px;
    background: url(/oform/up_net4me_logo.jpg);
    background-repeat: no-repeat;

}

#logo-right {
    position: absolute;
    left: 770px;
    top: 35px;
    width: 100px;
    height: 20px;
}

#image {
    width: 759px;
    height: 159px;
}

#image-narrow {
    width: 450px;
    height: 159px;
}

#product-logo-left {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 235px;
    height: 30px;
}

a:link,
a:visited,
a:active,
a:link:hover,
a:visited:hover,
a:active:hover {
    color: #CC0000;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:link:hover, a:visited:hover, a:active:hover {
	text-decoration: underline;
}

a.rsslink {background:url(/oform/feedicons/07.png) top left no-repeat; padding-left: 14px;}

/* navigation-top: */

#navigation-top {
    width: 949px;
    height: 17px;
    margin: auto;
    border-top: #FFFFFF solid 1px;
    border-bottom: #FFFFFF solid 1px;
    font-size: 11px;
    letter-spacing: 0px;
    background: #FF0000;
}

#navigation-top ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#navigation-top li {
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: #FFFFFF solid 1px;
}

#navigation-top a,
#navigation-top li.empty {
    display: block;
    width: 89px;
    height: 15px;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF0000;
}

#navigation-top a.selected,
#navigation-top a.selected:link,
#navigation-top a.selected:visited,
#navigation-top a.selected:active,
#navigation-top a.selected:hover {
    color: #FF0000;
}

#navigation-top a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #CC0000;
}

#navigation-top a.selected {
    background: #FFFFFF;
}

#navigation-top a.selected:link,
#navigation-top a.selected:visited,
#navigation-top a.selected:active {
    color: #FF0000;
	text-decoration: none;
}

#navigation-top a.selected:hover {
    background: #FFFFFF;
	text-decoration: none;
}

#navigation-top a:link,
#navigation-top a:visited,
#navigation-top a:active {
    color: #FFFFFF;
	text-decoration: none;
}

/* main */

#main {
    width: 949px;
    margin: auto;
    min-height: 600px;
}

#main-left {
    float: left;
    width: 750px;
}

/*   */


#sidebar {
    font-size: 11px;
    float: left;
    width: 191px;
    padding-bottom: 100px;
}


/* navigation-left */

#navigation-left li {
    padding: 0px;
    margin: 0px;
}

#navigation-left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigation-left a {
    display: block;
    width: 180px;
    height: 14px;
    padding: 2px 0px 1px 10px;
    border-bottom: #999999 1px solid;
    background-color: #D7D7D7;
}

#navigation-left a.selected {
    background: #FFFFFF;
}

#navigation-left a.selected:link,
#navigation-left a.selected:visited,
#navigation-left a.selected:active {
	text-decoration: none;
}

#navigation-left a.selected:hover {
    background: #FFFFFF;
	text-decoration: none;
}

#navigation-left a:link,
#navigation-left a:visited,
#navigation-left a:visited {
    color: #000000;
    text-decoration: none;
}

#navigation-left a:hover {
    color: #000000;
    background-color: #999999;
    text-decoration: none;
}

#copyright {
    position: absolute;
    bottom: 10px;
    right: 780px;
    text-align: right;
    font-size: 9px;
    line-height: 12px;
}

#counter {
	width: 160px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
    margin-left: auto;
    padding: 10px 2px 10px 2px;
	vertical-align: middle;
	text-align: center;
	border: 1px #999999 solid;
}

#content {
    float: left;
    width: 478px;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 40px;
    padding: 2px 2px 2px 2px;
}

#content h1 {
    width: 478px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}

#content h2 {
    font-size: 15px;
    font-weight: bold;
	 line-height: 1px;
	 padding-top: 18px
}

#content h3 {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

#content h4 {
    font-size: 13px;
	 font-weight: bold;
	 line-height: 20px;
	 padding-top: 18px
}

#content li {
    list-style: url(./bullet.gif);
    margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}

#content ul {
}

#content ul.home {
   padding-left: 5px;
   margin: 0px 0px 0px 7px;
}

#content select,
#content input {
    font-size: 11px;
}

#content-left-column {
    position: relative;
    float: left;
    width: 230px;
    margin: -14px 0px 0px 0px;
	 padding-bottom: 0px;
}

#content-right-column {
    position: relative;
    float: right;
    width: 230px;
    margin: -14px 0px 0px 0px;
    padding-bottom: 0px;
}

#main-right {
    float: right;
    width: 190px;
    margin-top: 5px;
}

#main-right h1.news {
    color: #999999;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: #999999 solid 1px;
}

#main-right p.news {
    color: #333333;
    padding: 0px 10px 10px 10px;
    border-bottom: #999999 solid 1px;
    font-size: 11px;
    line-height: 18px;
}

#main-right span.date {
    display: block;
    font-size: 10px;
}

#footer {
    clear: both;
    height: 1px;
}

td.Headline {
	font-size: 15px;
	font-weight : bold;
}

/* divs: */

div.spacer {
    height: 18px;
    clear: both;
}

div.box-single-height-content {
    position: relative;
    border: solid 1px #999999;
    background-color: #FFFFFF;
    background-image: url(./box-titlebar.gif);
    background-repeat: repeat-x;
    padding: 15px 5px 5px 10px;
    margin-top: 21px;
    height: 90px;
    width: 220px;
}


div.box-double-width-content {
    position: relative;
    border: solid 1px #999999;
    background-color: #FFFFFF;
    background-image: url(../oform/box-titlebar.gif);
    background-repeat: repeat-x;
    padding: 15px 5px 5px 10px;
	margin: 10px 0px 18px 0px ;
    width: 468px;
}

div.box-variable-height-sidebar {
    position: relative;
    border: solid 1px #999999;
    background-color: #FFFFFF;
    background-image: url(../oform/box-titlebar.gif);
    background-repeat: repeat-x;
    padding: 15px 5px 5px 10px;
    margin: 18px 0px 0px 6px;
    width: 160px;
}

div.box-variable-height-content {
    position: relative;
    border: solid 1px #FFFFFF;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 6px;
    width: 160px;
}

div.box-variable-height-center {
    position: relative;
    background-repeat: repeat-x;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 0px 0px;
    width: 230px;
}


div.box-single-height-content a.more,
div.box-double-height-content a.more,
div.box-double-width-content a.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: solid #999999;
    border-width: 1px 0px 0px 1px;
    padding: 2px 5px 2px 5px;
}

div.box-variable-height-sidebar h1 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.box-variable-height-sidebar p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.box-single-height-content p,
div.box-double-height-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.box img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

div.box p {
    margin: 3px 0px 3px 0px;
}

div.person {
    clear: both;
}

div.person img {
    float: left;
}

div.person div.personOverview {
    float: left;
    width: 120px;
    margin-left: 20px;
}

div.person div.personCV {
    width: 250px;
    margin-left: 220px;
}

div.personName {
    font-weight: bold;
}

div.personYearOfBirth, div.personYearOfJoiningCanoo {
    font-size: 9px;
}

div.imageText {
    clear: both;
}

div.imageText img {
    float: left;
}

div.imageTextText {
    width: 320px;
    margin-left: 150px;
}

/* search */
.search-field {
    width: 120px;
    border: solid 1px #999999;
}

#search {
    height: 36px;
    padding: 9px 0px 9px 10px;
    margin-top: 18px;
    border-bottom: solid 1px #999999;
}


/* position: */

#position {
    float: left;
    width: 478px;
    margin: 10px 5px 10px 42px;
    padding: 2px 2px 2px 2px;
}


#position-left-column {
    position: relative;
    float: left;
    width: 300px;
    margin: -14px 0px 14px 0px;
	 padding-bottom: 10px;
}

#position-right-column {
    position: relative;
    float: right;
    width: 160px;
    margin: -14px 0px 14px 0px;
    padding-bottom: 10px;
}

div.box-single-height-position {
    position: relative;
    border: dotted 1px #999999;
    background-color: #FFFFFF;
    padding: 4px 4px 4px 4px; 
    width: 130px; 
	margin: 12px 12px 12px 12px;
	
}

#float-right {
    float: right;
	border: none;
  	margin: 2px 2px 2px 2px;

}

/*  Dopolnenie dlja dialogov */

.dialog-one {
	background-color: #dddddd;

}

.dialog-two {
	background-color: #fefefe;

}



