/* -- start setup -- */

* {
font-family : "Times New Roman", Times, serif;
font-size : normal;
border : none;
}

/* -- common -- */
.horniIndex {vertical-align : super; font-size:9px;}
.i {font-style : italic;}

/* -- float -- */
.floatLeft {float : left;}
.floatRight {float : right;}
.clear {clear : both;}

/* -- all pages -- */

#container {
text-align:left;	
}

#header {display:none;}
#badge {display:none;}
#topMenu {display:none;}
#menu {display:none;}

#content {
}

#footer {text-align:left;}
#footer img {display:none;}

/*	listovani	*/
#page {display:none;}

/*	homepage - answeroil demo	*/
#answerOil p {
font-size:80%;
}

.answerOilico {
width:100px;
height:34px;
background-image: url(../pcs/pcs_intro/view-demo.jpg);
background-position: center;
background-repeat: no-repeat;
display:block;
margin:0 auto;
}

.answerOilico span {display:none;}

/*	careers + about - same layout = left menu with background	*/
#careersBox, #aboutBox {}

/* free place with ico */

/*	subMenu	*/
#subMenu {display:none;}

/*	text style	*/
.introText {
margin:1.6em 0;
font-size:132%;
}

.ods {
margin:1.3em 0;
font-size:85%;
}

.red {color:#FF0024;}
.yellow {color:#F4B700;}
.white {color:#fff;}
.grey {color:#818181;}


.link {
font-size:100%;
color:#E10422;
text-decoration:underline;
}

.link * {color:#E10422;}

.link:HOVER {text-decoration:none;}

/*	ext.link	*/
a.extLink {
padding-right:11px;
margin-right:1px;
background-image: url(../pcs/pcs_layout/ext-link.gif);
background-position: top right;
background-repeat: no-repeat;
}

/*	images - float	*/
.imgLeft {
float:left;
margin:0 20px 10px 0;	
}

.imgRight {
float:right;
margin:0 0 10px 20px;	
}
	
/*	overview - text upravy 	*/
#overviewBox h2 {
color:White;
margin: 1em 0;
}

.overviewList p.ods {
font-size:95%;
margin:10px 0;
}